pierrejeambrun commented on code in PR #47553:
URL: https://github.com/apache/airflow/pull/47553#discussion_r1993208815
##########
airflow/api_fastapi/auth/managers/models/resource_details.py:
##########
@@ -104,3 +104,4 @@ class DagAccessEntity(Enum):
TASK_LOGS = "TASK_LOGS"
WARNING = "WARNING"
XCOM = "XCOM"
+ DAG_VERSION = "DAG_VERSION"
Review Comment:
Yep I think we are missing a bunch of pieces here. You can take a look at
the AssetAlias PR to check how to add an entity.
--
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]