Figured out the problem, in the orchestrator/dags/...
# troubleshooting
l
Figured out the problem, in the orchestrator/dags/meltano.py file, the start_date was set to datetime.utcnow(), which cause airflow not triggering jobs, I manually update to a past static time and worked. could someone fix it? https://stackoverflow.com/questions/40714087/apache-airflow-scheduler-does-not-trigger-dag-at-schedule-time
e
@lidong_zhao Would you mind filing an issue in the repo? https://github.com/meltano/files-airflow/issues/new
m
Hello @lidong_zhao I am also facing the issue and my pipeline are set to hourly and daily, I have made the changes as you said to update the start_date but seems like not working. Do i need to make any other changes or how can i test if these changes are working?
l
I didn't do any other change