vittico commented on issue #10036: URL: https://github.com/apache/airflow/issues/10036#issuecomment-666325207
This actually worked, thanks! Sin mas a que hacer referencia, Victor Medina On Tue, Jul 28, 2020 at 12:23 PM Shekhar Singh <[email protected]> wrote: > @vittico <https://github.com/vittico> can you tried this: > > sql_alchemy_conn = postgresql+psycopg2://airflow:12345678@localhost:5432/airflow > result_backend = db+postgresql://airflow:12345678@localhost:5432/airflow > > The backend alias for database backend in celery is db. (ref > <https://github.com/celery/celery/blob/master/celery/app/backends.py#L27>) > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/airflow/issues/10036#issuecomment-665162477>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/AAHWF7TUBWSEUABJXKVK7YLR54AYTANCNFSM4PKSOVBA> > . > ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
