We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d991d98 commit 6e41c7eCopy full SHA for 6e41c7e
airflow/providers/google/cloud/hooks/dataform.py
@@ -77,7 +77,7 @@ def wait_for_workflow_invocation(
77
repository_id=repository_id,
78
workflow_invocation_id=workflow_invocation_id,
79
)
80
- state = workflow_invocation
+ state = workflow_invocation.state
81
except Exception as err:
82
self.log.info(
83
"Retrying. Dataform API returned error when waiting for workflow invocation: %s", err
0 commit comments