-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fix: CLI saved queries dropping
order_by_names
param (#835)
- Loading branch information
1 parent
29e06ea
commit 0104913
Showing
17 changed files
with
47 additions
and
38 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind: Fixes | ||
body: The --order param was being dropped from CLI saved queries. | ||
time: 2023-11-02T14:10:10.028618-07:00 | ||
custom: | ||
Author: courtneyholcomb | ||
Issue: "835" |
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
8 changes: 4 additions & 4 deletions
8
metricflow/test/snapshots/test_cli.py/str/BigQuery/test_saved_query__cli_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,11 +1,11 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-01 00:00:00 | 4 | 2 | 1 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-01 00:00:00 | 4 | 2 | 1 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | |
4 changes: 2 additions & 2 deletions
4
...cflow/test/snapshots/test_cli.py/str/BigQuery/test_saved_query_with_limit__cli_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 | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-01 00:00:00 | 4 | 2 | 1 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | |
4 changes: 2 additions & 2 deletions
4
...cflow/test/snapshots/test_cli.py/str/BigQuery/test_saved_query_with_where__cli_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,7 +1,7 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | |
10 changes: 5 additions & 5 deletions
10
metricflow/test/snapshots/test_cli.py/str/Databricks/test_saved_query__cli_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,11 +1,11 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------------|---------------------------:|-----------:|-------------------:| | ||
| 2020-01-02 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00+00:00 | 4 | 6 | 6 | | ||
| 2019-12-01 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-20 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2019-12-19 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2019-12-18 00:00:00+00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00+00:00 | 4 | 6 | 6 | | ||
| 2019-12-19 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2020-01-01 00:00:00+00:00 | 4 | 2 | 1 | | ||
| 2020-01-02 00:00:00+00:00 | 4 | 3 | 3 | | ||
| 2020-01-02 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2020-01-01 00:00:00+00:00 | 4 | 2 | 1 | |
4 changes: 2 additions & 2 deletions
4
...low/test/snapshots/test_cli.py/str/Databricks/test_saved_query_with_limit__cli_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 | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------------|---------------------------:|-----------:|-------------------:| | ||
| 2020-01-02 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00+00:00 | 4 | 6 | 6 | | ||
| 2019-12-01 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00+00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00+00:00 | 4 | 6 | 6 | |
4 changes: 2 additions & 2 deletions
4
...low/test/snapshots/test_cli.py/str/Databricks/test_saved_query_with_where__cli_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,7 +1,7 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------------|---------------------------:|-----------:|-------------------:| | ||
| 2020-01-02 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-01 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2019-12-20 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2019-12-19 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00+00:00 | 5 | 2 | 0 | | ||
| 2020-01-02 00:00:00+00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00+00:00 | 5 | 1 | 0 | |
8 changes: 4 additions & 4 deletions
8
metricflow/test/snapshots/test_cli.py/str/Postgres/test_saved_query__cli_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,11 +1,11 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-01 00:00:00 | 4 | 2 | 1 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | |
4 changes: 2 additions & 2 deletions
4
...cflow/test/snapshots/test_cli.py/str/Postgres/test_saved_query_with_limit__cli_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 | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | |
2 changes: 1 addition & 1 deletion
2
...cflow/test/snapshots/test_cli.py/str/Postgres/test_saved_query_with_where__cli_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,7 +1,7 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | |
12 changes: 6 additions & 6 deletions
12
metricflow/test/snapshots/test_cli.py/str/Redshift/test_saved_query__cli_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,11 +1,11 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2020-01-01 00:00:00 | 4 | 2 | 1 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2020-01-02 00:00:00 | 4 | 3 | 3 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | |
6 changes: 3 additions & 3 deletions
6
...cflow/test/snapshots/test_cli.py/str/Redshift/test_saved_query_with_limit__cli_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 | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-18 00:00:00 | 4 | 4 | 2 | | ||
| 2019-12-19 00:00:00 | 4 | 6 | 6 | |
6 changes: 3 additions & 3 deletions
6
...cflow/test/snapshots/test_cli.py/str/Redshift/test_saved_query_with_where__cli_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,7 +1,7 @@ | ||
| metric_time__day | listing__capacity_latest | bookings | instant_bookings | | ||
|:--------------------|---------------------------:|-----------:|-------------------:| | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-19 00:00:00 | 5 | 2 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2019-12-20 00:00:00 | 5 | 2 | 0 | | ||
| 2019-12-01 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-02 00:00:00 | 5 | 1 | 0 | | ||
| 2020-01-03 00:00:00 | 5 | 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