CloudBuildRunBuildTriggerOPerator: 'property' object has no attribute 'build' #22398
Closed
2 tasks done
Labels
area:providers
good first issue
kind:bug
This is a clearly a bug
provider:google
Google (including GCP) related issues
Apache Airflow Provider(s)
google
Versions of Apache Airflow Providers
apache-airflow-providers-google==6.6.0
Apache Airflow version
2.2.4 (latest released)
Operating System
GCP Cloud Composer 2
Deployment
Composer
Deployment details
We're currently using the default set up of cloud composer 2 on GCP.
What happened
When trying to trigger cloud build trigger using the
CloudBuildRunBuildTriggerOperator
We receive the following error:Below is the code snippet that's causing the above error.
What you think should happen instead
No response
How to reproduce
No response
Anything else
We reckon the source of the bug is here.
Since the function signature is looking for an instance of Operation instead of the class itself.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: