You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2020/08/03 17:11:06 UTC

[airflow] branch master updated (53ada6e -> 201823b)

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

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


    from 53ada6e  Add S3KeysUnchangedSensor (#9817)
     add 201823b   Add Legacy command displaying new CLI counterparts (#10115)

No new revisions were added by this update.

Summary of changes:
 airflow/cli/cli_parser.py                  |  3 ++
 airflow/cli/commands/legacy_commands.py    | 56 +++++++++++++++++++++++++++
 tests/cli/commands/test_legacy_commands.py | 61 ++++++++++++++++++++++++++++++
 3 files changed, 120 insertions(+)
 create mode 100644 airflow/cli/commands/legacy_commands.py
 create mode 100644 tests/cli/commands/test_legacy_commands.py