pierrejeambrun commented on code in PR #61675:
URL: https://github.com/apache/airflow/pull/61675#discussion_r2783592059
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_versions.py:
##########
@@ -102,6 +105,7 @@ def get_dag_versions(
),
],
dag_bag: DagBagDep,
+ readable_dag_versions_filter: ReadableDagVersionsFilterDep,
Review Comment:
We need to add a test 'framework' to be able to create users on the fly with
proper permission set, and auth manager to test out real use cases. We're
missing that.
I 'hacked' my way around it to add a relevant test.
--
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]