ephraimbuddy commented on a change in pull request #16:
URL:
https://github.com/apache/airflow-client-python/pull/16#discussion_r633153915
##########
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:
Looks like the new version respects read-only fields? If it is then
there's no need for my current PR that's changing things inside the model.
--
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]