You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "mobuchowski (via GitHub)" <gi...@apache.org> on 2023/09/11 12:26:55 UTC

[GitHub] [airflow] mobuchowski opened a new pull request, #34270: dbt, openlineage: set run_id after defer, do not log error if operator has no run_id set

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] potiuk commented on pull request #34270: dbt, openlineage: set run_id after defer, do not log error if operator has no run_id set

Posted by "potiuk (via GitHub)" <gi...@apache.org>.
potiuk commented on PR #34270:
URL: https://github.com/apache/airflow/pull/34270#issuecomment-1713850437

   (pending fixing tests :) )


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal merged pull request #34270: dbt, openlineage: set run_id after defer, do not log error if operator has no run_id set

Posted by "eladkal (via GitHub)" <gi...@apache.org>.
eladkal merged PR #34270:
URL: https://github.com/apache/airflow/pull/34270


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org