[sqlalchemy] AttributeError("module 'sqlalchemy' has no attribute 'dialects'"

2022-04-07 Thread Evgenii
Hello! Thank you for the previous answer. I use prefect and dask to execute workflows, that use SA inside and I get very strange errors periodically: Task 'HE Quotes[5]': Exception encountered during task execution! Traceback (most recent call last): File

Re: [sqlalchemy] AttributeError("module 'sqlalchemy' has no attribute 'dialects'"

2022-04-07 Thread Mike Bayer
i dont know i would need to see the calling code On Thu, Apr 7, 2022, at 6:17 AM, Evgenii wrote: > > Hello! > Thank you for the previous answer. > > > I use prefect and dask to execute workflows, that use SA inside and I get > very strange errors periodically: > > `Task 'HE Quotes[5]':