Hello all! I am currently using Airflow (version ...
# troubleshooting
c
Hello all! I am currently using Airflow (version 2.1.2) as the orchestrator for a Meltano project. (version 1.102.0)... When trying to start the Scheduler (with the command
meltano invoke airflow scheduler -D
or
meltano invoke airflow scheduler --daemon
, however despite a successful CLI output we still see a heartbeat warning in the Airflow UI and DAGs are not being triggered as scheduled. The Scheduler will "start", or at-least removes the warning message from the Airflow UI, with
meltano invoke airflow scheduler
. But this requires us to keep an active terminal window open and computer awake! If anyone has any insight into what I may be missing that would be greatly appreciated
• Current Airflow configs (from
airflow info
):
◦ apache-airflow-providers-ftp | 2.0.0
◦ apache-airflow-providers-http | 2.0.0
◦ apache-airflow-providers-imap | 2.0.0
◦ apache-airflow-providers-slack | 4.0.0
◦ apache-airflow-providers-sqlite | 2.0.0
◦ executor | LocalExecutor
◦ sql_alchemy_conn | postgresql