uranusjr commented on code in PR #43902:
URL: https://github.com/apache/airflow/pull/43902#discussion_r1839362243


##########
providers/src/airflow/providers/dbt/cloud/utils/openlineage.py:
##########
@@ -142,7 +142,7 @@ async def get_artifacts_for_steps(steps, artifacts):
         parent_run_id = OpenLineageAdapter.build_task_instance_run_id(
             dag_id=task_instance.dag_id,
             task_id=operator.task_id,
-            execution_date=task_instance.execution_date,
+            logical_date=task_instance.logical_date,

Review Comment:
   I think this needs a version check too?



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