-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
feat: filter parameters from DB API #21248
feat: filter parameters from DB API #21248
Conversation
Codecov Report
@@ Coverage Diff @@
## master #21248 +/- ##
==========================================
- Coverage 66.44% 66.29% -0.16%
==========================================
Files 1786 1786
Lines 68267 68348 +81
Branches 7263 7264 +1
==========================================
- Hits 45357 45308 -49
- Misses 21041 21170 +129
- Partials 1869 1870 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@@ -339,14 +339,6 @@ def get_effective_user(self, object_url: URL) -> Optional[str]: | |||
else None | |||
) | |||
|
|||
@memoized( |
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.
This is not working for BigQuery, had to disable.
@@ -639,7 +631,6 @@ def db_engine_spec(self) -> Type[db_engine_specs.BaseEngineSpec]: | |||
return self.get_db_engine_spec(url) | |||
|
|||
@classmethod | |||
@memoized |
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.
Same here, not working for BigQuery.
93c20a7
to
ec01948
Compare
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
/testenv up |
@yousoph Ephemeral environment spinning up at http://52.12.84.244:8080. Credentials are |
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.
tests are failing
ec01948
to
f28bfbc
Compare
da55a5a
to
6379dbc
Compare
6379dbc
to
7c5fe05
Compare
for the skip test, do we have a plan to get it fix and re-enable? |
/testenv up |
I'm not sure why these were timing out, they are unrelated to this PR. I need to take a better look. |
@jinghua-qa Ephemeral environment spinning up at http://34.221.65.136:8080. Credentials are |
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. |
🏷️ preset:2022.33 |
feat: filter parameters from DB API (apache#21248)
feat: filter parameters from DB API (apache#21248)
SUMMARY
Filter out some of the parameters from the database connection in the API.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION