PrefectHQ / prefect-dbt

Collection of Prefect integrations for working with dbt with your Prefect flows.

Home Page:https://prefecthq.github.io/prefect-dbt/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DBT improvements: dbt_build_task

robfreedy opened this issue · comments

This method in the DBT Prefect collection will run the "dbt build" command as a task and create a summarization artifact based on the results.json of the dbt build command.

  • Implementation
  • Unit Tests
  • QA
  • Merge