update schedule_interval param through Airflow api failed #26522
-
Hello, I', trying to update the schedule interval parameter for one of my dag through Airflow api, but i'm getting an error i made a patch request via postman: when updating the is_paused field its work fine but how can i make it work for the schedule_interval field. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
You can't. Schedule interval is "read-only" as you see. It can only be changed by modifying the DAG Python source code - this is how Airlfow works. |
Beta Was this translation helpful? Give feedback.
You can't. Schedule interval is "read-only" as you see. It can only be changed by modifying the DAG Python source code - this is how Airlfow works.