Skip to content

Commit

Permalink
Merge pull request #243 from microsoft/bump-&-clean
Browse files Browse the repository at this point in the history
Bump & clean
  • Loading branch information
dataders authored May 3, 2024
2 parents e935bc3 + 9e7f990 commit e309c4a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
fail-fast: true
max-parallel: 1
matrix:
python_version: ["3.8", "3.9", "3.10", "3.11"]
msodbc_version: ["17", "18"]
python_version: ["3.11"]
msodbc_version: ["18"]
# disabling as overkill (for now)
# python_version: ["3.8", "3.9", "3.10", "3.11"]
# msodbc_version: ["17", "18"]
runs-on: ubuntu-latest
permissions:
actions: read
Expand Down
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# Changelog

### v1.8.0rc2
## v1.8.0rc3

- fix for [#239](https://github.com/microsoft/dbt-synapse/issues/239)
* reduce CI parallelism by @dataders in https://github.com/microsoft/dbt-synapse/pull/237
* [bug] disable `--limit` on `show` (again) by @dataders in https://github.com/microsoft/dbt-synapse/pull/235
* correct exclude of database by @dataders in https://github.com/microsoft/dbt-synapse/pull/241
* pin to dbt-fabric==1.8.2 due to bug in dbt-fabric

### v1.8.0rc1
## v1.8.0rc2

## Features
* ignore limit altogether by @dataders in https://github.com/microsoft/dbt-synapse/pull/230

## v1.8.0rc1

### Features

Supporting dbt-core 1.8.0

## Enhancements
### Enhancements

[Decouple imports](https://github.com/dbt-labs/dbt-adapters/discussions/87) to common dbt core and dbt adapter interface packages for future maintainability and extensibility.

Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/synapse/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.8.0rc2"
version = "1.8.0rc3"

0 comments on commit e309c4a

Please sign in to comment.