Skip to content

Commit 799825c

Browse files
authored
Merge pull request #11 from cube-js/move-tests
Add long desc test
2 parents 45b0789 + d1cc901 commit 799825c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

tests/samples/cubeml/orders.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ cubes:
1010
sql: '{CUBE}.item_id'
1111
title: Item ID
1212
type: number
13-
- name: order_status
13+
- description: Order Status - The status of the order, making the description longer just to test correct parsing, adding some extra characters to make sure it is parsed correctly like ( a,b ) [ d, e].
14+
name: order_status
1415
sql: '{CUBE}."STATUS"'
1516
type: string
1617
- name: is_cancelled

tests/samples/lkml/views/orders.view.lkml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ view: orders {
2828
dimension: order_status {
2929
type: string
3030
sql: ${TABLE}."STATUS" ;;
31+
description: "Order Status - The status of the order, making the description longer just to test correct parsing, adding some extra characters to make sure it is parsed correctly like ( a,b ) [ d, e]."
3132
}
3233

3334
dimension: is_cancelled {

0 commit comments

Comments
 (0)