msumit commented on a change in pull request #16:
URL:
https://github.com/apache/airflow-client-python/pull/16#discussion_r632307721
##########
File path: airflow_client/docs/DAGApi.md
##########
@@ -549,25 +549,7 @@ with client.ApiClient(configuration) as api_client:
api_instance = dag_api.DAGApi(api_client)
dag_id = "dag_id_example" # str | The DAG ID.
dag = DAG(
- dag_id="dag_id_example",
- root_dag_id="root_dag_id_example",
is_paused=True,
- is_subdag=True,
- fileloc="fileloc_example",
- file_token="file_token_example",
- owners=[
- "owners_example",
- ],
- description="description_example",
- schedule_interval=ScheduleInterval(
- type="CronExpression",
- value="value_example",
- ),
- tags=[
- Tag(
- name="name_example",
Review comment:
Ok, did a quick check and the change seems to be correct. In patch dag
`is_paused` is the only editable field.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]