mattiabertorello commented on code in PR #37255:
URL: https://github.com/apache/airflow/pull/37255#discussion_r1484094699
##########
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:
The Job type is just an additional facet that is supported in the [OL
specs](https://openlineage.io/docs/spec/facets/job-facets/job-type/#) I don't
think it's a breaking change but just a nice to have that simplify the backend
reading OL events to identify where the events coming from.
--
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]