JDarDagran commented on code in PR #37255:
URL: https://github.com/apache/airflow/pull/37255#discussion_r1484760672
##########
airflow/providers/openlineage/plugins/adapter.py:
##########
@@ -181,6 +188,7 @@ def start_task(
),
job=self._build_job(
job_name=job_name,
+ job_type=_JOB_TYPE_TASK,
Review Comment:
I also don't consider this breaking change. In OL spec facets are atomic
pieces of metadata and backend rather shouldn't fail on additional facets
attached.
--
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]