-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Revert "Feature: Allow set Dag Run resource into Dag Level permission (#40703)" #41379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…apache#40703)" This reverts commit 090607d.
|
{'/opt/airflow/dags/example_sensors.py': 'Traceback (most recent call last):\n File "/home/airflow/.local/lib/python3.12/site-packages/airflow/models/dagbag.py", line 748, in _sync_perm_for_dag\n security_manager.sync_perm_for_dag(root_dag_id, dag.access_control)\n |
|
cc @joaopamaral |
|
The error link: Error in sync PR: https://github.com/apache/airflow/actions/runs/10338227507/job/28616625788?pr=41280#step:9:1258 |
|
Alternate PR: #41382 |
|
closing in favour of the alternative |
This reverts commit 090607d.
This PR did not handle backward compatibility on the
permissions.resource_name_for_dagrename and was difficult to debug. It has stalled the 2.10.0 RC release.