astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
329 stars 40 forks source link

Disable daily run of master dag for integration tests #2130

Closed pankajkoti closed 3 months ago

pankajkoti commented 3 months ago

Since we're not actively developing here, it makes sense to turn off the daily schedule of the master DAG (integration tests) to save up on the cloud resources that get spunned off from the master DAG.

We do have example DAG run in CI for each new PR, and additionally mechanism to tests RCs to guarantee catching of regressions.