Marc Lipoff
11/02/2022, 6:22 PMdbt ...
commands from prefect. It seems there is a lot of overhead to getting this working. My steps (my head at least are):
• Grab the appropriate dbt docker image
• Pull my dbt repo
• do a docker run, something like this: docker run -v /repo/loc/:/src/ -w /src/ image_name run --select ...
I see there are both prefect-docker and prefect-dbt collections. Curious what others have done...George Coyne
11/02/2022, 8:43 PMMarc Lipoff
11/03/2022, 12:34 AM