mobuchowski opened a new pull request, #34270: URL: https://github.com/apache/airflow/pull/34270
In the original PR, the OpenLineage implementation required having `self.run_id` attribute being set up on `DbtCloudRunJobOperator`. This was not the case if the operator was used in deferrable mode. In this PR, we both set this attribute on `execute_complete`, and defensively check for it in OpenLineage method implementation. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
