You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by tu...@apache.org on 2020/06/15 10:29:46 UTC

[airflow] branch master updated (aee6ab9 -> 431ea32)

This is an automated email from the ASF dual-hosted git repository.

turbaszek pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git.


    from aee6ab9  Wait for pipeline state in Data Fusion operators (#8954)
     add 431ea32  Resolve upstream tasks when template field is XComArg (#8805)

No new revisions were added by this update.

Summary of changes:
 .../example_xcomargs.py}                           | 33 +++++---
 airflow/models/baseoperator.py                     | 96 +++++++++++++++++++++-
 airflow/models/taskinstance.py                     |  5 +-
 .../providers/google/cloud/operators/sql_to_gcs.py |  2 +-
 airflow/serialization/serialized_objects.py        |  4 +-
 tests/models/test_baseoperator.py                  | 61 +++++++++++++-
 tests/serialization/test_dag_serialization.py      |  3 +-
 7 files changed, 181 insertions(+), 23 deletions(-)
 copy airflow/{providers/apache/pig/example_dags/example_pig.py => example_dags/example_xcomargs.py} (68%)