-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Database name validation for logical tables #15994
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Unsupported file format
Additional details and impacted files@@ Coverage Diff @@
## master #15994 +/- ##
============================================
+ Coverage 62.90% 63.39% +0.49%
+ Complexity 1386 1357 -29
============================================
Files 2867 2910 +43
Lines 163354 166899 +3545
Branches 24952 25528 +576
============================================
+ Hits 102755 105806 +3051
- Misses 52847 53078 +231
- Partials 7752 8015 +263
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There is another condition that has to be enforced.
For example,
should not be allowed to execute CRUD APIs or query a logical table IIUC that is not enforced in this PR ? |
why did codecov fail ? Is it specific to this PR ? |
idk, I can push another commit either for any review comment or master rebase so that it will be triggered again. |
The database name validation for the logical tables.
Closes: #15988