Skip to content

Commit 9cbbd7e

Browse files
fix: use dimension reference syntax {full_name} instead of {users}.full_name in test
In Cube YAML, {dimension_name} references another dimension in the same cube. {cube_name}.column is not valid in this context. Co-authored-by: Pavel Tiunov <pavel.tiunov@gmail.com>
1 parent 7ea0558 commit 9cbbd7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cubejs-schema-compiler/test/unit/links.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cubes:
1919
links:
2020
- name: google_search
2121
label: Search on Google
22-
url: "CONCAT('https://www.google.com/search?q=', {users}.full_name)"
22+
url: "CONCAT('https://www.google.com/search?q=', {full_name})"
2323
icon: brand-google
2424
target: blank
2525
- name: email

0 commit comments

Comments
 (0)