gtxu commented on code in PR #70960:
URL: https://github.com/apache/airflow/pull/70960#discussion_r4075668984
##########
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 kept `default: false` because it matches the other boolean connection
fields(like `create_if_missing` in google). I am happy to drop it if you'd
rather it stayed unset.
--
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]