You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by as...@apache.org on 2020/10/13 16:01:19 UTC

[airflow] branch master updated (16e7129 -> 095756c)

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

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


    from 16e7129  Added support for provider packages for Airflow 2.0 (#11487)
     add 095756c  Airflow tutorial to use Decorated Flows (#11308)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |   2 +-
 airflow/example_dags/tutorial_decorated_etl_dag.py | 111 +++++++++++++++
 airflow/example_dags/tutorial_etl_dag.py           | 129 +++++++++++++++++
 docs/index.rst                                     |   1 +
 docs/spelling_wordlist.txt                         |   1 +
 docs/tutorial_decorated_flows.rst                  | 152 +++++++++++++++++++++
 tests/core/test_example_dags_system.py             |   2 +
 7 files changed, 397 insertions(+), 1 deletion(-)
 create mode 100644 airflow/example_dags/tutorial_decorated_etl_dag.py
 create mode 100644 airflow/example_dags/tutorial_etl_dag.py
 create mode 100644 docs/tutorial_decorated_flows.rst