Skip to content

Commit 78aa38f

Browse files
committed
Prepare for release
1 parent 37b84ba commit 78aa38f

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

CHANGELOG

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
snowplow-web 0.14.1 (2023-05-23)
2+
---------------------------------------
3+
## Summary
4+
This version fixes an issue for new runs of the package on redshift where empty text field sizes were set to a length of 1.
5+
6+
## Fixes
7+
- Fixes error with new install on redshift for character varying field sizes.
8+
9+
## Upgrading
10+
To upgrade bump the snowplow-web version in your `packages.yml` file.
11+
112
snowplow-web 0.14.0 (2023-03-28)
213
---------------------------------------
314
## Summary

custom_example/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_custom_example'
2-
version: '0.14.0'
2+
version: '0.14.1'
33
config-version: 2
44

55
dispatch:

dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_web'
2-
version: '0.14.0'
2+
version: '0.14.1'
33
config-version: 2
44

55
require-dbt-version: [">=1.4.0", "<2.0.0"]

integration_tests/ci/profiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ integration_tests:
6565
host: "{{ env_var('DATABRICKS_TEST_HOST') }}"
6666
http_path: "{{ env_var('DATABRICKS_TEST_HTTP_PATH') }}"
6767
token: "{{ env_var('DATABRICKS_TEST_TOKEN') }}"
68-
threads: 4
68+
threads: 1
6969

7070
spark:
7171
type: spark

integration_tests/dbt_project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'snowplow_web_integration_tests'
2-
version: '0.14.0'
2+
version: '0.14.1'
33
config-version: 2
44

55
profile: 'integration_tests'

0 commit comments

Comments
 (0)