v1.1.0
v1.1.0
See changes included in v1.1.0rc1 below as well
Full changelog can be found here
Fixes
- #251 fix incremental models with arrays for unique keys (@sdebruyn & @johnnytang24)
- #214 fix for sources with spaces in the names (@Freia3)
- #238 fix snapshots breaking when new columns are added (@jakemcaferty)
Chores
- #249 & #250 add Python 3.10 to automated testing (@sdebruyn)
- #248 update all documentation, README and include on dbt docs (@sdebruyn)
- #252 add automated test for #214 (@sdebruyn)
v1.1.0.rc1
Features
- update to dbt 1.1
Fixes
- #194 uppercased information_schema (@TrololoLi)
- #215 Escape schema names so they can contain strange characters (@johnf)
Chores
- Documentation on how to contribute to the adapter
- Automatic release process by adding a new tag
- Consistent code style with pre-commit
- #201 use new dbt 1.0 logger (@semcha)
- #216 use new dbt testing framework (@dataders & @sdebruyn)
List of PRs
- move to 1.0 by @dataders in #181
- set env vars explicitly to fix circle ci check by @sdebruyn in #198
- Pre-commit setup by @sdebruyn in #228
- Fix azsql resume by @sdebruyn in #229
- remove aiohttp dependency by @sdebruyn in #230
- Bump docker/build-push-action from 2.10.0 to 3.0.0 by @dependabot in #222
- Bump docker/login-action from 1.14.1 to 2.0.0 by @dependabot in #221
- Bump docker/metadata-action from 3.7.0 to 4.0.1 by @dependabot in #220
- Escape schema names so they can contain strange characters by @johnf in #215
- uppercased information_schema resolves #193 by @TrololoLi in #194
- New logging by @semcha in #201
- build one docker img per python version by @sdebruyn in #231
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #232
- switch to new adapter test framework by @dataders in #216
- Add get_true_sql function for sqlserver adapter to allow snapshots to… by @jakemcaferty in #238
- Bump twine from 4.0.0 to 4.0.1 by @dependabot in #237
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #235
- migrate last circleci pipeline to GH actions by @sdebruyn in #240
- run CI tests on trusted PRs and include secrets by @sdebruyn in #239
- remove old integration tests by @sdebruyn in #242
- always run integration tests on Azure on commits to master by @sdebruyn in #243
- do not skip azure tests on master branch by @sdebruyn in #244
- fix version matching by @sdebruyn in #245
- make Docker version available for Python 3.10 by @sdebruyn in #250
- Clean-up and update README by @sdebruyn in #248
- update contribution docs and add Python 3.10 by @sdebruyn in #249
- fix incremental unique array by @sdebruyn in #251
- Fix #213 - dbt test error when source name contains spaces and/or dots by @Freia3 in #214
- add test for sources for PR #214 by @sdebruyn in #252
New Contributors
- @dependabot made their first contribution in #222
- @johnf made their first contribution in #215
- @TrololoLi made their first contribution in #194
- @pre-commit-ci made their first contribution in #232
- @jakemcaferty made their first contribution in #238
- @Freia3 made their first contribution in #214
Full Changelog: v1.0.0...v1.1.0