File tree 5 files changed +15
-4
lines changed
5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change
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
+
1
12
snowplow-web 0.14.0 (2023-03-28)
2
13
---------------------------------------
3
14
## Summary
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_custom_example'
2
- version : ' 0.14.0 '
2
+ version : ' 0.14.1 '
3
3
config-version : 2
4
4
5
5
dispatch :
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_web'
2
- version : ' 0.14.0 '
2
+ version : ' 0.14.1 '
3
3
config-version : 2
4
4
5
5
require-dbt-version : [">=1.4.0", "<2.0.0"]
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ integration_tests:
65
65
host : " {{ env_var('DATABRICKS_TEST_HOST') }}"
66
66
http_path : " {{ env_var('DATABRICKS_TEST_HTTP_PATH') }}"
67
67
token : " {{ env_var('DATABRICKS_TEST_TOKEN') }}"
68
- threads : 4
68
+ threads : 1
69
69
70
70
spark :
71
71
type : spark
Original file line number Diff line number Diff line change 1
1
name : ' snowplow_web_integration_tests'
2
- version : ' 0.14.0 '
2
+ version : ' 0.14.1 '
3
3
config-version : 2
4
4
5
5
profile : ' integration_tests'
You can’t perform that action at this time.
0 commit comments