Skip to content

Delete default schedule interval

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

The DAG is scheduled to be executed once a day without payload, which is a default behavior of Airflow if schedule_interval is not set to None. To fix this unexpected behavior, we introduce this MR.

Merge request reports