Skip to content

How do I configure the DuckDB IO manager to load from a custom schema? #17850

Answered by jamiedemaria
malow106 asked this question in Q&A
Discussion options

You must be logged in to vote

You can set the schema for duckdb on the IO manager configuration

defs = Definitions(
   assets=[...],
   resources={
        "io_manager": DuckDBPandasIOManager(schema="dev", ...)
   }
)

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
4 replies
@malow106
Comment options

@jamiedemaria
Comment options

@jamiedemaria
Comment options

@malow106
Comment options

Answer selected by rexledesma
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
integration: dbt Related to dagster-dbt area: io-manager Related to I/O Managers
2 participants