pierrejeambrun opened a new pull request, #61400:
URL: https://github.com/apache/airflow/pull/61400

   part of https://github.com/apache/airflow/issues/60948
   
   Deprecate `is_authorized_backfill` and `BackfillDetails` in favor of 
`DagAccessEntity.Run`.
   
   Basically this will allow dag access level control on backfills, and we 
chose to simply re-use the existing `DagAccessEntity.Run` because 'creating a 
backfill' is basically similar to creating multiple dag runs. (A user with `Can 
create on Dag Runs` can basically simulate a backfill by triggering as many dag 
runs as needed with the appropriate conf and data).
   
   
   
   Note: I plan a follow up PR for the providers.


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