You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rendering public google common hooks base_hook get_credentials public breaks ComputeEngineHook because that class still refers to the private method
#28573
Closed
2 tasks done
zazaho opened this issue
Dec 24, 2022
· 2 comments
· Fixed by #28588
I was trying to use the example fo creating a google compute VM instance and the code crashes with a AttributeError: ComputeEngineHook has no attribute _get_credentials
What you think should happen instead
No response
How to reproduce
modify the ComputeEngineHook to call get_credentials
Apache Airflow version
2.5.0
What happened
I was trying to use the example fo creating a google compute VM instance and the code crashes with a AttributeError: ComputeEngineHook has no attribute _get_credentials
What you think should happen instead
No response
How to reproduce
modify the ComputeEngineHook to call get_credentials
Operating System
linux
Versions of Apache Airflow Providers
latest I believe, not sure
Deployment
Official Apache Airflow Helm Chart
Deployment details
No response
Anything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: