Hi, Airflow doesn't trigger my schedule, I used the following commands to create job and schedule:
meltano job add tap-upmssql-hash-target-snowflake --tasks "[tap-upmssql hash-fields target-snowflake]"
meltano schedule add hourly-upmssql-load --job tap-upmssql-hash-target-snowflake --interval '@hourly'
I can see the schedule from airflow ui, but it was never triggered. Any idea?