-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse views and materialized views from Hive #746
Parse views and materialized views from Hive #746
Conversation
This pull request has been linked to Shortcut Story #23516: Hive crawler: views & materialized views. |
☂️ Python Coverage
Overall Coverage
New FilesNo new covered files... Modified Files
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #746 +/- ##
==========================================
+ Coverage 91.98% 92.19% +0.20%
==========================================
Files 182 147 -35
Lines 15403 15343 -60
==========================================
- Hits 14169 14146 -23
+ Misses 1234 1197 -37 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM
🤔 Why?
Apache Hive also has views and materialized views.
🤓 What?
🧪 Tested?
☑️ Checks
pyproject.toml
.