You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@cb149 A PR has been opened to correct this issue. There is a reset of field performed when switch connection types, however, the logic was querying for an incorrect label attribute in the Connection form.
Apache Airflow version
2.2.0
Operating System
Ubuntu
Versions of Apache Airflow Providers
No response
Deployment
Other
Deployment details
airflow standalone
What happened
Relabeling of fields in Add Connection never gets reverted, so switching connection types results in the form showing wrong field names.
What you expected to happen
Changing connection type while adding a connection should show the fields/fieldnames for that connection.
How to reproduce
Anything else
If I am not mistaken, the issues is with the code in connection_form.js
and there should probably be a reset to the default label texts before it.
Also, when trying to open a provider issue the newest available Airflow version in the version selector is 2.1.4
Are you willing to submit PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: