v1.1.0.rc1
Pre-release
Pre-release
What's Changed
Summary
Full changelog can be found here
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)
Commits & 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
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
Full Changelog: v1.0.0...v1.1.0.rc1