Dev-iL commented on code in PR #68314:
URL: https://github.com/apache/airflow/pull/68314#discussion_r3387355451


##########
airflow-core/docs/core-concepts/multi-team.rst:
##########
@@ -470,7 +470,7 @@ is uppercase.
     export AIRFLOW__TEAM_B___CELERY__BROKER_URL="redis://team-b-redis:6379/0"
 
     # team_b's Celery result backend
-    export 
AIRFLOW__TEAM_B___CELERY__RESULT_BACKEND="db+postgresql://team-b-db/celery_results"
+    export 
AIRFLOW__TEAM_B___CELERY__RESULT_BACKEND="db+postgresql+psycopg2://team-b-db/celery_results"

Review Comment:
   Celery strips `db+` and hands the rest to SQLA's `create_engine`. One would 
hope the CI can answer that definitively.



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