mik-laj commented on a change in pull request #19053:
URL: https://github.com/apache/airflow/pull/19053#discussion_r731353667



##########
File path: docs/apache-airflow/tutorial.rst
##########
@@ -377,6 +377,24 @@ We need to have docker and postgres installed.
 We will be using this `docker file 
<https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#docker-compose-yaml>`_
 Follow the instructions properly to set up Airflow.
 
+.. note::
+    Airflow manages databases using `connections 
<https://airflow.apache.org/docs/apache-airflow/stable/howto/connection.html>`.
+    When running the code below, you will need to either configure a relevant 
postgres connection named ``postgres_docker`` or configure one
+    as appropriate for your system and update the code below to reference the 
appropriate Connection id.
+
+    If using the aforementioned `docker setup 
<https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#docker-compose-yaml>`

Review comment:
       ```suggestion
       If using the aforementioned :doc:`docker setup <start/docker>`
   ```
   Please use `:doc:` for links to other docs pages. Thanks to this, validation 
of these links will be performed.




-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to