Hi all. I cannt run flow . How to fix that ?
# ask-community
a
Hi all. I cannt run flow . How to fix that ?
a
It looks like your task either returns a SQL alchemy connection or you use it in some other way outside of your task. If you move this call into the specific task that needs this database connection, this should fix it.
To explain why that happens: have a look at this documentation