Skip to content

Conversation

@pierrejeambrun
Copy link
Member

Previously the dags router in ui endpoint was Dags while public was DAG. This resulted in the service being generated as DagsService for UI and DagService for public. But, probably better to have them generated under same service, and not just differ by the one letter.

(cherry picked from commit c3861e7)


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. labels Jun 3, 2025
@pierrejeambrun pierrejeambrun changed the title Ensure that both public and ui dags endpoints map to DagService (#51226) [v3-0-test] Ensure that both public and ui dags endpoints map to DagService (#51226) Jun 3, 2025
@pierrejeambrun pierrejeambrun added the type:bug-fix Changelog: Bug Fixes label Jun 3, 2025
…he#51226)

Previously the dags router in ui endpoint was `Dags` while public was `DAG`. This resulted in the service being generated as DagsService for UI and DagService for public. But, probably better to have them generated under same service, and not just differ by the one letter.

(cherry picked from commit c3861e7)
@pierrejeambrun pierrejeambrun merged commit 7f2f7bd into apache:v3-0-test Jun 3, 2025
71 checks passed
@pierrejeambrun pierrejeambrun deleted the backport-51226 branch June 3, 2025 09:31
kaxil pushed a commit that referenced this pull request Jun 3, 2025
…) (#51345)

Previously the dags router in ui endpoint was `Dags` while public was `DAG`. This resulted in the service being generated as DagsService for UI and DagService for public. But, probably better to have them generated under same service, and not just differ by the one letter.

(cherry picked from commit c3861e7)

Co-authored-by: Daniel Standish <15932138+dstandish@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:API Airflow's REST/HTTP API area:UI Related to UI/UX. For Frontend Developers. type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants