Dennis Gera
02/09/2023, 6:20 PMdbt 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?rex
02/10/2023, 2:34 PMdbt_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