Skip to content

I want an asset to depend on and load in a dbt model after its materialized #17958

Answered by rexledesma
dagsir[bot] bot asked this question in Q&A
Discussion options

You must be logged in to vote

You are missing an IO manager for your dbt assets:

# this io_manager allows us to load dbt models as pandas dataframes
"io_manager": DuckDBPandasIOManager(database=os.path.join(DBT_PROJECT_DIR, "example.duckdb")),

IO managers allow you to load assets as in-memory representations for downstream computations. See the docs for more details.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@skwon615
Comment options

@rexledesma
Comment options

@skwon615
Comment options

@rexledesma
Comment options

@skwon615
Comment options

Answer selected by rexledesma
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