-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
226 changed files
with
34,280 additions
and
21,957 deletions.
There are no files selected for viewing
22 changes: 9 additions & 13 deletions
22
...est/snapshots/test_cm_branch_combiner.py/DataflowPlan/test_filter_combination__dfpo_0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 5 additions & 7 deletions
12
...hots/test_cm_branch_combiner.py/DataflowPlan/test_read_sql_source_combination__dfpo_0.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
<DataflowPlan> | ||
<WriteToResultDataframeNode> | ||
<!-- description = Write to Dataframe --> | ||
<!-- node_id = wrd_0 --> | ||
<!-- description = 'Write to Dataframe' --> | ||
<!-- node_id = NodeId(id_str='wrd_0') --> | ||
<ReadSqlSourceNode> | ||
<!-- description = --> | ||
<!-- "Read From SemanticModelDataSet(SemanticModelReference(semantic_model_name='bookings_source'))" --> | ||
<!-- node_id = rss_0 --> | ||
<!-- data_set = --> | ||
<!-- SemanticModelDataSet(SemanticModelReference(semantic_model_name='bookings_source')) --> | ||
<!-- description = "Read From SemanticModelDataSet('bookings_source')" --> | ||
<!-- node_id = NodeId(id_str='rss_0') --> | ||
<!-- data_set = SemanticModelDataSet('bookings_source') --> | ||
</ReadSqlSourceNode> | ||
</WriteToResultDataframeNode> | ||
</DataflowPlan> |
1,930 changes: 1,339 additions & 591 deletions
1,930
...nversion_metrics_to_sql.py/SqlQueryPlan/test_conversion_count_with_no_group_by__plan0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2,024 changes: 1,398 additions & 626 deletions
2,024
.../snapshots/test_conversion_metrics_to_sql.py/SqlQueryPlan/test_conversion_rate__plan0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2,125 changes: 1,458 additions & 667 deletions
2,125
...n_metrics_to_sql.py/SqlQueryPlan/test_conversion_rate_with_constant_properties__plan0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
1,933 changes: 1,342 additions & 591 deletions
1,933
...onversion_metrics_to_sql.py/SqlQueryPlan/test_conversion_rate_with_no_group_by__plan0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
2,107 changes: 1,446 additions & 661 deletions
2,107
...est_conversion_metrics_to_sql.py/SqlQueryPlan/test_conversion_rate_with_window__plan0.xml
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...trics.py/str/BigQuery/test_cumulative_metric_with_non_adjustable_filter__query_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
(' metric_time__day trailing_2_months_revenue\n' | ||
'0 2020-03-15 7000\n' | ||
'1 2020-04-30 7000') | ||
metric_time__day trailing_2_months_revenue | ||
0 2020-03-15 7000 | ||
1 2020-04-30 7000 |
10 changes: 5 additions & 5 deletions
10
...cumulative_metrics.py/str/BigQuery/test_grain_to_date_cumulative_metric__query_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
(' metric_time__day revenue_mtd\n' | ||
'0 2021-01-03 3000\n' | ||
'1 2021-01-04 4000\n' | ||
'2 2021-01-05 4000\n' | ||
'3 2021-01-06 4000') | ||
metric_time__day revenue_mtd | ||
0 2021-01-03 3000 | ||
1 2021-01-04 4000 | ||
2 2021-01-05 4000 | ||
3 2021-01-06 4000 |
126 changes: 63 additions & 63 deletions
126
...est_cumulative_metrics.py/str/BigQuery/test_multiple_cumulative_metrics__query_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,63 +1,63 @@ | ||
(' metric_time__day revenue_all_time trailing_2_months_revenue\n' | ||
'0 2020-03-31 8000 7000\n' | ||
'1 2020-04-01 8000 3000\n' | ||
'2 2020-04-02 12000 7000\n' | ||
'3 2020-04-03 12000 7000\n' | ||
'4 2020-04-04 12000 7000\n' | ||
'5 2020-04-05 12000 7000\n' | ||
'6 2020-04-06 12000 7000\n' | ||
'7 2020-04-07 12000 7000\n' | ||
'8 2020-04-08 12000 7000\n' | ||
'9 2020-04-09 12000 7000\n' | ||
'10 2020-04-10 12000 7000\n' | ||
'11 2020-04-11 12000 7000\n' | ||
'12 2020-04-12 12000 7000\n' | ||
'13 2020-04-13 12000 7000\n' | ||
'14 2020-04-14 12000 7000\n' | ||
'15 2020-04-15 12000 7000\n' | ||
'16 2020-04-16 12000 7000\n' | ||
'17 2020-04-17 12000 7000\n' | ||
'18 2020-04-18 12000 7000\n' | ||
'19 2020-04-19 12000 7000\n' | ||
'20 2020-04-20 12000 7000\n' | ||
'21 2020-04-21 12000 7000\n' | ||
'22 2020-04-22 12000 7000\n' | ||
'23 2020-04-23 12000 7000\n' | ||
'24 2020-04-24 12000 7000\n' | ||
'25 2020-04-25 12000 7000\n' | ||
'26 2020-04-26 12000 7000\n' | ||
'27 2020-04-27 12000 7000\n' | ||
'28 2020-04-28 12000 7000\n' | ||
'29 2020-04-29 12000 7000\n' | ||
'30 2020-04-30 12000 7000\n' | ||
'31 2020-05-01 12000 4000\n' | ||
'32 2020-05-02 12000 4000\n' | ||
'33 2020-05-03 12000 4000\n' | ||
'34 2020-05-04 12000 4000\n' | ||
'35 2020-05-05 12000 4000\n' | ||
'36 2020-05-06 12000 4000\n' | ||
'37 2020-05-07 12000 4000\n' | ||
'38 2020-05-08 12000 4000\n' | ||
'39 2020-05-09 12000 4000\n' | ||
'40 2020-05-10 12000 4000\n' | ||
'41 2020-05-11 12000 4000\n' | ||
'42 2020-05-12 12000 4000\n' | ||
'43 2020-05-13 12000 4000\n' | ||
'44 2020-05-14 12000 4000\n' | ||
'45 2020-05-15 12000 4000\n' | ||
'46 2020-05-16 12000 4000\n' | ||
'47 2020-05-17 12000 4000\n' | ||
'48 2020-05-18 12000 4000\n' | ||
'49 2020-05-19 12000 4000\n' | ||
'50 2020-05-20 12000 4000\n' | ||
'51 2020-05-21 12000 4000\n' | ||
'52 2020-05-22 12000 4000\n' | ||
'53 2020-05-23 12000 4000\n' | ||
'54 2020-05-24 12000 4000\n' | ||
'55 2020-05-25 12000 4000\n' | ||
'56 2020-05-26 12000 4000\n' | ||
'57 2020-05-27 12000 4000\n' | ||
'58 2020-05-28 12000 4000\n' | ||
'59 2020-05-29 12000 4000\n' | ||
'60 2020-05-30 12000 4000\n' | ||
'61 2020-05-31 12000 4000') | ||
metric_time__day revenue_all_time trailing_2_months_revenue | ||
0 2020-03-31 8000 7000 | ||
1 2020-04-01 8000 3000 | ||
2 2020-04-02 12000 7000 | ||
3 2020-04-03 12000 7000 | ||
4 2020-04-04 12000 7000 | ||
5 2020-04-05 12000 7000 | ||
6 2020-04-06 12000 7000 | ||
7 2020-04-07 12000 7000 | ||
8 2020-04-08 12000 7000 | ||
9 2020-04-09 12000 7000 | ||
10 2020-04-10 12000 7000 | ||
11 2020-04-11 12000 7000 | ||
12 2020-04-12 12000 7000 | ||
13 2020-04-13 12000 7000 | ||
14 2020-04-14 12000 7000 | ||
15 2020-04-15 12000 7000 | ||
16 2020-04-16 12000 7000 | ||
17 2020-04-17 12000 7000 | ||
18 2020-04-18 12000 7000 | ||
19 2020-04-19 12000 7000 | ||
20 2020-04-20 12000 7000 | ||
21 2020-04-21 12000 7000 | ||
22 2020-04-22 12000 7000 | ||
23 2020-04-23 12000 7000 | ||
24 2020-04-24 12000 7000 | ||
25 2020-04-25 12000 7000 | ||
26 2020-04-26 12000 7000 | ||
27 2020-04-27 12000 7000 | ||
28 2020-04-28 12000 7000 | ||
29 2020-04-29 12000 7000 | ||
30 2020-04-30 12000 7000 | ||
31 2020-05-01 12000 4000 | ||
32 2020-05-02 12000 4000 | ||
33 2020-05-03 12000 4000 | ||
34 2020-05-04 12000 4000 | ||
35 2020-05-05 12000 4000 | ||
36 2020-05-06 12000 4000 | ||
37 2020-05-07 12000 4000 | ||
38 2020-05-08 12000 4000 | ||
39 2020-05-09 12000 4000 | ||
40 2020-05-10 12000 4000 | ||
41 2020-05-11 12000 4000 | ||
42 2020-05-12 12000 4000 | ||
43 2020-05-13 12000 4000 | ||
44 2020-05-14 12000 4000 | ||
45 2020-05-15 12000 4000 | ||
46 2020-05-16 12000 4000 | ||
47 2020-05-17 12000 4000 | ||
48 2020-05-18 12000 4000 | ||
49 2020-05-19 12000 4000 | ||
50 2020-05-20 12000 4000 | ||
51 2020-05-21 12000 4000 | ||
52 2020-05-22 12000 4000 | ||
53 2020-05-23 12000 4000 | ||
54 2020-05-24 12000 4000 | ||
55 2020-05-25 12000 4000 | ||
56 2020-05-26 12000 4000 | ||
57 2020-05-27 12000 4000 | ||
58 2020-05-28 12000 4000 | ||
59 2020-05-29 12000 4000 | ||
60 2020-05-30 12000 4000 | ||
61 2020-05-31 12000 4000 |
8 changes: 4 additions & 4 deletions
8
..._cumulative_metrics.py/str/BigQuery/test_non_additive_cumulative_metric__query_output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
(' metric_time__day every_two_days_bookers\n' | ||
'0 2020-01-01 3\n' | ||
'1 2020-01-02 6\n' | ||
'2 2020-01-03 4') | ||
metric_time__day every_two_days_bookers | ||
0 2020-01-01 3 | ||
1 2020-01-02 6 | ||
2 2020-01-03 4 |
Oops, something went wrong.