You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/09/16 14:51:29 UTC

[GitHub] [airflow] feluelle commented on a diff in pull request #26436: Rename schema to database in PostgresHook

feluelle commented on code in PR #26436:
URL: https://github.com/apache/airflow/pull/26436#discussion_r973109226


##########
docs/apache-airflow-providers-postgres/connections/postgres.rst:
##########
@@ -29,7 +29,7 @@ Host (required)
     The host to connect to.
 
 Schema (optional)
-    Specify the schema name to be used in the database.
+    Specify the database name.

Review Comment:
   Note that the field in the connection will still be `schema`. This is due to how we build the connection string for all databases. But I updated the docs to make sure that it should contain the database name.



-- 
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-unsubscribe@airflow.apache.org

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