Airflow - Initiation Of Db Stuck In Sql Server
Trying to setup airflow using SQL Server as the backend, but get stuck during the initdb command: user@computer /my/home> airflow initdb [2019-09-13 12:10:04,375] {__init__.py:5
Solution 1:
set load_examples = False
in airflow.cfg
Post a Comment for "Airflow - Initiation Of Db Stuck In Sql Server"