Ness
04/26/2023, 9:34 PMIOManager
that reads/writes to a PostgreSQL table. Maybe I'm blind, but I haven't found an IOManager for PG specifically (I'm using dagster-postgres currently for my storage backend but it doesn't seem to have an IOManager). I've been looking at creating a new PostgreSQL IOManager
based on the DuckDB one, but I realize it's enough work that I really ought to double-check that something like this doesn't already exist first. My current plan is to use the dagster._core.storage.db_io_manager
with a custom DbClient
modified to work with PostgreSQL, but I am not sure how much more work I'd have to do beyond that.chris
04/26/2023, 9:39 PMNess
04/26/2023, 9:41 PMDbClient
?chris
04/26/2023, 9:41 PMNess
04/27/2023, 12:18 AMjamie
04/27/2023, 5:00 PMPhilip Orlando
05/05/2023, 12:52 AM