First release for dbt-hive adapter
Pre-release
Pre-release
Works with dbt-core 1.1.X
What's Changed
- replace pyhive with impyla for warehouse connectivity by @tovganesh in #1
- refactor functional test class names to reflect the adapter name by @tovganesh in #4
- fix an issue where datetime field in seed file caused an error with impyla Cursor object. by @tovganesh in #5
- author update in setup.py by @tovganesh in #2
- update README for profile change by @tovganesh in #6
- update setup.py so that the correct version of dbt-core is picked up by @tovganesh in #7
- fix an issue that caused object types to be wrongly classified as table when they were views by @tovganesh in #8
- typo fix in readme by @tovganesh in #9
- update readme to include credit to initial author by @tovganesh in #10
- add sqlparams dependency in setup by @tovganesh in #11
- Update copyright headers for hive adapter by @sujitkp-blr in #13
New Contributors
- @tovganesh made their first contribution in #1
- @sujitkp-blr made their first contribution in #13
Full Changelog: https://github.com/cloudera/dbt-hive/commits/v1.1.0
What's Changed
- update README by @tovganesh in #14
- add standard readme description as per other adapters by @tovganesh in #16
- update version number in setup.py by @tovganesh in #15
- bump version number to prepare for pypi release by @tovganesh in #18
Full Changelog: v1.1.0...v1.1.1