This commit is contained in:
Kamil Breguła 2020-09-09 21:16:41 +02:00 коммит произвёл GitHub
Родитель dfcb7afd13
Коммит 9528f15513
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -83,6 +83,8 @@ Once you've setup your database to host Airflow, you'll need to alter the
SqlAlchemy connection string located in ``sql_alchemy_conn`` option in ``[core]`` section in your configuration file
``$AIRFLOW_HOME/airflow.cfg``.
You can also define connection URI using ``AIRFLOW__CORE__SQL_ALCHEMY_CONN`` environment variable.
Configure a worker that supports parallelism
--------------------------------------------