How to recycle datastore connection backed by SqlAlchemy backed by snowflake?

I am using great expectation V2 to connect to snowflake using SqlAlchemy. It executes fine for the first time, but overtime it’s lost the authentication to snowflake and connections are not recycled.

Does any one know is there a way to configure the SqlAlchemy directly and force GE to use the connection pool?