From 7e29158f2380d5c33af0d8494a86e9dd5bd5be90 Mon Sep 17 00:00:00 2001 From: Bryce Codell Date: Mon, 22 May 2023 18:18:49 -0400 Subject: [PATCH 1/3] fix filter parsing --- macros/aql/parse.sql | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/macros/aql/parse.sql b/macros/aql/parse.sql index 2c8b59e..a3c01ee 100644 --- a/macros/aql/parse.sql +++ b/macros/aql/parse.sql @@ -157,6 +157,13 @@ vars: join_condition=join_condition ) -%} +{%- if rest is not none -%} + {%- set filters, rest = dbt_aql._parse_filters(rest) -%} +{%- else -%} + {%- set filters = none -%} +{%- endif -%} + + {%- if rest is not none -%} {%- set extra_joins = dbt_aql._parse_extra_joins(rest) -%} {%- else -%} From 53962104766123feace7e9a40049f5081a4c9d42 Mon Sep 17 00:00:00 2001 From: Bryce Codell Date: Mon, 22 May 2023 18:18:57 -0400 Subject: [PATCH 2/3] fix filter test --- .../seeds/activities/visited_page.csv | 24 +++++++++---------- .../datasets/aql_syntax/output__filtered.csv | 7 +++--- 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/integration_tests/seeds/activities/visited_page.csv b/integration_tests/seeds/activities/visited_page.csv index e82801a..1fca57e 100644 --- a/integration_tests/seeds/activities/visited_page.csv +++ b/integration_tests/seeds/activities/visited_page.csv @@ -1,13 +1,13 @@ ts,entity_uuid,referrer_url -2022-01-01 22:10:11,1,'google.com' -2022-01-04 22:10:11,4,'bing.com' -2022-01-07 22:10:11,7,'yahoo.com' -2022-01-10 22:10:11,10,'gmail.com' -2022-01-04 22:10:11,1,'bing.com' -2022-01-07 22:10:11,4,'yahoo.com' -2022-01-10 22:10:11,7,'gmail.com' -2022-01-13 22:10:11,10,'google.com' -2022-04-07 22:10:11,1,'yahoo.com' -2022-04-10 22:10:11,4,'gmail.com' -2022-04-13 22:10:11,7,'google.com' -2022-04-16 22:10:11,10,'bing.com' +2022-01-01 22:10:11,1,google.com +2022-01-04 22:10:11,4,bing.com +2022-01-07 22:10:11,7,yahoo.com +2022-01-10 22:10:11,10,gmail.com +2022-01-04 22:10:11,1,bing.com +2022-01-07 22:10:11,4,yahoo.com +2022-01-10 22:10:11,7,gmail.com +2022-01-13 22:10:11,10,google.com +2022-04-07 22:10:11,1,yahoo.com +2022-04-10 22:10:11,4,gmail.com +2022-04-13 22:10:11,7,google.com +2022-04-16 22:10:11,10,bing.com diff --git a/integration_tests/seeds/datasets/aql_syntax/output__filtered.csv b/integration_tests/seeds/datasets/aql_syntax/output__filtered.csv index 6cd854a..82c5421 100644 --- a/integration_tests/seeds/datasets/aql_syntax/output__filtered.csv +++ b/integration_tests/seeds/datasets/aql_syntax/output__filtered.csv @@ -1,5 +1,4 @@ activity_id,customer_id,first_visited_google_at,first_visited_yahoo_at,total_large_purchases_after,total_items_purchased_after -e58cfb189af4fbf30f22821af7aa9316,1,2022-01-01 22:10:11,2022-01-01 22:10:11,3,11 -32b6a1fc445919dc70b3bbc18a9ae5e7,4,2022-01-04 22:10:11,2022-01-04 22:10:11,3,8 -1c4f09ad56c54bb694ceb0227f560079,7,2022-01-07 22:10:11,2022-01-07 22:10:11,3,5 -542e884c583eb9361f90f463e4e1ca72,10,2022-01-10 22:10:11,2022-01-10 22:10:11,3,22 +e58cfb189af4fbf30f22821af7aa9316,1,2022-01-01 22:10:11,2022-04-07 22:10:11,2,11 +d5d41e942d4b0b5325741007e8814f00,10,2022-01-13 22:10:11,,2,18 +fdf62f7ddcd69fc3c3dbd54bf7a34452,7,2022-04-13 22:10:11,2022-01-07 22:10:11,0,0 From c028aad5f7ccfeff516190b3581f55171e6f31ae Mon Sep 17 00:00:00 2001 From: Bryce Codell Date: Mon, 22 May 2023 18:40:47 -0400 Subject: [PATCH 3/3] remove single quotes from seed files --- .../output__select_all_append_first_after.csv | 8 ++++---- .../output__select_all_append_first_before.csv | 8 ++++---- .../output__select_all_append_first_between.csv | 8 ++++---- .../primary__all/output__select_all_append_first_ever.csv | 8 ++++---- .../primary__all/output__select_all_append_last_after.csv | 8 ++++---- .../output__select_all_append_last_before.csv | 8 ++++---- .../output__select_all_append_last_between.csv | 8 ++++---- .../primary__all/output__select_all_append_last_ever.csv | 8 ++++---- .../primary__all/output__select_all_append_nth_after.csv | 8 ++++---- .../primary__all/output__select_all_append_nth_before.csv | 8 ++++---- .../output__select_all_append_nth_between.csv | 8 ++++---- .../primary__all/output__select_all_append_nth_ever.csv | 8 ++++---- .../output__select_first_append_first_after.csv | 8 ++++---- .../output__select_first_append_first_before.csv | 8 ++++---- .../output__select_first_append_first_between.csv | 8 ++++---- .../output__select_first_append_first_ever.csv | 8 ++++---- .../output__select_first_append_last_after.csv | 8 ++++---- .../output__select_first_append_last_before.csv | 8 ++++---- .../output__select_first_append_last_between.csv | 8 ++++---- .../output__select_first_append_last_ever.csv | 8 ++++---- .../output__select_first_append_nth_after.csv | 8 ++++---- .../output__select_first_append_nth_before.csv | 8 ++++---- .../output__select_first_append_nth_between.csv | 8 ++++---- .../output__select_first_append_nth_ever.csv | 8 ++++---- .../output__select_last_append_first_after.csv | 8 ++++---- .../output__select_last_append_first_before.csv | 8 ++++---- .../output__select_last_append_first_between.csv | 8 ++++---- .../output__select_last_append_first_ever.csv | 8 ++++---- .../output__select_last_append_last_after.csv | 8 ++++---- .../output__select_last_append_last_before.csv | 8 ++++---- .../output__select_last_append_last_between.csv | 8 ++++---- .../output__select_last_append_last_ever.csv | 8 ++++---- .../output__select_last_append_nth_after.csv | 8 ++++---- .../output__select_last_append_nth_before.csv | 8 ++++---- .../output__select_last_append_nth_between.csv | 8 ++++---- .../primary__last/output__select_last_append_nth_ever.csv | 8 ++++---- .../output__select_nth_append_first_after.csv | 8 ++++---- .../output__select_nth_append_first_before.csv | 8 ++++---- .../output__select_nth_append_first_between.csv | 8 ++++---- .../primary__nth/output__select_nth_append_first_ever.csv | 8 ++++---- .../primary__nth/output__select_nth_append_last_after.csv | 8 ++++---- .../output__select_nth_append_last_before.csv | 8 ++++---- .../output__select_nth_append_last_between.csv | 8 ++++---- .../primary__nth/output__select_nth_append_last_ever.csv | 8 ++++---- .../primary__nth/output__select_nth_append_nth_after.csv | 8 ++++---- .../primary__nth/output__select_nth_append_nth_before.csv | 8 ++++---- .../output__select_nth_append_nth_between.csv | 8 ++++---- .../primary__nth/output__select_nth_append_nth_ever.csv | 8 ++++---- 48 files changed, 192 insertions(+), 192 deletions(-) diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_after.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_after.csv index 8933717..dc52040 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_after.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,first_after_total_items_purchased,first_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_before.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_before.csv index bb90eda..3fddbb5 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_before.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,first_before_total_items_purchased,first_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_between.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_between.csv index ccb8c11..1d37d2b 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_between.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,first_between_total_items_purchased,first_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_ever.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_ever.csv index 7b83c08..879d5bd 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_ever.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_first_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,first_ever_total_items_purchased,first_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_after.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_after.csv index 975d0be..787c9e9 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_after.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_after_referrer_url,last_after_total_items_purchased,last_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_before.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_before.csv index 89b4513..6942015 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_before.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_before_referrer_url,last_before_total_items_purchased,last_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_between.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_between.csv index de9b5c9..007cd7f 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_between.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_between_referrer_url,last_between_total_items_purchased,last_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_ever.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_ever.csv index b5a9bb8..465e56f 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_ever.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_last_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_ever_referrer_url,last_ever_total_items_purchased,last_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_after.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_after.csv index c7f76cc..0f2e9c7 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_after.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_before.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_before.csv index ab4eb4a..a8f7808 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_before.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_between.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_between.csv index ffb363b..386922b 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_between.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_ever.csv b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_ever.csv index c4e3401..11e2e1e 100644 --- a/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_ever.csv +++ b/integration_tests/seeds/datasets/primary__all/output__select_all_append_nth_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_after.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_after.csv index 8933717..dc52040 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_after.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,first_after_total_items_purchased,first_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_before.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_before.csv index bb90eda..3fddbb5 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_before.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,first_before_total_items_purchased,first_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_between.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_between.csv index ccb8c11..1d37d2b 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_between.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,first_between_total_items_purchased,first_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_ever.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_ever.csv index 7b83c08..879d5bd 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_ever.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_first_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,first_ever_total_items_purchased,first_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_after.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_after.csv index 975d0be..787c9e9 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_after.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_after_referrer_url,last_after_total_items_purchased,last_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_before.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_before.csv index 89b4513..6942015 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_before.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_before_referrer_url,last_before_total_items_purchased,last_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_between.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_between.csv index de9b5c9..007cd7f 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_between.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_between_referrer_url,last_between_total_items_purchased,last_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_ever.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_ever.csv index b5a9bb8..465e56f 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_ever.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_last_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_ever_referrer_url,last_ever_total_items_purchased,last_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_after.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_after.csv index c7f76cc..0f2e9c7 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_after.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_before.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_before.csv index ab4eb4a..a8f7808 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_before.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_between.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_between.csv index ffb363b..386922b 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_between.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_ever.csv b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_ever.csv index c4e3401..11e2e1e 100644 --- a/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_ever.csv +++ b/integration_tests/seeds/datasets/primary__first/output__select_first_append_nth_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_after.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_after.csv index 8933717..dc52040 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_after.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,first_after_total_items_purchased,first_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_before.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_before.csv index bb90eda..3fddbb5 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_before.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,first_before_total_items_purchased,first_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_between.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_between.csv index ccb8c11..1d37d2b 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_between.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,first_between_total_items_purchased,first_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_ever.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_ever.csv index 7b83c08..879d5bd 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_ever.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_first_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,first_ever_total_items_purchased,first_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_after.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_after.csv index 975d0be..787c9e9 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_after.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_after_referrer_url,last_after_total_items_purchased,last_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_before.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_before.csv index 89b4513..6942015 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_before.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_before_referrer_url,last_before_total_items_purchased,last_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_between.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_between.csv index de9b5c9..007cd7f 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_between.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_between_referrer_url,last_between_total_items_purchased,last_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_ever.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_ever.csv index b5a9bb8..465e56f 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_ever.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_last_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_ever_referrer_url,last_ever_total_items_purchased,last_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_after.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_after.csv index c7f76cc..0f2e9c7 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_after.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_before.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_before.csv index ab4eb4a..a8f7808 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_before.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_between.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_between.csv index ffb363b..386922b 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_between.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_ever.csv b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_ever.csv index c4e3401..11e2e1e 100644 --- a/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_ever.csv +++ b/integration_tests/seeds/datasets/primary__last/output__select_last_append_nth_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_after.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_after.csv index 8933717..dc52040 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_after.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,first_after_total_items_purchased,first_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_before.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_before.csv index bb90eda..3fddbb5 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_before.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,first_before_total_items_purchased,first_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_between.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_between.csv index ccb8c11..1d37d2b 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_between.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,first_between_total_items_purchased,first_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_ever.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_ever.csv index 7b83c08..879d5bd 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_ever.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_first_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,first_ever_total_items_purchased,first_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'google.com',1,2022-01-03 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'bing.com',2,2022-01-06 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'yahoo.com',3,2022-01-09 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'gmail.com',4,2022-01-12 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,google.com,1,2022-01-03 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,bing.com,2,2022-01-06 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,yahoo.com,3,2022-01-09 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,gmail.com,4,2022-01-12 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_after.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_after.csv index 975d0be..787c9e9 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_after.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_after_referrer_url,last_after_total_items_purchased,last_after_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_before.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_before.csv index 89b4513..6942015 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_before.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_before_referrer_url,last_before_total_items_purchased,last_before_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_between.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_between.csv index de9b5c9..007cd7f 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_between.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_between_referrer_url,last_between_total_items_purchased,last_between_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_ever.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_ever.csv index b5a9bb8..465e56f 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_ever.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_last_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,last_ever_referrer_url,last_ever_total_items_purchased,last_ever_bought_something_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'yahoo.com',5,2022-02-07 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'gmail.com',3,2022-02-09 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'google.com',1,2022-02-12 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'bing.com',9,2022-02-15 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,yahoo.com,5,2022-02-07 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,gmail.com,3,2022-02-09 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,google.com,1,2022-02-12 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,bing.com,9,2022-02-15 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_after.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_after.csv index c7f76cc..0f2e9c7 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_after.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_after.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_after_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_before.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_before.csv index ab4eb4a..a8f7808 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_before.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_before.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_before_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_between.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_between.csv index ffb363b..386922b 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_between.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_between.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_between_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11 diff --git a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_ever.csv b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_ever.csv index c4e3401..11e2e1e 100644 --- a/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_ever.csv +++ b/integration_tests/seeds/datasets/primary__nth/output__select_nth_append_nth_ever.csv @@ -1,5 +1,5 @@ activity_id,customer_id,signed_up_at,first_ever_referrer_url,second_pageview_at -5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,'bing.com',2022-01-04 22:10:11 -574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,'yahoo.com',2022-01-07 22:10:11 -f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,'gmail.com',2022-01-10 22:10:11 -22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,'google.com',2022-01-13 22:10:11 +5a5e6cf0133a3faa73356ff291e26471,1,2022-01-02 22:10:11,bing.com,2022-01-04 22:10:11 +574b51c586b446456ac8da4b504b4d27,4,2022-01-05 22:10:11,yahoo.com,2022-01-07 22:10:11 +f77c4be94da1197fb6e8864f59b85dd2,7,2022-01-08 22:10:11,gmail.com,2022-01-10 22:10:11 +22ef1cea8e5cb3dc154fd727b1776a6e,10,2022-01-11 22:10:11,google.com,2022-01-13 22:10:11