Skip to content

Releases: firebolt-db/dbt-firebolt

0.21.4

07 Dec 05:30
Compare
Choose a tag to compare

What's Changed

  • add link to repo from PyPI by @swanderz in #19
  • Polishing README; change names of engine and account profile params by @kevinmarr in #18
  • Fix broken link in README by @kevinmarr in #23
  • drop the prefixed, dbt-generated metadata comment from SQL statements submitted to firebolt by @swanderz in #17
  • enable views for non-leaf models by using default drop_relation by @swanderz in #22
  • Add pre-commit hooks for linting; linted files by @ima-hima in #20
  • add a PR template by @swanderz in #27
  • view workaround for get_relation bug by @swanderz in #25

Full Changelog: 0.21.3...0.21.4

0.21.3

18 Nov 04:12
47dfc52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21.2...0.21.3

0.21.2

01 Nov 21:07
52e062b
Compare
Choose a tag to compare

Breaking Changes

  • engine_name has been renamed to engine please update your profiles.yml accordingly #4

Pull Requests

  • HOTFIX: allow patch differences w/ dbt-core by @swanderz in #3
  • Added ability to include account value in profiles.yml to specify whi… by @ima-hima in #4
  • Update url path generation on Windows by @swanderz in #5

For more info see CHANGELOG.md

New Contributors

  • @swanderz made their first contribution in #3

Full Changelog: 0.21.1...0.21.2

0.21.1

28 Oct 20:18
69faaa4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.21.0...0.21.1

dbt-firebolt v0.21.0

25 Oct 14:51
Compare
Choose a tag to compare

dbt-firebolt v.0.21.0

Features

  • Initial release for PyPI!

Fixes

  • Many

Under the Hood

  • A lot of work!

New Contributors