Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Releases: fabrice-etanchaud/dbt-dremio

make `dbt docs generate` work

16 May 09:32
b06e323
Compare
Choose a tag to compare

Had to find an inefficient way of querying metadata because SQL seems to be limited :

https://community.dremio.com/t/limited-sql-when-querying-metadata/9174

external_queries

05 May 18:25
ffba1e8
Compare
Choose a tag to compare
v1.0.6.4

Update setup.py

v1.0.6.3

05 May 08:27
f38c24b
Compare
Choose a tag to compare

Revert to case insensitive db/schema/table/column names handling.
We should not have to take care of case in yaml descriptions (sources and the like), this ends up in nightmare,
and ultimately, dremio is handling objects identifiers in a case insensitive way.

v1.0.6.2

29 Apr 17:06
93b1c28
Compare
Choose a tag to compare
Update setup.py

v1.0.4.0

23 Mar 12:26
Compare
Choose a tag to compare
catalog

dbt-dremio - Louis Kahn

07 Oct 08:39
7bc65fb
Compare
Choose a tag to compare
v0.21.0.0

Update setup.py

v0.19.0.1

07 Sep 10:10
01b5a46
Compare
Choose a tag to compare
Update setup.py

v0.19.0.0

03 Feb 14:41
3dfbda0
Compare
Choose a tag to compare

This release should correct the table materialization : it seems the pyodbc/dremio odbc layer requires statement results to be fetched even for DDL or DML queries. If not, queries may be cancelled by dremio without warning.

v0.18.0.4

18 Oct 13:11
2a3295c
Compare
Choose a tag to compare
Update setup.py

0.18.0.3

18 Oct 13:08
a442b99
Compare
Choose a tag to compare
Update setup.py