dremio / dbt-dremio

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

[Bug]: Override of `ref` macro does not support packages or the "version" keyword argument #232

Open maxfirman opened 5 months ago

maxfirman commented 5 months ago

Is there an existing issue for this?

Current Behavior

The overridden ref macro does not have the correct interface. For example it does not support the "version" keyword argument (only supports "v") and it does not support calling with two positional arguments.

Expected Behavior

The correct way to override the ref macro is documented here.

Steps To Reproduce

No response

Environment

- OS:
- dbt-dremio:
- Dremio Software:
- Dremio Cloud:

Relevant log output

No response