mik-laj commented on a change in pull request #9549:
URL: https://github.com/apache/airflow/pull/9549#discussion_r450508103
##########
File path: docs/howto/use-alternative-secrets-backend.rst
##########
@@ -92,10 +95,12 @@ file ``/files/my_conn.json`` when it looks for connections.
The file can be defined in ``JSON``, ``YAML`` or ``env`` format.
Review comment:
```suggestion
The file can be defined in ``JSON``, ``YAML`` or ``env`` format. Depending
on the format, The connection can be defined as a URI (string) or JSON object.
For a guide about defining a connection as a URI, see::
:ref:`generating_connection_uri`. For a description of the connection object
parameters see :class:`~airflow.models.connection.Connection`.
```
----------------------------------------------------------------
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]