https://dagster.io/ logo
Title
f

fahad anwaar

11/05/2022, 6:20 AM
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
:dagster-bot-resolve: 1
a

Adam Bloom

11/05/2022, 7:44 PM
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

sean

11/07/2022, 2:50 PM
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.