openlineage: readd few removed Task properties in AirflowRunFacet #40371 #46016
Labels
AI Spam
area:core
kind:bug
This is a clearly a bug
needs-triage
label for new issues that we didn't triage yet
provider:openlineage
AIP-53
Apache Airflow version
main (development)
If "Other Airflow 2 version" selected, which one?
No response
What happened?
In PR #38264, a few Task properties in the AirflowRunFacet were accidentally removed. This caused missing serialization of these properties, which are necessary for proper functionality in the OpenLineage provider.
What you think should happen instead?
The removed Task properties should be serialized in the AirflowRunFacet as they were before PR #38264. This ensures compatibility and correct functionality for OpenLineage integration.
How to reproduce
Use an Airflow deployment with OpenLineage provider enabled.
Check the serialized output of AirflowRunFacet for Task properties.
Observe that certain properties are missing after PR #38264.
Operating System
N/A (This is a code-level issue, not OS-specific.)
Versions of Apache Airflow Providers
providers-ydb/1.0.0rc1
Deployment
Official Apache Airflow Helm Chart
Deployment details
N/A (This is a code-level issue, not deployment-specific.)
Anything else?
Frequency
This issue occurs consistently for any Task using the affected AirflowRunFacet properties.
Fix
The issue was resolved in PR #40371, which reintroduced the missing properties.
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: