Skip to content

First release for dbt-hive adapter

Pre-release
Pre-release
Compare
Choose a tag to compare
@TapasSenapati TapasSenapati released this 23 Aug 09:05
· 110 commits to main since this release
534c6c4

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

Full Changelog: https://github.com/cloudera/dbt-hive/commits/v1.1.0

What's Changed

Full Changelog: v1.1.0...v1.1.1