-
Notifications
You must be signed in to change notification settings - Fork 26
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 Dataproc dag failure due to new RC 8.4.0rc1 #680
Conversation
Codecov ReportBase: 98.38% // Head: 98.38% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #680 +/- ##
=======================================
Coverage 98.38% 98.38%
=======================================
Files 84 84
Lines 4339 4343 +4
=======================================
+ Hits 4269 4273 +4
Misses 70 70
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
…astronomer-providers into fix-datprocdag-newRC
Currently, the
get_credentials
functions in the GoogleBaseHook are made public methods with PR 25785.. So example dataproc was looking for_get_credentials
which was renamed toget_credentials
Also fixed mypy hints caused due to RC 8.4.0rc1
closes #675