mik-laj edited a comment on issue #10479: URL: https://github.com/apache/airflow/issues/10479#issuecomment-679325239
The description is a read-only field according to spec. This field contains the value that is synchronized with the DAG File, so if you want to update this description, you need to edit the DAG File.  https://airflow.readthedocs.io/en/latest/stable-rest-api-ref.html#operation/patch_dag However, I can see that there is one mistake here. The update_mask field is missing to maintain future compatibility. ---------------------------------------------------------------- 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]
