I'm integrating our dbt project with dagsters SDA ...
# ask-community
m
I'm integrating our dbt project with dagsters SDA using
load_assets_from_dbt_project.
Shouldn't dbt seeds be treated as dagster assets too?
j
cc @owen
o
hi @Ming Fang ! this is a good point, and something we're planning on supporting in the near future. specifically, right now this will result in a
dbt run
command (which does not include seeds), but we're looking to switch that out with
dbt build
1000 1