Skip to content

Commit

Permalink
update expected test file
Browse files Browse the repository at this point in the history
  • Loading branch information
diosmosis committed May 10, 2024
1 parent 3c5d358 commit 5ef03d1
Showing 1 changed file with 99 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,99 @@
{
"filtersApplied": false,
"rows": [
{
"values": [
"202307",
"285",
"Cart change",
"added - Diving Tank",
"2"
]
},
{
"values": [
"202307",
"268",
"Cart change",
"added - Basic Wetsuit",
"2"
]
},
{
"values": [
"202307",
"221",
"Cart change",
"added - Scuba Fins",
"2"
]
},
{
"values": [
"202307",
"110",
"Cart change",
"added - Distance Line & Reel",
"4"
]
},
{
"values": [
"202307",
"1512",
"Others",
"Others",
"8009"
]
}
],
"schema": [
{
"dataType": "STRING",
"label": "Week (Mon - Sun)",
"name": "date_week",
"semantics": {
"conceptType": "DIMENSION",
"semanticType": "YEAR_WEEK"
}
},
{
"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"
}
}
]
}

0 comments on commit 5ef03d1

Please sign in to comment.