shivaam commented on issue #70192: URL: https://github.com/apache/airflow/issues/70192#issuecomment-5081509669
Confirmed locally. The team-scoped lookup fails because `/connections/test` calls `get_connection_from_secrets` without `team_name`, causing the masked `***` value to be tested literally. This is already fixed on `main` by #67620, but the fix is absent from 3.2.2, 3.3.0, and current `v3-3-test`. A local backport preserving #70010’s host/port checks passes the full connection endpoint test class (20 tests). This appears to need a manual backport of #67620 to `v3-3-test`. @s-manzhak, could you please verify this once in your environment—ideally with a build containing #67620—and confirm whether the UI connection test succeeds for the team-scoped connection? -- 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]
