Hi team, I need to run `dbt source freshness`, but...
# integration-dbt
d
Hi team, I need to run
dbt source freshness
, but didn’t quite understand how to do this using the documentation. I’m guessing I have to configure a
dbt_cli_resource
and use the freshness parameter somehow. Any help on this?
r
dbt_cli_resource
is a resource: you can invoke the resource in an
op
by calling it from the
context
. You can see examples of doing that in the concept docs: https://docs.dagster.io/concepts/resources
👍 1
We should add inline examples of this in the API docs though: filed an issue here. https://github.com/dagster-io/dagster/issues/12247
👍 1