-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update expected files and fix for week dimension values
- Loading branch information
Showing
103 changed files
with
2,873 additions
and
1 deletion.
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
File renamed without changes.
99 changes: 99 additions & 0 deletions
99
tests/appscript/expected/data_Events.getName_withDateDimension_date_month.json
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,99 @@ | ||
{ | ||
"filtersApplied": false, | ||
"rows": [ | ||
{ | ||
"values": [ | ||
"202302", | ||
"1220", | ||
"Cart change", | ||
"added - Diving Tank", | ||
"2" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"202302", | ||
"1087", | ||
"Cart change", | ||
"added - Basic Wetsuit", | ||
"2" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"202302", | ||
"986", | ||
"Cart change", | ||
"added - Scuba Fins", | ||
"2" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"202302", | ||
"495", | ||
"Cart change", | ||
"added - Diving Knife", | ||
"3" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"202302", | ||
"6492", | ||
"Others", | ||
"Others", | ||
"11852" | ||
] | ||
} | ||
], | ||
"schema": [ | ||
{ | ||
"dataType": "STRING", | ||
"label": "Month", | ||
"name": "date_month", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "YEAR_MONTH" | ||
} | ||
}, | ||
{ | ||
"dataType": "NUMBER", | ||
"label": "Events", | ||
"name": "nb_events", | ||
"semantics": { | ||
"conceptType": "METRIC", | ||
"isReaggregatable": false, | ||
"semanticType": "NUMBER" | ||
} | ||
}, | ||
{ | ||
"dataType": "STRING", | ||
"label": "Event Action", | ||
"name": "Events_EventAction", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "TEXT" | ||
} | ||
}, | ||
{ | ||
"dataType": "STRING", | ||
"label": "Event Name", | ||
"name": "Events_EventName", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "TEXT" | ||
} | ||
}, | ||
{ | ||
"dataType": "NUMBER", | ||
"label": "Maximum Event value", | ||
"name": "max_event_value", | ||
"semantics": { | ||
"conceptType": "METRIC", | ||
"isReaggregatable": false, | ||
"semanticType": "NUMBER" | ||
} | ||
} | ||
] | ||
} |
99 changes: 99 additions & 0 deletions
99
tests/appscript/expected/data_Events.getName_withDateDimension_date_year.json
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,99 @@ | ||
{ | ||
"filtersApplied": false, | ||
"rows": [ | ||
{ | ||
"values": [ | ||
"2023", | ||
"85046", | ||
"Cart change", | ||
"added - Diving Tank", | ||
"4" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"2023", | ||
"80792", | ||
"Cart change", | ||
"added - Basic Wetsuit", | ||
"4" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"2023", | ||
"51448", | ||
"Cart change", | ||
"added - Scuba Fins", | ||
"4" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"2023", | ||
"31860", | ||
"Cart change", | ||
"added - Diving Boots", | ||
"2" | ||
] | ||
}, | ||
{ | ||
"values": [ | ||
"2023", | ||
"358771", | ||
"Others", | ||
"Others", | ||
"26069" | ||
] | ||
} | ||
], | ||
"schema": [ | ||
{ | ||
"dataType": "STRING", | ||
"label": "Year", | ||
"name": "date_year", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "YEAR" | ||
} | ||
}, | ||
{ | ||
"dataType": "NUMBER", | ||
"label": "Events", | ||
"name": "nb_events", | ||
"semantics": { | ||
"conceptType": "METRIC", | ||
"isReaggregatable": false, | ||
"semanticType": "NUMBER" | ||
} | ||
}, | ||
{ | ||
"dataType": "STRING", | ||
"label": "Event Action", | ||
"name": "Events_EventAction", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "TEXT" | ||
} | ||
}, | ||
{ | ||
"dataType": "STRING", | ||
"label": "Event Name", | ||
"name": "Events_EventName", | ||
"semantics": { | ||
"conceptType": "DIMENSION", | ||
"semanticType": "TEXT" | ||
} | ||
}, | ||
{ | ||
"dataType": "NUMBER", | ||
"label": "Maximum Event value", | ||
"name": "max_event_value", | ||
"semantics": { | ||
"conceptType": "METRIC", | ||
"isReaggregatable": false, | ||
"semanticType": "NUMBER" | ||
} | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.