-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
[SQL Lab] Adds autocomplete on table names and auto-add to schema bro… #7130
Conversation
CI is failing. |
@kristw mmm, all the ones that fail they do with "ERROR: could not install deps", so i'm not sure it's related to the commit. |
You'll have to rebase your branch. This issue was around a Python dependency that went missing. |
Can you please add some unit tests to make sure coverage goes up upon landing this? The coverage report should appear when the build goes through after fixing the python lint issues. |
b387bd1
to
c303eb8
Compare
Codecov Report
@@ Coverage Diff @@
## master #7130 +/- ##
==========================================
- Coverage 65.59% 65.56% -0.03%
==========================================
Files 435 435
Lines 21694 21723 +29
Branches 2387 2392 +5
==========================================
+ Hits 14230 14243 +13
- Misses 7343 7359 +16
Partials 121 121
Continue to review full report at Codecov.
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue |
For more details see apache#7130, this PR addresses the merge conflicts.
Superseded by #7633, closing |
…wser
Closes #7059