gtxu commented on code in PR #70960:
URL: https://github.com/apache/airflow/pull/70960#discussion_r4075772069
##########
providers/http/provider.yaml:
##########
@@ -127,4 +127,14 @@ connection-types:
hidden-fields: []
relabeling: {}
placeholders: {}
- conn-fields: {}
+ conn-fields:
+ srv_lookup:
+ label: Use DNS SRV Lookup
+ description: >-
+ Whether to treat the Host field as a DNS SRV record name and resolve
the target
+ host/port at request time.
+ schema:
+ type:
+ - boolean
+ - "null"
+ default: false
Review Comment:
I see mongo's `srv` uses unset options. I will drop the default `False`.
Thank you!
--
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]