You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
dbt-dremio 1.4.5 - release March 23, 2023
Features
Fixes
#142 Ensure ssl verification is enabled in all api calls. Also added an option called verify_ssl so it can be disabled in necessary circumstances.
Under the Hood
#64 Add BaseArrayTests and throw exceptions for unsupported Array Macros.
#117 Add support for Query Comment Tests and Python 3.11
#134 Add dremio:exact_search_enabled variable that if set to true, replaces usage of ilike with a basic equality in dremio__list_relations_without_caching when reflections are not enabled.