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 2020/08/21 14:11:34 UTC

[GitHub] [airflow] kaxil edited a comment on pull request #10446: Add kubernetes connection type

kaxil edited a comment on pull request #10446:
URL: https://github.com/apache/airflow/pull/10446#issuecomment-678311136


   > @kaxil but, don't we have user input validation on conn type in WebUI?
   > <img alt="Screenshot 2020-08-21 at 15 40 04" width="740" src="https://user-images.githubusercontent.com/9528307/90896826-991aff80-e3c4-11ea-9990-2afb6bfb7669.png">
   
   You can create a connection with any Connection type, example:
   
   ```
   ❯ airflow connections -a --conn_id "a_test" --conn_type "my_custom_type" --conn_host xyz
   
   	Successfully added `conn_id`=a_test : my_custom_type://:******@xyz:
   ```
   
   Airflow doesn't validate that connection type (<=1.10.12) is what I meant :)
   
   ![image](https://user-images.githubusercontent.com/8811558/90899904-89012100-e3c0-11ea-9ec4-e256d284b2ba.png)
   


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

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