-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[OpenLineage] Add support for JobTypeJobFacet properties. #37255
[OpenLineage] Add support for JobTypeJobFacet properties. #37255
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
f68ba0d
to
eb8ba18
Compare
813d1cd
to
1cdfc3d
Compare
Signed-off-by: Mattia Bertorello <[email protected]>
Signed-off-by: Mattia Bertorello <[email protected]>
1cdfc3d
to
f346c15
Compare
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
Currently, a lineage backend has difficulty distinguishing between job types Spark, DBT, and Airflow and needs regex on the _producer to get this information.
We need to add the JobType that is supported in the OpenLineage specification to fix the issue.
These changes are the same as done in the PR #2412. Open the OpenLineage repository for an older version of Airflow.