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 2022/08/24 16:12:58 UTC

[airflow] branch main updated (90b1f1a64a -> e996a88c7b)

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

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


    from 90b1f1a64a Update example dataset DAGs names (#25910)
     add e996a88c7b Prefer the local Quick Start in docs (#25888)

No new revisions were added by this update.

Summary of changes:
 README.md                                          |   2 +-
 docker_tests/test_docker_compose_quick_start.py    |   4 +-
 docs/apache-airflow/{start => }/.gitignore         |   0
 .../{start => howto/docker-compose}/airflow.sh     |   0
 .../docker-compose}/docker-compose.yaml            |   4 +-
 .../docker.rst => howto/docker-compose/index.rst}  | 138 ++++++++-------------
 docs/apache-airflow/howto/index.rst                |   3 +-
 docs/apache-airflow/index.rst                      |   2 +-
 docs/apache-airflow/installation/index.rst         |   4 +-
 .../logging-monitoring/check-health.rst            |   2 +-
 docs/apache-airflow/redirects.txt                  |   4 +-
 docs/apache-airflow/{start/local.rst => start.rst} |   4 +-
 docs/apache-airflow/start/index.rst                |  27 ----
 docs/apache-airflow/tutorial.rst                   |   2 +-
 docs/conf.py                                       |   4 +-
 docs/docker-stack/README.md                        |   2 +-
 docs/docker-stack/index.rst                        |   2 +-
 17 files changed, 77 insertions(+), 127 deletions(-)
 rename docs/apache-airflow/{start => }/.gitignore (100%)
 rename docs/apache-airflow/{start => howto/docker-compose}/airflow.sh (100%)
 rename docs/apache-airflow/{start => howto/docker-compose}/docker-compose.yaml (98%)
 rename docs/apache-airflow/{start/docker.rst => howto/docker-compose/index.rst} (72%)
 rename docs/apache-airflow/{start/local.rst => start.rst} (99%)
 delete mode 100644 docs/apache-airflow/start/index.rst