Basil V
10/14/2020, 6:13 PMdagster-dbt
? It looks like the library has changed quite a bit since I used it previously. Tx!dwall
10/14/2020, 6:14 PMBasil V
10/14/2020, 6:15 PMdwall
10/14/2020, 6:21 PMBasil V
10/14/2020, 6:24 PMdwall
10/14/2020, 6:25 PMdbt_rpc_run_and_wait
that we alias in a variety of different places to run 1 to n number of modelsdbt_rpc_run_and_wait
solid with the configuration set to just run your single modelBasil V
10/14/2020, 6:26 PMfrom dagster_dbt import create_dbt_run_solid
dbt_parse_send_logs = create_dbt_run_solid(
project_dir='path/to/my_dbt_model/',
name='dbt_model_name',
)
dwall
10/14/2020, 6:26 PMBasil V
10/14/2020, 6:26 PMdwall
10/14/2020, 6:27 PMcli
moduleBasil V
10/14/2020, 6:29 PMbob
10/14/2020, 6:55 PMdagster-dbt
has changed quite a bit recently. The API docs are a bit terse, so we have diff that is inflight that will add a section on dagster-dbt
in our examples page with code snippets in GitHub.Basil V
10/14/2020, 6:57 PMbob
10/14/2020, 6:59 PM--project-dir
, --models
, --exclude
, etc.