Body
In #47482 we decided to handle the permission of backfills through a new entity BackfillDetails which isn't related to a Dag.
Now I'm second guessing this, because it is currently not possible to do permission filtering based on Dag access. Similarly to other DagAccessEntity I think it would be beneficial to be able to filter access to backfills based on Dag permissons. Currently giving access to 'read on DAG:SomeDag' does not give any access on the related backfills.
The idea is that 'backfills' really exist as a sub entity of a Dag, they cannot exist by themselves in contradiction to other Details such as VariableDetails PoolDetails etc...
Committer
Body
In #47482 we decided to handle the permission of backfills through a new entity
BackfillDetailswhich isn't related to a Dag.Now I'm second guessing this, because it is currently not possible to do permission filtering based on Dag access. Similarly to other
DagAccessEntityI think it would be beneficial to be able to filter access to backfills based on Dag permissons. Currently giving access to 'read on DAG:SomeDag' does not give any access on the related backfills.The idea is that 'backfills' really exist as a sub entity of a Dag, they cannot exist by themselves in contradiction to other Details such as
VariableDetailsPoolDetailsetc...Committer