gtxu commented on code in PR #70960:
URL: https://github.com/apache/airflow/pull/70960#discussion_r4018302439
##########
providers/http/docs/connections/http.rst:
##########
@@ -75,3 +86,10 @@ For example:
.. code-block:: bash
export
AIRFLOW_CONN_HTTP_DEFAULT='http://username:[email protected]:80/https?headers=header'
+
+To enable SRV lookup via an environment variable, set ``srv_lookup`` in the
Extra query
+parameter:
+
+.. code-block:: bash
+
+ export
AIRFLOW_CONN_HTTP_DEFAULT='https://_http._tcp.example.com/https?srv_lookup=true'
Review Comment:
Good catch, thank you! I will apply your suggestion.
--
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]