eladkal commented on issue #28465:
URL: https://github.com/apache/airflow/issues/28465#issuecomment-1436479493
**The needed fix(s):**
1. `connection.extra` accepts only json while Jenkins conn attempts to set
boolean value. This needs to be changed. Probably to: `{"use_https": true}`
2. in the UI change the fields into something more user friendly. You can
use the example of Snowflake provider where it has bool field:
<img width="647" alt="Screenshot 2023-02-20 at 9 29 37"
src="https://user-images.githubusercontent.com/45845474/220040183-cf7cf758-af05-4276-8e90-afc839cc4dee.png">
https://github.com/apache/airflow/blob/eff677c418f09690f7e89302368dbff54e7fce75/airflow/providers/snowflake/hooks/snowflake.py#L134-L136
--
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]