ashb commented on pull request #17263: URL: https://github.com/apache/airflow/pull/17263#issuecomment-888363982
The refresh button _used_ to force the webserver to go re-read the dag from the file on disk (and as a result also sync the per-dag permissions.) But since Airflow 2+ the webserver _only_ looks at the serialized copy and never read the file on disk, so the last remaining thing the refresh button did was update the per-dag permissions defined on the `access_control` attribute of the DAG. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
