| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Marcus Rosti <rostimarcus@gmail.com>
|
⚠️ Please install the Codecov Report❌ Patch coverage is 29.18288% with 182 lines in your changes missing coverage. Please review.
@@ Coverage Diff @@
## master #6779 +/- ##
==========================================
- Coverage 47.09% 47.00% -0.09%
==========================================
Files 419 419
Lines 51878 52128 +250
Branches 7525 7569 +44
==========================================
+ Hits 24430 24501 +71
- Misses 25700 25874 +174
- Partials 1748 1753 +5
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
|
it looks like the test times out unrelated to my changes? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What this PR does / why we need it:
Trino is missing the required endpoints for monitoring data quality... here I believe I've added most of them. I based it on the spark implementation. My familiarity with spark is pretty high -- trino less so.
Which issue(s) this PR fixes:
None?
Checks
Testing Strategy
Misc
I mainly copy and pasted the implementation from spark and then Gemini and I had a bit of fun refactoring that. I leveraged gemini pretty heavily to generate unit tests which I think are fairly exhaustive but I don't know y'all's vibes on that one.
oh the auth: Optional[...] = None is fix to another issue where excluding an auth implementation results in a pydantic error -- I just included that here selfishly