joaopamaral commented on issue #17508:
URL: https://github.com/apache/airflow/issues/17508#issuecomment-2333036982

   Hey @sudarshan2906 and @eladkal , I've tested with the master branch and 
seems to be working correct:
   
   - added the following access control:
   ```python
       access_control={
           "Public": {"DAGs": {"can_edit"}, "DAG Runs": {"can_create"}}
       }
   ```
   <img width="539" alt="image" 
src="https://github.com/user-attachments/assets/a8ca703e-bed1-4b85-9c4b-a3eb158b9112";>
   
   - changed to `access_control={}`
   <img width="167" alt="image" 
src="https://github.com/user-attachments/assets/747db888-b4e3-49ed-8815-6f7e71f26d52";>
   
   - Back to the permissions to Public and then changed to Viewer
   ```python
       access_control={
           "Public": {"DAGs": {"can_edit"}, "DAG Runs": {"can_create"}}
       }
   ```
   <img width="1494" alt="image" 
src="https://github.com/user-attachments/assets/4027ba5d-0022-466e-8eae-f53aa5c6ec44";>
   
   It takes a few seconds to sync (~30s) but all these tests show the dags 
permissions are synced automatically.
    
   @sudarshan2906 are you still facing this issue in the latest airflow version?


-- 
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]

Reply via email to