Skip to content

dbt-dremio 1.5.1

Compare
Choose a tag to compare
@ravjotbrar ravjotbrar released this 31 Jan 23:34
· 26 commits to main since this release
a5ecca2

dbt-dremio v1.5.1 Jan 31, 2024

Changes

  • #199 Populate PyPI's long_description with contents of README.md
  • #167 Remove parentheses surrounding views in the create_view_as macro. In more complex queries, the parentheses cause performance issues.
  • #211 Make fetching model data false by default. This improves performance where job results do not need to be populated.
  • #203 Allow for dots in schema name, by surrounding in single and double quotes.
  • #193 Fixes Reflection bug: The name argument to ref() must be a string, got <class 'jinja2.runtime.Undefined'>
  • Versioning Added optional parameter v to the ref macro