potiuk commented on a change in pull request #4523: [AIRFLOW-3616] Add aliases 
for schema with underscore
URL: https://github.com/apache/airflow/pull/4523#discussion_r249286285
 
 

 ##########
 File path: docs/howto/manage-connections.rst
 ##########
 @@ -151,6 +156,29 @@ Scopes (comma separated)
         issue `AIRFLOW-2522
         <https://issues.apache.org/jira/browse/AIRFLOW-2522>`_.
 
+
+    When specifying the connection in environment variable you should specify
+    it using URI syntax, with the following requirements:
+      * scheme part must be equals ``google-cloud-platform`` (Note: look for a
+        minus character)
+      * authority (username, password, host, port), path is ignored
+      * query parameters contains information specific to this type of
+        connection. The following keys are accepted:
+
+        * ``extra__google_cloud_platform__project`` - Project Id
 
 Review comment:
   Nice. I missed that documentation 👍 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to