mik-laj commented on a change in pull request #10970:
URL: https://github.com/apache/airflow/pull/10970#discussion_r493091566
##########
File path: docs/cli-ref.rst
##########
@@ -35,3 +35,46 @@ development and testing.
:module: airflow.cli.cli_parser
:func: get_parser
:prog: airflow
+
+Environment Variables
+'''''''''''''''''''''
+
+.. envvar:: AIRFLOW__{SECTION}__{KEY}
+
+ Any specific key in a section in Airflow.
+ The user may replace the ``{SECTION}`` placeholder with any section
+ and the ``{KEY}`` placeholder with any key in that specified section.
+ For example, the user may initiate "AIRFLOW__CORE__DAGS_FOLDER",
+ where CORE is the section and DAGS_FOLDER is the key within the section.
+
+ For more information, see: :doc:`/howto/set-config`.
+
+.. envvar:: AIRFLOW__{SECTION}__{KEY}_CMD
+
+ For any specific key in a section in Airflow,
+ execute the command the key is pointing to.
+
+.. envvar:: AIRFLOW_CONFIG
+
+ The path to the Airflow configuration file.
+
+.. envvar:: AIRFLOW_CONN_{CONN_ID}
+
+ Defines a connection URI.
Review comment:
This does not define a connection URI, but a new connection using the
URI.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]