dremio / dbt-dremio

dbt (data build tool) adapter for the Dremio
Apache License 2.0
44 stars 21 forks source link

Add version v to macro ref #210

Closed nigl closed 9 months ago

nigl commented 11 months ago

Summary

Add optional named parameter to macro ref.

Description

To use model versions with dbt (https://docs.getdbt.com/docs/collaborate/govern/model-versions#how-is-this-different-from-just-creating-a-new-model) it is necessary to have a optional parameter v in the ref macro.

Test Results

I tested it locally on our dremio installation

Changelog

Related Issue