Skip to content

Conversation

@choo121600
Copy link
Member

closes: #59299

Before

Currently, when testing a connection in the Airflow UI, users can see the success or failure result in the icon, but no toaster-style notification is displayed.
Because there is no notification, users cannot easily see why the connection test failed.

image

After

A toaster-style error notification is now displayed with details explaining why the test failed.

Screen.Recording.2025-12-12.at.4.12.29.PM.mov
image

^ 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.

Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one nit.

Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pierrejeambrun pierrejeambrun added this to the Airflow 3.1.5 milestone Dec 12, 2025
@pierrejeambrun pierrejeambrun added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Dec 12, 2025
@pierrejeambrun pierrejeambrun merged commit acce763 into apache:main Dec 12, 2025
65 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 12, 2025
* Add toaster notifications for Test Connection

* refactor: move test connection translations to admin.json
(cherry picked from commit acce763)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
@github-actions
Copy link

Backport successfully created: v3-1-test

Status Branch Result
v3-1-test PR Link

pierrejeambrun pushed a commit that referenced this pull request Dec 12, 2025
…59368)

* Add toaster notifications for Test Connection

* refactor: move test connection translations to admin.json
(cherry picked from commit acce763)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
ephraimbuddy pushed a commit that referenced this pull request Dec 12, 2025
…59368)

* Add toaster notifications for Test Connection

* refactor: move test connection translations to admin.json
(cherry picked from commit acce763)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
ephraimbuddy pushed a commit that referenced this pull request Jan 6, 2026
…59368)

* Add toaster notifications for Test Connection

* refactor: move test connection translations to admin.json
(cherry picked from commit acce763)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations 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 translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add toaster notifications for Test Connection success and failure in the UI

2 participants