Skip to content
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

Merged
merged 8 commits into from
Sep 29, 2022
Merged

Conversation

rajaths010494
Copy link
Contributor

@rajaths010494 rajaths010494 commented Sep 29, 2022

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 to get_credentials
Also fixed mypy hints caused due to RC 8.4.0rc1

closes #675

@rajaths010494 rajaths010494 changed the title Make get_credentials method public Fix Dataproc daag failure due to RC changes Sep 29, 2022
@rajaths010494 rajaths010494 changed the title Fix Dataproc daag failure due to RC changes Fix Dataproc dag failure due to RC changes Sep 29, 2022
@rajaths010494 rajaths010494 changed the title Fix Dataproc dag failure due to RC changes Fix Dataproc dag failure due to new RC 8.4.0rc1 Sep 29, 2022
@codecov
Copy link

codecov bot commented Sep 29, 2022

Codecov Report

Base: 98.38% // Head: 98.38% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (d02adf2) compared to base (deb315a).
Patch coverage: 100.00% of modified lines in pull request are covered.

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           
Impacted Files Coverage Δ
...stronomer/providers/google/cloud/hooks/dataproc.py 100.00% <100.00%> (ø)

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kaxil kaxil merged commit 6b65c46 into main Sep 29, 2022
@kaxil kaxil deleted the fix-datprocdag-newRC branch September 29, 2022 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GCP Dataproc DAG failing with RC apache-airflow-providers-google==8.4.0rc1
3 participants