kacpermuda commented on code in PR #47500:
URL: https://github.com/apache/airflow/pull/47500#discussion_r1987051276


##########
providers/dbt/cloud/src/airflow/providers/dbt/cloud/operators/dbt.py:
##########
@@ -286,6 +286,10 @@ def get_openlineage_facets_on_complete(self, 
task_instance) -> OperatorLineage:
 
         if isinstance(self.run_id, int) and self.wait_for_termination is True:
             return 
generate_openlineage_events_from_dbt_cloud_run(operator=self, 
task_instance=task_instance)
+        self.log.info(
+            "Extraction of OpenLineage events from DBT will be skipped: "
+            "`run_id` is not set OR `self.wait_for_termination` is False. "

Review Comment:
   Done



-- 
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]

Reply via email to