The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/68941-dagparam-serialization-in-partial has failed.
Run started by GitHub user gingeekrishna (triggered by potiuk).

Head commit for run:
ea7a1dc4765f8cd0e8ac8013a89e180cab3ef50d / gingeekrishna 
<[email protected]>
fix(serialization): use task.is_mapped and cast DAG type in _DagParamRef.deref

- Replace isinstance(task, MappedOperator) with task.is_mapped so
  SerializedMappedOperator instances are handled correctly during
  deserialization; without this _resolve_dag_param_refs was never called
  and DagParam placeholders remained as _DagParamRef objects
- Cast SerializedDAG to DAG in _DagParamRef.deref to satisfy mypy
  arg-type check

Signed-off-by: RadhaKrishnan Rajendran <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to