We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/patch_dag the payload in the example for PATCH /dags/{dag_id} suggest that it's possible to update schedule_interval which is not true :
schedule_interval
{ "is_paused": true, "schedule_interval": { "__type": "string", "days": 0, "seconds": 0, "microseconds": 0 } }
Update documentation removing the schedule_interval part from payload
No response
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
This is a problem with Redoc. It is possible that updating the library will fix the problem.
airflow/airflow/www/yarn.lock
Line 5779 in f18e4ba
airflow/docs/conf.py
Line 652 in f18e4ba
Duplicate: #15917
Thanks @mik-laj I've created a PR for adding an explicite example : #19465
No branches or pull requests
Describe the issue with documentation
On https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/patch_dag
the payload in the example for PATCH /dags/{dag_id} suggest that it's possible to update
schedule_interval
which is not true :How to solve the problem
Update documentation removing the
schedule_interval
part from payloadAnything else
No response
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: