Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/snowplow ecommerce/0.7.0 #43

Merged
merged 3 commits into from
Jan 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
snowplow-ecommerce 0.7.0 (2024-01-19)
---------------------------------------
## Summary
This release provides a solution for when multiple events are sent for a single transaction.

From this release onwards, the package is being released under the [Snowplow Personal and Academic License][license] . If you are uncertain how it applies to your use case, check our answers to [frequently asked questions](https://docs.snowplow.io/docs/contributing/personal-and-academic-license-faq/).

## Breaking Changes
- This package is now under the SPAL License

## Fixes
- In the case of multiple transaction events being sent these are now deduplicated to take the first for that transaction_id within a session.

## Upgrading
To upgrade bump the snowplow-ecommerce version in your `packages.yml` file. If you have run the package with multiple events for a single transaction, you made need to do a full refresh.


snowplow-ecommerce 0.6.1 (2024-01-09)
---------------------------------------
## Summary
Expand Down
14 changes: 3 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,10 @@ If you find a bug, please report an issue on GitHub.

The snowplow-ecommerce package is Copyright 2022-2024 Snowplow Analytics Ltd.

Licensed under the [Apache License, Version 2.0][license] (the "License");
you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

[license]: http://www.apache.org/licenses/LICENSE-2.0
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat
This distribution is all licensed under the [Snowplow Personal and Academic License][license] . (If you are uncertain how it applies to your use case, check our answers to [frequently asked questions](https://docs.snowplow.io/docs/contributing/personal-and-academic-license-faq/).)

[license]: https://docs.snowplow.io/personal-and-academic-license-1.0/
[license-image]: http://img.shields.io/badge/license-Snowplow--Personal--and--Academic--1-blue.svg?style=flat

[release-image]: https://img.shields.io/github/v/release/snowplow/dbt-snowplow-ecommerce?sort=semver
[releases]: https://github.com/snowplow/dbt-snowplow-ecommerce/releases
Expand Down
2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 'snowplow_ecommerce'

version: '0.6.1'
version: '0.7.0'
config-version: 2

require-dbt-version: [">=1.5.0", "<2.0.0"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ c0c0b51d-2c99-4aeb-aaf1-f32b7d42ea45,2022-12-22 13:26:11.834000 UTC,checkout_ste
4e912a42-1a33-44ff-bc63-537730ac7e12,2022-12-22 13:26:31.839000 UTC,checkout_step,,snowplo_ecommerce_action
b34a6010-b13d-4404-94cb-752bb6fc8577,2022-12-22 13:25:41.602000 UTC,checkout_step,,snowplo_ecommerce_action
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,transaction,,snowplo_ecommerce_action
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,transaction,,snowplo_ecommerce_action
bc8487ac-ea8d-4eff-9a44-3505855d44f9,2022-12-22 13:26:12.974000 UTC,transaction,,snowplo_ecommerce_action
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,transaction,,snowplo_ecommerce_action
1012864d-3d25-4cb7-a96e-b39faaa97811,2022-11-17 10:23:12.120000 UTC,add_to_cart,,snowplo_ecommerce_action
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ c0c0b51d-2c99-4aeb-aaf1-f32b7d42ea45,2022-12-22 13:26:11.834000 UTC,checkout ste
4e912a42-1a33-44ff-bc63-537730ac7e12,2022-12-22 13:26:31.839000 UTC,checkout step 2,,,snowplow_ecommerce_page
b34a6010-b13d-4404-94cb-752bb6fc8577,2022-12-22 13:25:41.602000 UTC,checkout step 2,,,snowplow_ecommerce_page
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,order complete,,,snowplow_ecommerce_page
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,order complete,,,snowplow_ecommerce_page
bc8487ac-ea8d-4eff-9a44-3505855d44f9,2022-12-22 13:26:12.974000 UTC,order complete,,,snowplow_ecommerce_page
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,order complete,,,snowplow_ecommerce_page
3a2dd0d2-8d97-42f9-bf18-a88bd9925755,2022-11-28 08:43:39.014000 UTC,checkout step 1,,,snowplow_ecommerce_page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ fc62e124-df53-418e-b3f5-8a8ccb55d55b,2022-12-22 13:26:39.524000 UTC,1237,,Beanie
fc62e124-df53-418e-b3f5-8a8ccb55d55b,2022-12-22 13:26:39.524000 UTC,1238,,Ball,7,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
f2b471e4-da37-44e0-ab3a-712bcf0f3cc8,2022-12-22 13:25:48.314000 UTC,1236,,Hats,12,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,1236,,Hats,12,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,1236,,Hats,12,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
bc8487ac-ea8d-4eff-9a44-3505855d44f9,2022-12-22 13:26:12.974000 UTC,1236,,Hats,12,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,1237,,Beanies,13.2,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,1236,,Hats,12,,,,,Snowplow,,,EUR,,snowplow_ecommerce_product
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
root_id,root_tstamp,transaction_id,currency,payment_method,revenue,total_quantity,credit_order,discount_amount,discount_code,shipping,tax,schema_name
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,TtlZ3b,EUR,BNPL,13,1,,,,1,,snowplow_ecommerce_transaction
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,TtlZ3b,EUR,BNPL,13,1,,,,1,,snowplow_ecommerce_transaction
bc8487ac-ea8d-4eff-9a44-3505855d44f9,2022-12-22 13:26:12.974000 UTC,TT9ZEQ,EUR,BNPL,13,1,,,,1,,snowplow_ecommerce_transaction
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,TOG6u9,EUR,BNPL,1234567.89,1,,,,3,,snowplow_ecommerce_transaction
295a97ba-7318-4ec7-9131-397c5b8b4122,2022-11-17 10:21:40.410000 UTC,Tkd7Nu,EUR,credit card,43,1,,,,3,,snowplow_ecommerce_transaction
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ fb602fa9-3e70-4818-924c-9a3b54ecba36,2022-12-22 13:25:37.019000 UTC,U12345,peter
4e912a42-1a33-44ff-bc63-537730ac7e12,2022-12-22 13:26:31.839000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
b34a6010-b13d-4404-94cb-752bb6fc8577,2022-12-22 13:25:41.602000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
3a2dd0d2-8d97-42f9-bf18-a88bd9925755,2022-11-28 08:43:39.014000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
a4399669-bef0-480b-b0af-7b1cc60b1579,2022-11-28 08:44:05.129000 UTC,U12345,[email protected],true,snowplow_ecommerce_user
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ c0c0b51d-2c99-4aeb-aaf1-f32b7d42ea45,2022-12-22 13:26:11.834000 UTC,970fce18-5c2
4e912a42-1a33-44ff-bc63-537730ac7e12,2022-12-22 13:26:31.839000 UTC,6d494b17-c5a3-4aa4-a87a-c05dcafda397,snowplow_ecommerce_checkout_step,snowplow_web_page
b34a6010-b13d-4404-94cb-752bb6fc8577,2022-12-22 13:25:41.602000 UTC,854a42f8-e95f-4d1d-85c6-cd089f462c03,snowplow_ecommerce_checkout_step,snowplow_web_page
a64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:42.247000 UTC,93b789ed-6c3a-4457-aa93-cfc33ec4d4b4,snowplow_ecommerce_checkout_step,snowplow_web_page
b64a0af6-639e-4735-b06c-7cc4e2ca0c17,2022-12-22 13:25:43.247000 UTC,93b789ed-6c3a-4457-aa93-cfc33ec4d4b4,snowplow_ecommerce_checkout_step,snowplow_web_page
bc8487ac-ea8d-4eff-9a44-3505855d44f9,2022-12-22 13:26:12.974000 UTC,0ab5e078-d494-4e84-b1ff-a0bb74ab9f51,snowplow_ecommerce_checkout_step,snowplow_web_page
79314f8f-3979-4e1b-afcf-0ddf02526778,2022-12-22 13:26:33.536000 UTC,bfee255f-6897-430b-929c-ba494b7247be,snowplow_ecommerce_checkout_step,snowplow_web_page
1012864d-3d25-4cb7-a96e-b39faaa97811,2022-11-17 10:23:12.120000 UTC,8d0d7f58-9736-4938-b9fe-b20b5d93ef5d,snowplow_ecommerce_checkout_step,snowplow_web_page
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ ecom-accel,web,2022-12-22 13:25:38.034000+00:00,2022-12-22 13:25:37.019000+00:00
ecom-accel,web,2022-12-22 13:25:42.017000+00:00,2022-12-22 13:25:41.602000+00:00,2022-12-22 13:25:41.337000+00:00,unstruct,b34a6010-b13d-4404-94cb-752bb6fc8577,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/checkout-step-2,,http://localhost:3000/checkout-step-1,http,localhost,3000,/checkout-step-2,,,http,localhost,3000,/checkout-step-1,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:25:41.436000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:25:41.503000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,e1ad3cc2d682349f09995cbefd66e6db,"[{""id"": ""854a42f8-e95f-4d1d-85c6-cd089f462c03""}]","[{""id"": ""U12345"", ""email"": ""[email protected]"", ""is_guest"": ""true""}]","[{""type"": ""checkout step 2"", ""language"": null, ""locale"": null}]","{""type"": ""checkout_step"", ""name"": null}",[],[],"[{""step"": ""2"", ""account_type"": ""guest"", ""billing_full_address"": null, ""billing_postcode"": null, ""coupon_code"": null, ""delivery_method"": null, ""delivery_provider"": null, ""marketing_opt_in"": null, ""payment_method"": null, ""proof_of_payment"": null, ""shipping_full_address"": null, ""shipping_postcode"": null}]",[],[],[]
ecom-accel,web,2022-12-22 13:25:42.006000+00:00,2022-12-22 13:25:41.072000+00:00,2022-12-22 13:25:40.805000+00:00,unstruct,d1c81006-ffac-4a8e-b28c-991726303cc6,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/checkout-step-1,,http://localhost:3000/cart,http,localhost,3000,/checkout-step-1,,,http,localhost,3000,/cart,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:25:40.905000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:25:40.972000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,5ea53686bdf487471931cad9fe07c11f,"[{""id"": ""2e83f5c4-1401-45c0-9dbd-79e99f6e0da1""}]","[{""id"": ""U12345"", ""email"": ""[email protected]"", ""is_guest"": ""true""}]","[{""type"": ""checkout step 1"", ""language"": null, ""locale"": null}]","{""type"": ""checkout_step"", ""name"": null}",[],[],"[{""step"": ""1"", ""account_type"": null, ""billing_full_address"": null, ""billing_postcode"": null, ""coupon_code"": null, ""delivery_method"": null, ""delivery_provider"": null, ""marketing_opt_in"": null, ""payment_method"": null, ""proof_of_payment"": null, ""shipping_full_address"": null, ""shipping_postcode"": null}]",[],[],[]
ecom-accel,web,2022-12-22 13:25:43.262000+00:00,2022-12-22 13:25:42.247000+00:00,2022-12-22 13:25:41.973000+00:00,unstruct,a64a0af6-639e-4735-b06c-7cc4e2ca0c17,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/order-complete,,http://localhost:3000/checkout-step-2,http,localhost,3000,/order-complete,,,http,localhost,3000,/checkout-step-2,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:25:42.082000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:25:42.138000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,8d49d68ad787f58d0ef42d95c24e2b81,"[{""id"": ""93b789ed-6c3a-4457-aa93-cfc33ec4d4b4""}]","[{""id"": ""U12345"", ""email"": ""[email protected]"", ""is_guest"": ""true""}]","[{""type"": ""order complete"", ""language"": null, ""locale"": null}]","{""type"": ""transaction"", ""name"": null}",[],"[{""category"": ""Hats"", ""currency"": ""EUR"", ""id"": ""1236"", ""price"": ""12.0"", ""brand"": ""Snowplow"", ""creative_id"": null, ""inventory_status"": null, ""list_price"": null, ""name"": null, ""position"": null, ""quantity"": null, ""size"": null, ""variant"": null}]",[],"[{""currency"": ""EUR"", ""payment_method"": ""BNPL"", ""revenue"": ""13.0"", ""total_quantity"": ""1"", ""transaction_id"": ""TtlZ3b"", ""credit_order"": null, ""discount_amount"": null, ""discount_code"": null, ""shipping"": ""1.0"", ""tax"": null}]",[],[]
ecom-accel,web,2022-12-22 13:25:44.262000+00:00,2022-12-22 13:25:43.247000+00:00,2022-12-22 13:25:42.973000+00:00,unstruct,b64a0af6-639e-4735-b06c-7cc4e2ca0c17,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/order-complete,,http://localhost:3000/checkout-step-2,http,localhost,3000,/order-complete,,,http,localhost,3000,/checkout-step-2,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:25:43.082000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:25:43.138000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,8d49d68ad787f58d0ef42d95c24e2b81,"[{""id"": ""93b789ed-6c3a-4457-aa93-cfc33ec4d4b4""}]","[{""id"": ""U12345"", ""email"": ""[email protected]"", ""is_guest"": ""true""}]","[{""type"": ""order complete"", ""language"": null, ""locale"": null}]","{""type"": ""transaction"", ""name"": null}",[],"[{""category"": ""Hats"", ""currency"": ""EUR"", ""id"": ""1236"", ""price"": ""12.0"", ""brand"": ""Snowplow"", ""creative_id"": null, ""inventory_status"": null, ""list_price"": null, ""name"": null, ""position"": null, ""quantity"": null, ""size"": null, ""variant"": null}]",[],"[{""currency"": ""EUR"", ""payment_method"": ""BNPL"", ""revenue"": ""13.0"", ""total_quantity"": ""1"", ""transaction_id"": ""TtlZ3b"", ""credit_order"": null, ""discount_amount"": null, ""discount_code"": null, ""shipping"": ""1.0"", ""tax"": null}]",[],[]
ecom-accel,web,2022-12-22 13:25:48.709000+00:00,2022-12-22 13:25:48.314000+00:00,2022-12-22 13:25:48.026000+00:00,unstruct,f2b471e4-da37-44e0-ab3a-712bcf0f3cc8,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/productX,,http://localhost:3000/productY,http,localhost,3000,/productX,,,http,localhost,3000,/productY,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:25:48.133000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:25:48.207000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,eed83d4d45abc0585716e3572cd3077b,"[{""id"": ""47aa0a8e-7844-4ee1-82fb-1368eac46dd4""}]",[],[],"{""type"": ""product_view"", ""name"": null}",[],"[{""category"": ""Hats"", ""currency"": ""EUR"", ""id"": ""1236"", ""price"": ""12.0"", ""brand"": ""Snowplow"", ""creative_id"": null, ""inventory_status"": null, ""list_price"": null, ""name"": null, ""position"": null, ""quantity"": null, ""size"": null, ""variant"": null}]",[],[],[],[]
ecom-accel,web,2022-12-22 13:26:02.961000+00:00,2022-12-22 13:26:01.955000+00:00,2022-12-22 13:26:01.662000+00:00,unstruct,de81e989-7f67-479a-8757-197e0b0083fb,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/productX,,http://localhost:3000/commerce,http,localhost,3000,/productX,,,http,localhost,3000,/commerce,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:26:01.788000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:26:01.829000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,50ed8c0c697a2fe8300b6ebf632e01f9,"[{""id"": ""11ee075e-fe6d-45bf-8d13-0405a89b653d""}]",[],[],"{""type"": ""product_view"", ""name"": null}",[],"[{""category"": ""Hats"", ""currency"": ""EUR"", ""id"": ""1236"", ""price"": ""12.0"", ""brand"": ""Snowplow"", ""creative_id"": null, ""inventory_status"": null, ""list_price"": null, ""name"": null, ""position"": null, ""quantity"": null, ""size"": null, ""variant"": null}]",[],[],[],[]
ecom-accel,web,2022-12-22 13:26:02.889000+00:00,2022-12-22 13:26:02.827000+00:00,2022-12-22 13:26:02.556000+00:00,unstruct,879dc969-93af-4de5-aebb-5bc45110bfcd,,ns1,js-3.7.0,ssc-2.8.2-googlepubsub,snowplow-enrich-pubsub-3.6.0.1,,3338ca302fa1531f8243b75ef4701ac25ed74bd40ec1969279166460f0abcb77,,31cb1a4bfecf9361e583c5da7ec9ad7153d2bec1e588dd7f0e1676ea4b58d8b8,1,7141d54f67eefe8231c3eb8026403e43ffa6fff228f195c1115f9ddc8da543e6,GR,I,Aigaleo,,37.9834,23.6811,Attica,,,,,http://localhost:3000/productY,,http://localhost:3000/productX,http,localhost,3000,/productY,,,http,localhost,3000,/productX,,,,,,,,,,,,,,,,"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36",,,,,,Europe/Athens,,,,2022-12-22 13:26:02.662000+00:00,,,0a42e1e29bd84c4f87003cb8c4c7098e31a93eed89b10f10c83e0c9c3810318d,2022-12-22 13:26:02.721000+00:00,com.snowplowanalytics.snowplow.ecommerce,snowplow_ecommerce_action,jsonschema,1-0-0,d60e22581be6088392992b7661c88143,"[{""id"": ""fb6ef3cc-a246-4966-9de4-68ec16613175""}]",[],[],"{""type"": ""product_view"", ""name"": null}",[],"[{""category"": ""Hats"", ""currency"": ""EUR"", ""id"": ""1236"", ""price"": ""12.0"", ""brand"": ""Snowplow"", ""creative_id"": null, ""inventory_status"": null, ""list_price"": null, ""name"": null, ""position"": null, ""quantity"": null, ""size"": null, ""variant"": null}]",[],[],[],[]
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'snowplow_ecommerce_integration_tests'
version: '0.6.1'
version: '0.7.0'
config-version: 2

profile: 'integration_tests'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{#
Copyright (c) 2022-present Snowplow Analytics Ltd. All rights reserved.
This program is licensed to you under the Snowplow Personal and Academic License Version 1.0,
and you may not use this file except in compliance with the Snowplow Personal and Academic License Version 1.0.
You may obtain a copy of the Snowplow Personal and Academic License Version 1.0 at https://docs.snowplow.io/personal-and-academic-license-1.0/
#}


select *

Expand Down
Loading