Lee-W commented on code in PR #47553:
URL: https://github.com/apache/airflow/pull/47553#discussion_r1993211747
##########
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, that's why I think we might miss something. Thanks for the
confirmation! Let me add them!
--
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]