This repository has been archived by the owner on Oct 15, 2022. It is now read-only.
Releases: fabrice-etanchaud/dbt-dremio
Releases · fabrice-etanchaud/dbt-dremio
make `dbt docs generate` work
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
v1.0.6.4 Update setup.py
v1.0.6.3
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
Update setup.py
v1.0.4.0
catalog
dbt-dremio - Louis Kahn
v0.21.0.0 Update setup.py
v0.19.0.1
Update setup.py
v0.19.0.0
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
Update setup.py
0.18.0.3
Update setup.py