Skip to content

Commit

Permalink
[Backport 1.4.latest] Fix for changie that pointed to spark (#593)
Browse files Browse the repository at this point in the history
* Fix for changie that pointed to spark (#584)

(cherry picked from commit dd7cf32)

* swapped out 'spark' for 'snowflake' in change logs

* removed dbt associates from the contributors section and added them to the contributors list to exclude them in the future

---------

Co-authored-by: Neelesh Salian <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
Co-authored-by: Mila Page <[email protected]>
Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
5 people authored Aug 3, 2023
1 parent a94b186 commit e27c988
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 22 deletions.
2 changes: 0 additions & 2 deletions .changes/1.4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,5 @@

### Contributors
- [@b-per](https://github.com/b-per) ([#349](https://github.com/dbt-labs/dbt-snowflake/pull/349))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#310](https://github.com/dbt-labs/dbt-snowflake/pull/310))
- [@dbeatty10](https://github.com/dbeatty10) ([#389](https://github.com/dbt-labs/dbt-snowflake/pull/389), [#364](https://github.com/dbt-labs/dbt-snowflake/pull/364), [#359](https://github.com/dbt-labs/dbt-snowflake/pull/359), [#368](https://github.com/dbt-labs/dbt-snowflake/pull/368), [#403](https://github.com/dbt-labs/dbt-snowflake/pull/403))
- [@joshuataylor](https://github.com/joshuataylor) ([#294](https://github.com/dbt-labs/dbt-snowflake/pull/294))
- [@verhey](https://github.com/verhey) ([#271](https://github.com/dbt-labs/dbt-snowflake/pull/271))
3 changes: 0 additions & 3 deletions .changes/1.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@
### Under the Hood

- enable snowpark product team to attribute usage to dbt ([#374](https://github.com/dbt-labs/dbt-snowflake/issues/374))

### Contributors
- [@dataders](https://github.com/dataders) ([#374](https://github.com/dbt-labs/dbt-spark/issues/374))
5 changes: 1 addition & 4 deletions .changes/1.4.2.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@
- Update `snowflake-connector-python` to 3.0 to address CVE-2022-42965 ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))

### Contributors
- [@dataders](https://github.com/dataders) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331))
- [@dbeatty10](https://github.com/dbeatty10) ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))
- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331))
- [@mikealfare](https://github.com/mikealfare) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331), [#476](https://github.com/dbt-labs/dbt-snowflake/pull/476), [#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))
- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-snowflake/issues/331))
4 changes: 2 additions & 2 deletions .changie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ custom:
footerFormat: |
{{- $contributorDict := dict }}
{{- /* any names added to this list should be all lowercase for later matching purposes */}}
{{- $core_team := list "michelleark" "peterallenwebb" "emmyoop" "nathaniel-may" "gshank" "leahwicz" "chenyulinx" "stu-k" "iknox-fa" "versusfacit" "mcknight-42" "jtcohen6" "aranke" "dependabot[bot]" "snyk-bot" "colin-rogers-dbt" }}
{{- $core_team := list "michelleark" "peterallenwebb" "emmyoop" "nathaniel-may" "gshank" "leahwicz" "chenyulinx" "stu-k" "iknox-fa" "versusfacit" "mcknight-42" "jtcohen6" "aranke" "dependabot[bot]" "snyk-bot" "colin-rogers-dbt" "mikealfare" "dbeatty10" "dataders"}}
{{- range $change := .Changes }}
{{- $authorList := splitList " " $change.Custom.Author }}
{{- /* loop through all authors for a single changelog */}}
Expand All @@ -100,7 +100,7 @@ footerFormat: |
{{- else }}
{{- $changes := splitList " " $change.Custom.Issue }}
{{- range $issueNbr := $changes }}
{{- $changeLink := "[#nbr](https://github.com/dbt-labs/dbt-spark/issues/nbr)" | replace "nbr" $issueNbr }}
{{- $changeLink := "[#nbr](https://github.com/dbt-labs/dbt-snowflake/issues/nbr)" | replace "nbr" $issueNbr }}
{{- $IssueList = append $IssueList $changeLink }}
{{- end -}}
{{- end }}
Expand Down
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@

- Address some issues regarding gustom schema overrides. ([#393](https://github.com/dbt-labs/dbt-snowflake/issues/393))



## dbt-snowflake 1.4.2 - March 16, 2023

### Features
Expand All @@ -32,20 +30,14 @@
- Update `snowflake-connector-python` to 3.0 to address CVE-2022-42965 ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))

### Contributors
- [@dataders](https://github.com/dataders) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331))
- [@dbeatty10](https://github.com/dbeatty10) ([#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))
- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331))
- [@mikealfare](https://github.com/mikealfare) ([#331](https://github.com/dbt-labs/dbt-spark/issues/331), [#476](https://github.com/dbt-labs/dbt-snowflake/pull/476), [#476](https://github.com/dbt-labs/dbt-snowflake/pull/476))
- [@joshuataylor](https://github.com/joshuataylor) ([#331](https://github.com/dbt-labs/dbt-snowflake/issues/331))

## dbt-snowflake 1.4.1 - February 08, 2023

### Under the Hood

- enable snowpark product team to attribute usage to dbt ([#374](https://github.com/dbt-labs/dbt-snowflake/issues/374))

### Contributors
- [@dataders](https://github.com/dataders) ([#374](https://github.com/dbt-labs/dbt-spark/issues/374))

## dbt-snowflake 1.4.0 - January 25, 2023
### Features
- change when query_tag is set to cut down number of connections needed to increase performance at long distances to conversation with databases ([#199](https://github.com/dbt-labs/dbt-snowflake/issues/199), [#294](https://github.com/dbt-labs/dbt-snowflake/pull/294))
Expand All @@ -72,8 +64,6 @@

### Contributors
- [@b-per](https://github.com/b-per) ([#349](https://github.com/dbt-labs/dbt-snowflake/pull/349))
- [@dave-connors-3](https://github.com/dave-connors-3) ([#310](https://github.com/dbt-labs/dbt-snowflake/pull/310))
- [@dbeatty10](https://github.com/dbeatty10) ([#389](https://github.com/dbt-labs/dbt-snowflake/pull/389), [#364](https://github.com/dbt-labs/dbt-snowflake/pull/364), [#359](https://github.com/dbt-labs/dbt-snowflake/pull/359), [#368](https://github.com/dbt-labs/dbt-snowflake/pull/368), [#403](https://github.com/dbt-labs/dbt-snowflake/pull/403))
- [@joshuataylor](https://github.com/joshuataylor) ([#294](https://github.com/dbt-labs/dbt-snowflake/pull/294))
- [@verhey](https://github.com/verhey) ([#271](https://github.com/dbt-labs/dbt-snowflake/pull/271))

Expand Down

0 comments on commit e27c988

Please sign in to comment.