You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "uranusjr (via GitHub)" <gi...@apache.org> on 2023/03/08 05:19:25 UTC

[GitHub] [airflow] uranusjr commented on a diff in pull request #29936: Fix some typos on the kubernetes documentation

uranusjr commented on code in PR #29936:
URL: https://github.com/apache/airflow/pull/29936#discussion_r1128985878


##########
docs/apache-airflow/administration-and-deployment/production-deployment.rst:
##########
@@ -38,7 +38,7 @@ You can change the backend using the following config
     sql_alchemy_conn = my_conn_string
 
 Once you have changed the backend, airflow needs to create all the tables required for operation.
-Create an empty DB and give airflow's user the permission to ``CREATE/ALTER`` it.
+Create an empty DB and give airflow's user permission to ``CREATE/ALTER`` it.

Review Comment:
   ```suggestion
   Create an empty DB and give Airflow's user permission to ``CREATE/ALTER`` it.
   ```
   
   while we are on this



-- 
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