Zachary Bluhm
10/17/2022, 1:35 PMAdam Bloom
10/17/2022, 2:49 PMtarget
directory.Zachary Bluhm
10/17/2022, 2:55 PM-d
arg that it will be output in the logs, but with a bunch of other stuff (that we'd rather not output) - But I'm not sure how to pass that arg in to the DBT cli resourceAdam Bloom
10/17/2022, 2:57 PMcontext.resources.dbt.run(..., debug=True)
--debug
flag to the command used to invoke dbt, which is equivalent to -d
Zachary Bluhm
10/17/2022, 3:05 PMdbt_cli_resource.configured()
Adam Bloom
10/17/2022, 3:24 PM