mobuchowski commented on code in PR #37255:
URL: https://github.com/apache/airflow/pull/37255#discussion_r1488155997
##########
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:
Agreed with @JDarDagran - additions are not breaking changes in OpenLineage
contract. Consumers are encouraged to ignore facets they don't understand
rather than rejecting the event.
--
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]