-
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
[AIRFLOW-5758] Support the custom cursor classes for the PostgreSQL hook #6432
Conversation
There is a failed test case.
|
Codecov Report
@@ Coverage Diff @@
## master #6432 +/- ##
==========================================
- Coverage 84.26% 83.65% -0.61%
==========================================
Files 627 635 +8
Lines 36506 36670 +164
==========================================
- Hits 30760 30678 -82
- Misses 5746 5992 +246
Continue to review full report at Codecov.
|
Hey @mingrammer do you also want to add a note to the class docstring about the functionality you added (like the notes about ssl and AWS IAM auth.) ? This way users will have it easier to use it. |
Sure, I'll do! |
Done. |
Some azure-dependant test cases are failing due to azure library changes. |
I see. Let's wait until #6486 is merged and then I rerun the failed ones. |
Thanks @mingrammer :) |
Make sure you have checked all steps below.
Jira
Description
Tests
Commits
Documentation