-
Notifications
You must be signed in to change notification settings - Fork 13.9k
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
fix: Database import error with a new field #19037
fix: Database import error with a new field #19037
Conversation
Codecov Report
@@ Coverage Diff @@
## master #19037 +/- ##
=======================================
Coverage 66.56% 66.56%
=======================================
Files 1641 1641
Lines 63495 63498 +3
Branches 6425 6425
=======================================
+ Hits 42265 42269 +4
+ Misses 19550 19549 -1
Partials 1680 1680
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
/testenv up |
@yousoph Ephemeral environment spinning up at http://34.216.107.117:8080. Credentials are |
/testenv up VERSIONED_EXPORT=True |
@yousoph Ephemeral environment spinning up at http://54.68.25.19:8080. Credentials are |
/testenv up VERSIONED_EXPORT=True |
@yousoph Ephemeral environment spinning up at http://34.208.20.84:8080. Credentials are |
/testenv down |
Ephemeral environment shutdown and build artifacts deleted. |
@rusackas Container image not yet published for this PR. Please try again when build is complete. |
@rusackas Ephemeral environment creation failed. Please check the Actions logs for details. |
/testenv up FEATURE_VERSIONED_EXPORT=True |
@yousoph Ephemeral environment spinning up at http://54.185.11.194:8080. Credentials are |
This is looking good to me on the ephemeral env! 🎉 |
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.
LGTM!
Ephemeral environment shutdown and build artifacts deleted. |
(cherry picked from commit e97cdba)
SUMMARY
Updated V1 database extra schema to make import works with
allows_virtual_table_explore
field.BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION