DBT Core CI/CD Orchestration

Hello,

I would like to know if there is a way to run dbt commands inside dbt macros that could be run from devops pipeline?

Thank you

dbt macros cannot call dbt commands, but they also don’t need to - ADO can run the dbt commands itself.

I haven’t reviewed this article, but it’s directionally accurate for your goals: dbt Orchestration in Azure DevOps Pipelines | by Hashmap, an NTT DATA Company | Hashmap, an NTT DATA Company | Medium

1 Like