Releases: microsoft/dbt-fabric
Releases · microsoft/dbt-fabric
v1.8.7
v1.8.6
v1.8.5
v1.8.4
v1.8.3
What's Changed
- Added Fabric Relation to suppport render_limited in 1.8 release, @prdpsvs in #156
- Addressed cross database incremental models bug #161
- Added get_tables_by_pattern_sql #158 @simon-sandell-swedavia-se
- Updated concat support for single value, dbt utils macro #157, @simon-sandell-swedavia-se
Full Changelog: v1.8.2...v1.8.3
v1.8.2
What's Changed
- Adding Synapse Spark Authentication Option by @marvinbuss in #155
Full Changelog: v1.8.1...v1.8.2
v1.8.1
v1.8.0
What's Changed
- V1.7.1 by @prdpsvs in #100
- v1.7.2 release by @prdpsvs in #106
- releasing v1.7.3 by @prdpsvs in #111
- Added retry count to allow driver to retry connections before manual … by @prdpsvs in #117
- v1.8.0rc1 by @nszoni in #127
- v1.8.0rc2 by @arthurcht in #134
- update common req by @ChenyuLInx in #145
- Update version.py by @prdpsvs in #148
- V1.8.0 by @prdpsvs in #151
New Contributors
- @nszoni made their first contribution in #127
- @arthurcht made their first contribution in #134
- @ChenyuLInx made their first contribution in #145
Full Changelog: v1.7.4...v1.8.0
V 1.8.0rc3
v1.8.0rc2
Changelog
v1.8.0rc2
Bug Fixes
- Remove dbt-adapters requirement in setup.py, and specify commit SHA of dbt-core and dbt-adapters in dev_requirements.txt, to fix
make dev
- Fix failing test
tests/functional/adapter/test_query_comment.py::TestMacroArgsQueryComments::test_matches_comment
to use correct dbt_version, see dbt-core
v1.8.0rc1
Features
Supporting dbt-core 1.8.0
Bug fixes
- Refactor relations to query from sys catalog instead of information schema causing concurrency issues when running multiple threads in parallel (#52).
Enhancements
Decouple imports to common dbt core and dbt adapter interface packages for future maintainability and extensibility.
- Bump adapter packages
- from pyodbc>=4.0.35,<5.1.0" to pyodbc>=4.0.35,<5.2.0
From now on, Apple-silicon users don't have to locally build pyodbc, because M1, M2 binaries is included in pyodbc from 5.1.0 onwards!
- Bump dev requirements
- from pytest~=7.4. to pytest~=8.0.1
- from twine~=4.0.2 to twine~=5.0.0
- from pre-commit~=3.5.0 to pre-commit~=3.6.2