Skip to content

Releases: dremio/dbt-dremio

v1.10.0

28 Oct 11:51
500d495

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.10.0

v1.9.0

21 Jul 16:59
a059a81

Choose a tag to compare

What's Changed

Full Changelog: v1.8.4...v1.9.0

v1.8.4

17 Jun 12:12
1e3c6c9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.3...v1.8.4

v1.8.3

24 Mar 15:10
6ae1bcf

Choose a tag to compare

What's Changed

Full Changelog: v1.8.2...v1.8.3

v1.8.2

14 Mar 12:51
eaf6ae8

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

13 Jan 12:33
5c61612

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1

v1.8.0

25 Nov 10:32
6b65f44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

dbt-dremio 1.7.0

29 Apr 20:09
e7b087e

Choose a tag to compare

dbt-dremio v1.7.0 April 29, 2024

What's Changed

  • Ensure api call to create folders does not get called when creating a table by @ravjotbrar in #219
  • Optimize REST API workload by using Session and slowing down polling loop by @chulucninh09 in #220
  • fix for DX-87286, added retries by @mxmarg in #221
  • Upgrade to dbt-core 1.7 by @ravjotbrar in #223

1.7 dbt-core upgrades

  • #8307 Allow source freshness to be evaluated from table metadata
  • #8307 Catalog fetch performance improvements
  • #8307 Migrate date_spine macros

New Contributors

Full Changelog: v1.5.1...v1.7.0

dbt-dremio 1.5.1

31 Jan 23:34
a5ecca2

Choose a tag to compare

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

dbt-dremio 1.5.0

22 Jun 17:26
09cceed

Choose a tag to compare

dbt-dremio 1.5.0 - release June 22, 2023

Under the Hood

  • #179 Upgrade to support dbt-core v1.5.0.
    • Add support for Python 3.11.
    • Add support for relevant Tests:
      • caching
      • hooks
      • simple_copy
  • Add support for model contracts (Stub the feature to let users know the feature is not supported).