Fix list dag versions permissions#61675
Merged
pierrejeambrun merged 3 commits intoapache:mainfrom Feb 10, 2026
Merged
Conversation
kaxil
reviewed
Feb 9, 2026
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_versions.py
Show resolved
Hide resolved
pierrejeambrun
commented
Feb 9, 2026
airflow-core/src/airflow/api_fastapi/core_api/routes/public/dag_versions.py
Show resolved
Hide resolved
kaxil
reviewed
Feb 9, 2026
kaxil
reviewed
Feb 9, 2026
airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_dag_versions.py
Outdated
Show resolved
Hide resolved
kaxil
approved these changes
Feb 10, 2026
kaxil
approved these changes
Feb 10, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Feb 10, 2026
* Fix list dag versions permissions * Add a test * Address review comments (cherry picked from commit 197edfd) Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
github-actions bot
pushed a commit
to aws-mwaa/upstream-to-airflow
that referenced
this pull request
Feb 10, 2026
* Fix list dag versions permissions * Add a test * Address review comments (cherry picked from commit 197edfd) Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
Alok-kumar-priyadarshi
pushed a commit
to Alok-kumar-priyadarshi/airflow
that referenced
this pull request
Feb 11, 2026
* Fix list dag versions permissions * Add a test * Address review comments
pierrejeambrun
added a commit
that referenced
this pull request
Feb 11, 2026
* Fix list dag versions permissions * Add a test * Address review comments (cherry picked from commit 197edfd) Co-authored-by: Pierre Jeambrun <pierrejbrun@gmail.com>
pierrejeambrun
added a commit
that referenced
this pull request
Feb 11, 2026
Ratasa143
pushed a commit
to Ratasa143/airflow
that referenced
this pull request
Feb 15, 2026
* Fix list dag versions permissions * Add a test * Address review comments
choo121600
pushed a commit
to choo121600/airflow
that referenced
this pull request
Feb 22, 2026
* Fix list dag versions permissions * Add a test * Address review comments
AkshayArali
pushed a commit
to AkshayArali/airflow_630
that referenced
this pull request
Feb 27, 2026
* Fix list dag versions permissions * Add a test * Address review comments
AkshayArali
pushed a commit
to AkshayArali/airflow_630
that referenced
this pull request
Feb 27, 2026
* Fix list dag versions permissions * Add a test * Address review comments
Subham-KRLX
pushed a commit
to Subham-KRLX/airflow
that referenced
this pull request
Mar 4, 2026
* Fix list dag versions permissions * Add a test * Address review comments
vatsrahul1001
pushed a commit
that referenced
this pull request
Mar 4, 2026
dominikhei
pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
* Fix list dag versions permissions * Add a test * Address review comments
radhwene
pushed a commit
to radhwene/airflow
that referenced
this pull request
Mar 21, 2026
* Fix list dag versions permissions * Add a test * Address review comments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix list dag versions permissions. Even when passing
~dag versions returned should be based on readable dags permissions.