Matt Juszczak
03/19/2020, 10:39 PMChris White
03/19/2020, 11:04 PMMatt Juszczak
03/19/2020, 11:10 PMChris White
03/19/2020, 11:18 PMShellTask
to call out to the DBT CLI. I’m not as fluent with their CLI, but which commands you break apart into separate Prefect tasks will determine the level of “zooming in” you can achieve.
For example, if you use prefect to call out to execute a full DBT run through a single CLI command, then that’s only 1 Prefect Task. However, if you break up the Prefect DAG to mirror the DBT dag then you can gain additional visibility.Matt Juszczak
03/19/2020, 11:19 PMChris White
03/19/2020, 11:28 PMMatt Juszczak
03/19/2020, 11:33 PMChris White
03/19/2020, 11:34 PMMatt Juszczak
03/19/2020, 11:34 PM