Hi All! I hope you guys are fine. What is the best...
# ask-community
f
Hi All! I hope you guys are fine. What is the best approach to use
sqlalchemy
I have checked
dagster-sqlalchemy
library But i’m looking for more custom approach to use
sqlachemy
Please share any article Thanks
🤖 1
a
I’d recommend reviewing the resources docs (https://docs.dagster.io/concepts/resources). I’m using a custom resource that wraps a sqlalchemy connection with a context manager - it’s working great.
s
Hi fahad, Adam is right-- you’ll need to read through the resources and IO manager docs if you’re interested in any custom IO solution.