You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/17 14:20:52 UTC

[GitHub] [airflow] bensta opened a new issue #19648: Airflow connection forms show fields that should be hidden

bensta opened a new issue #19648:
URL: https://github.com/apache/airflow/issues/19648


   ### Apache Airflow version
   
   2.2.1
   
   ### Operating System
   
   ubuntu 20.04
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-airbyte==2.1.1
   apache-airflow-providers-alibaba==1.0.0
   apache-airflow-providers-amazon==2.3.0
   apache-airflow-providers-apache-beam==3.0.1
   apache-airflow-providers-apache-cassandra==2.1.0
   apache-airflow-providers-apache-drill==1.0.1
   apache-airflow-providers-apache-druid==2.0.2
   apache-airflow-providers-apache-hdfs==2.1.1
   apache-airflow-providers-apache-hive==2.0.2
   apache-airflow-providers-apache-kylin==2.0.1
   apache-airflow-providers-apache-livy==2.1.0
   apache-airflow-providers-apache-pig==2.0.1
   apache-airflow-providers-apache-pinot==2.0.1
   apache-airflow-providers-apache-spark==2.0.1
   apache-airflow-providers-apache-sqoop==2.0.2
   apache-airflow-providers-asana==1.1.0
   apache-airflow-providers-cloudant==2.0.1
   apache-airflow-providers-databricks==2.0.2
   apache-airflow-providers-datadog==2.0.1
   apache-airflow-providers-dingding==2.0.1
   apache-airflow-providers-discord==2.0.1
   apache-airflow-providers-facebook==2.0.1
   apache-airflow-providers-ftp==2.0.1
   apache-airflow-providers-google==6.0.0
   apache-airflow-providers-hashicorp==2.1.1
   apache-airflow-providers-http==2.0.1
   apache-airflow-providers-imap==2.0.1
   apache-airflow-providers-jira==2.0.1
   apache-airflow-providers-microsoft-azure==3.2.0
   apache-airflow-providers-opsgenie==2.0.1
   apache-airflow-providers-pagerduty==2.0.1
   apache-airflow-providers-plexus==2.0.1
   apache-airflow-providers-qubole==2.0.1
   apache-airflow-providers-salesforce==3.2.0
   apache-airflow-providers-segment==2.0.1
   apache-airflow-providers-sendgrid==2.0.1
   apache-airflow-providers-slack==4.1.0
   apache-airflow-providers-snowflake==2.2.0
   apache-airflow-providers-sqlite==2.0.1
   apache-airflow-providers-tableau==2.1.1
   apache-airflow-providers-telegram==2.0.1
   apache-airflow-providers-vertica==2.0.1
   apache-airflow-providers-yandex==2.1.0
   apache-airflow-providers-zendesk==2.0.1
   
   ### Deployment
   
   Virtualenv installation
   
   ### Deployment details
   
   pip 21.2.4
   Python 3.8.10
   virtualenv 20.2.2
   
   ### What happened
   
   Connection type specific fields in the airflow connection form remain visible when a different connection type is selected. 
   Note in the screenshot: 
   Connection type Email is selected, but Blob Storage Login and Blob Storage Key are still visible. 
   These fields stem from the connection type that was selected previously (azure blob storage connection)
   
   
   ![image](https://user-images.githubusercontent.com/9579702/142216932-5ef4c634-bd60-45ff-bed5-920a18069f98.png)
   
   
   ### What you expected to happen
   
   I expected that all non relevant connection fields are hidden when I select different connection types. 
   
   ### How to reproduce
   
   1. Install a new airflow instance with many extras installed (unsure if it is relevant, but it is our case)
   2. Go to connection -> add , select connection type Azure 
   3. Observe, that azure specific fields are shown (e.g.  Azure Client ID )
   4. Select connection type Email
   5. Observe that Azure specific fields are still show (e.g.  Azure Client ID )
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] josh-fell commented on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
josh-fell commented on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-971874631


   This is a bug and should be fixed with #19411. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bbovenzi commented on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
bbovenzi commented on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-972265168


   @josh-fell should we close the issue then if fix is already merged?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] bensta commented on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
bensta commented on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-971934270


   Thanks for the info!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-971626949


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] josh-fell edited a comment on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
josh-fell edited a comment on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-971874631


   This is a bug (see #19386) and should be fixed with #19411.  


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr closed issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
uranusjr closed issue #19648:
URL: https://github.com/apache/airflow/issues/19648


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] josh-fell commented on issue #19648: Airflow connection forms show fields that should be hidden

Posted by GitBox <gi...@apache.org>.
josh-fell commented on issue #19648:
URL: https://github.com/apache/airflow/issues/19648#issuecomment-972437720


   > @josh-fell should we close the issue then if fix is already merged?
   
   Yes please.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org