From d1cc901a6219d6bda464789e4df760e12e925245 Mon Sep 17 00:00:00 2001 From: Paco Valdez Date: Wed, 16 Apr 2025 15:22:24 -0700 Subject: [PATCH] Add long desc test --- tests/samples/cubeml/orders.yml | 3 ++- tests/samples/lkml/views/orders.view.lkml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) 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 {