You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/05/17 19:26:25 UTC

[airflow] branch master updated (162e320 -> b7d1ea9)

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

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


    from 162e320  Add Asana Provider (#14521)
     add b7d1ea9  Add Airflow Standalone command (#15826)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                  |   6 +
 airflow/cli/commands/standalone_command.py | 275 +++++++++++++++++++++++++++++
 docs/apache-airflow/start/local.rst        |  52 +++---
 3 files changed, 312 insertions(+), 21 deletions(-)
 create mode 100644 airflow/cli/commands/standalone_command.py