-
Notifications
You must be signed in to change notification settings - Fork 99
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
1 parent
92f9297
commit 49c5b63
Showing
7 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
18 changes: 9 additions & 9 deletions
18
...low/snapshots/test_query_output.py/str/DuckDB/test_derived_metric_alias__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,12 +1,12 @@ | ||
test_name: test_derived_metric_alias | ||
test_filename: test_query_output.py | ||
--- | ||
metric_time__day booking_fees | ||
------------------- -------------- | ||
2019-12-01T00:00:00 47.56 | ||
2019-12-18T00:00:00 284.93 | ||
2019-12-19T00:00:00 360.5 | ||
2019-12-20T00:00:00 0 | ||
2020-01-01T00:00:00 136.16 | ||
2020-01-02T00:00:00 132.78 | ||
2020-01-03T00:00:00 0 | ||
metric_time__day booking_fees_alias | ||
------------------- -------------------- | ||
2019-12-01T00:00:00 47.56 | ||
2019-12-18T00:00:00 284.93 | ||
2019-12-19T00:00:00 360.5 | ||
2019-12-20T00:00:00 0 | ||
2020-01-01T00:00:00 136.16 | ||
2020-01-02T00:00:00 132.78 | ||
2020-01-03T00:00:00 0 |
18 changes: 9 additions & 9 deletions
18
..._metricflow/snapshots/test_query_output.py/str/DuckDB/test_metric_alias__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,12 +1,12 @@ | ||
test_name: test_metric_alias | ||
test_filename: test_query_output.py | ||
--- | ||
metric_time__day bookings | ||
------------------- ---------- | ||
2019-12-01T00:00:00 1 | ||
2019-12-18T00:00:00 10 | ||
2019-12-19T00:00:00 18 | ||
2019-12-20T00:00:00 2 | ||
2020-01-01T00:00:00 5 | ||
2020-01-02T00:00:00 9 | ||
2020-01-03T00:00:00 1 | ||
metric_time__day bookings_alias | ||
------------------- ---------------- | ||
2019-12-01T00:00:00 1 | ||
2019-12-18T00:00:00 10 | ||
2019-12-19T00:00:00 18 | ||
2019-12-20T00:00:00 2 | ||
2020-01-01T00:00:00 5 | ||
2020-01-02T00:00:00 9 | ||
2020-01-03T00:00:00 1 |
18 changes: 9 additions & 9 deletions
18
...pshots/test_query_output.py/str/DuckDB/test_multiple_metrics_with_alias__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,12 +1,12 @@ | ||
test_name: test_multiple_metrics_with_alias | ||
test_filename: test_query_output.py | ||
--- | ||
metric_time__day bookings booking_fees | ||
------------------- ---------- -------------- | ||
2019-12-01T00:00:00 1 47.56 | ||
2019-12-18T00:00:00 10 284.93 | ||
2019-12-19T00:00:00 18 360.5 | ||
2019-12-20T00:00:00 2 0 | ||
2020-01-01T00:00:00 5 136.16 | ||
2020-01-02T00:00:00 9 132.78 | ||
2020-01-03T00:00:00 1 0 | ||
metric_time__day bookings_alias bookings_fees_alias | ||
------------------- ---------------- --------------------- | ||
2019-12-01T00:00:00 1 47.56 | ||
2019-12-18T00:00:00 10 284.93 | ||
2019-12-19T00:00:00 18 360.5 | ||
2019-12-20T00:00:00 2 0 | ||
2020-01-01T00:00:00 5 136.16 | ||
2020-01-02T00:00:00 9 132.78 | ||
2020-01-03T00:00:00 1 0 |
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
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
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
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