diff --git a/tests/samples/cubeml/orders.yml b/tests/samples/cubeml/orders.yml index 468abc1..75c18ad 100644 --- a/tests/samples/cubeml/orders.yml +++ b/tests/samples/cubeml/orders.yml @@ -10,7 +10,8 @@ cubes: sql: '{CUBE}.item_id' title: Item ID type: number - - name: order_status + - 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]. + name: order_status sql: '{CUBE}."STATUS"' type: string - name: is_cancelled diff --git a/tests/samples/lkml/views/orders.view.lkml b/tests/samples/lkml/views/orders.view.lkml index 4f24a0c..1491f20 100644 --- a/tests/samples/lkml/views/orders.view.lkml +++ b/tests/samples/lkml/views/orders.view.lkml @@ -28,6 +28,7 @@ view: orders { dimension: order_status { type: string sql: ${TABLE}."STATUS" ;; + 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]." } dimension: is_cancelled {