Skip to content

Fix Edit Connection when connection is imported#49989

Merged
bbovenzi merged 4 commits intoapache:mainfrom
shubhamraj-git:issue-49734
Apr 30, 2025
Merged

Fix Edit Connection when connection is imported#49989
bbovenzi merged 4 commits intoapache:mainfrom
shubhamraj-git:issue-49734

Conversation

@shubhamraj-git
Copy link
Contributor

@shubhamraj-git shubhamraj-git commented Apr 29, 2025

closes: #49734

In the older airflow version, "" in extra was accepted on the UI.
New UI, validates the Json, and "" is not allowed and throws error.

This fix will let it not throw the error for "" when edit button is clicked.


^ 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 the area:UI Related to UI/UX. For Frontend Developers. label Apr 29, 2025
@shubhamraj-git shubhamraj-git added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Apr 30, 2025
@bbovenzi bbovenzi added this to the Airflow 3.0.1 milestone Apr 30, 2025
@bbovenzi bbovenzi merged commit b5974c6 into apache:main Apr 30, 2025
42 checks passed
github-actions bot pushed a commit that referenced this pull request Apr 30, 2025
(cherry picked from commit b5974c6)

Co-authored-by: Shubham Raj <[email protected]>
@github-actions
Copy link

Backport successfully created: v3-0-test

Status Branch Result
v3-0-test PR Link

github-actions bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Apr 30, 2025
(cherry picked from commit b5974c6)

Co-authored-by: Shubham Raj <[email protected]>
potiuk pushed a commit that referenced this pull request Apr 30, 2025
(cherry picked from commit b5974c6)

Co-authored-by: Shubham Raj <[email protected]>
@shubhamraj-git shubhamraj-git deleted the issue-49734 branch September 7, 2025 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

"Unexpected end of JSON input" when editing (S)FTP-type connections

2 participants