-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 1.5.0b1 and generate changelog
- Loading branch information
1 parent
6e1e239
commit d039e52
Showing
9 changed files
with
37 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
## dbt-redshift 1.5.0-b1 - February 22, 2023 | ||
|
||
### Features | ||
|
||
- dbt-constraints for redshift ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227)) | ||
- Stand-alone Python module for RedshiftColumn ([#290](https://github.com/dbt-labs/dbt-redshift/issues/290)) | ||
|
||
### Under the Hood | ||
|
||
- Replace psycopg2 connector with Redshift python connector when connecting to Redshift ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219)) | ||
- remove tox call to integration tests ([#257](https://github.com/dbt-labs/dbt-redshift/issues/257)) | ||
- Convert Backup Table tests ([#293](https://github.com/dbt-labs/dbt-redshift/issues/293)) | ||
|
||
### Contributors | ||
- [@dave-connors-3](https://github.com/dave-connors-3) ([#227](https://github.com/dbt-labs/dbt-redshift/issues/227)) | ||
- [@sathiish-kumar](https://github.com/sathiish-kumar) ([#219](https://github.com/dbt-labs/dbt-redshift/issues/219)) |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = "1.5.0a1" | ||
version = "1.5.0b1" |