Aakcht commented on code in PR #24496:
URL: https://github.com/apache/airflow/pull/24496#discussion_r901152233


##########
airflow/config_templates/config.yml:
##########
@@ -1670,12 +1670,13 @@
         or insert it into a database (depending of the backend)
         This status is used by the scheduler to update the state of the task
         The use of a database is highly recommended
+        When not specified, sql_alchemy_conn with db+ prefix will be used for 
connection
         
http://docs.celeryproject.org/en/latest/userguide/configuration.html#task-result-backend-settings
       version_added: ~
       type: string
       sensitive: true
       example: ~
-      default: "db+postgresql://postgres:airflow@postgres/airflow"

Review Comment:
   Good point, changed



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to