You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: providers/http/src/airflow/providers/http/get_provider_info.py
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -69,12 +69,12 @@ def get_provider_info():
69
69
"conn-fields": {
70
70
"srv_lookup": {
71
71
"label": "Use DNS SRV Lookup",
72
-
"description": "When enabled, the Host field is treated as a DNS SRV record name (e.g. _http._tcp.example.com) that is resolved to the actual target host and port at request time. Requires the apache-airflow-providers-http[srv] extra.",
72
+
"description": "Whether to treat the Host field as a DNS SRV record name and resolve the target host/port at request time.",
0 commit comments