kevin
04/06/2022, 1:51 PMmeltano invoke airflow scheduler pickup all the dags in the orchestrate/dags folder? looks like one of them isnt getting picked up. I have two in therepat_nadolny
04/06/2022, 6:23 PMorchestrate/dags folder. Is it possible that the dag not loading has errors, have you checked the log? Also this airflow setting https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#dag-dir-list-interval defines how frequently the directory is checked for new dags, how long has airflow been running? Is it possible that it hasnt had a chance to reload the file yet?kevin
04/06/2022, 7:34 PMpat_nadolny
04/06/2022, 9:36 PMmeltano --log-level=debug elt --dump=extractor-config ... to see what the config looks like and if its missing anythingkevin
04/07/2022, 4:05 PMpat_nadolny
04/07/2022, 4:15 PM