Hey! Question about running `dbt_seed_op` from dag...
# ask-community
s
Hey! Question about running
dbt_seed_op
from dagster job. I used to do that without issue with
dbt_cli_resource
. But with that being deprecated switching over to
DbtCliResource
which isn’t as easy to implement like it was with
dbt_cli_resource
. Does somebody have an example of a job running dbt seed?
r
please ask dbt questions in #dagster-dbt. Here's a previous discussion today on running
DbtCliResource
in an op/asset https://dagster.slack.com/archives/C04CW71AGBW/p1693316175875669?thread_ts=1693311924.216999&cid=C04CW71AGBW
❤️ 1
Added an example of this here: https://github.com/dagster-io/dagster/pull/16179.
❤️ 1