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/01/26 12:46:14 UTC

[airflow] branch master updated (0d1c39a -> ffb472c)

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

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


    from 0d1c39a  Fix db shell for sqlite (#13907)
     add ffb472c  Add quick start for Airflow on Docker (#13660)

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |   2 +-
 .pre-commit-config.yaml                            |   2 +-
 airflow/cli/commands/db_command.py                 |   1 +
 docs/apache-airflow/concepts.rst                   |  45 +++++-
 docs/apache-airflow/howto/index.rst                |   2 +-
 docs/apache-airflow/index.rst                      |   2 +-
 docs/apache-airflow/redirects.txt                  |   3 +
 docs/apache-airflow/start/.gitignore               |   4 +
 .../start/airflow.sh}                              |  13 +-
 docs/apache-airflow/start/docker-compose.yaml      | 134 ++++++++++++++++
 docs/apache-airflow/start/docker.rst               | 170 +++++++++++++++++++++
 .../operators => apache-airflow/start}/index.rst   |  12 +-
 docs/apache-airflow/{start.rst => start/local.rst} |  41 +----
 docs/conf.py                                       |  16 +-
 docs/exts/docs_build/lint_checks.py                |  66 +++++++-
 15 files changed, 451 insertions(+), 62 deletions(-)
 create mode 100644 docs/apache-airflow/start/.gitignore
 copy docs/{list-roles.sh => apache-airflow/start/airflow.sh} (80%)
 mode change 100644 => 100755
 create mode 100644 docs/apache-airflow/start/docker-compose.yaml
 create mode 100644 docs/apache-airflow/start/docker.rst
 copy docs/{apache-airflow-providers-amazon/operators => apache-airflow/start}/index.rst (85%)
 rename docs/apache-airflow/{start.rst => start/local.rst} (74%)