Releases: firebolt-db/dbt-firebolt
Releases · firebolt-db/dbt-firebolt
0.21.4
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
What's Changed
- Update README.md by @marknoack in #6
- Update README.md by @octavianzarzu30 in #9
- temp workaround for false approximate match by @swanderz in #12
New Contributors
- @marknoack made their first contribution in #6
- @octavianzarzu30 made their first contribution in #9
Full Changelog: 0.21.2...0.21.3
0.21.2
Breaking Changes
engine_name
has been renamed toengine
please update yourprofiles.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
What's Changed
- Update README with
pip install dbt-firebolt
by @kevinmarr in #1 - Update readme cleanup dropif by @ima-hima in #2
New Contributors
- @kevinmarr made their first contribution in #1
- @ima-hima made their first contribution in #2
Full Changelog: 0.21.0...0.21.1
dbt-firebolt v0.21.0
dbt-firebolt v.0.21.0
Features
- Initial release for PyPI!
Fixes
- Many
Under the Hood
- A lot of work!
New Contributors
- @ima-hima, @swanderz, and @kevinmarr