The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/lang-sdk/mixed-language-dag-flag has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
b1c7e119855853d74fc254c405bcab0bf1e4e2ef / LIU ZHE YOU <[email protected]>
Mark serialized Dags that pair Python with a Lang-SDK runtime

A Lang-SDK artifact can either define a Dag natively or only supply the
implementations behind a Python Dag's @task.stub tasks. A Dag processor has to
treat those oppositely, persisting the first and discarding the second since the
Python Dag already owns that dag_id, and nothing in the serialized Dag told them
apart.

The flag is derived, never authored: a Python Dag reports it from the presence 
of
stub tasks, and neither the constructor nor attribute assignment can set it, so 
a
Dag cannot claim to be mixed-language without actually holding one.

Report URL: https://github.com/apache/airflow/actions/runs/31576801954

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to