-
Notifications
You must be signed in to change notification settings - Fork 13.8k
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
chore: deprecate REDUCE_DASHBOARD_BOOTSTRAP_PAYLOAD #11244
chore: deprecate REDUCE_DASHBOARD_BOOTSTRAP_PAYLOAD #11244
Conversation
] = lambda database, user: [ | ||
UPLOADED_CSV_HIVE_NAMESPACE | ||
] if UPLOADED_CSV_HIVE_NAMESPACE else [] | ||
ALLOWED_USER_CSV_SCHEMA_FUNC: Callable[["Database", "models.User"], List[str]] = ( |
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.
i guess black likes this formatting better 🤷
Codecov Report
@@ Coverage Diff @@
## master #11244 +/- ##
==========================================
- Coverage 65.61% 65.45% -0.17%
==========================================
Files 832 832
Lines 39394 39394
Branches 3592 3592
==========================================
- Hits 25848 25784 -64
- Misses 13437 13501 +64
Partials 109 109
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Merge to unblock #11234 |
SUMMARY
This feature flag has been enabled by default for months now, let's remove it.
TEST PLAN
CI
ADDITIONAL INFORMATION
to: @ktmud @villebro @john-bodley