mattiabertorello commented on code in PR #37255:
URL: https://github.com/apache/airflow/pull/37255#discussion_r1488119872
##########
airflow/providers/openlineage/plugins/adapter.py:
##########
@@ -350,6 +358,7 @@ def _build_run(
@staticmethod
def _build_job(
job_name: str,
+ job_type: JobTypeJobFacet,
Review Comment:
I can remove it but I need to define two methods one `_build_job_dag` and
the other `_build_job_task` and using the `_build_job` with `_JOB_TYPE_DAG` or
`_JOB_TYPE_TASK` passed as a argument.
--
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]