File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
rust/cubeorchestrator/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,8 @@ pub fn get_members(
194
194
if !annotation. contains_key ( member_name) {
195
195
bail ! (
196
196
concat!(
197
- "You requested hidden member: '{}'. Please make it visible using `shown : true`. " ,
198
- "Please note primaryKey fields are `shown : false` by default: " ,
197
+ "You requested hidden member: '{}'. Please make it visible using `public : true`. " ,
198
+ "Please note primaryKey fields are `public : false` by default: " ,
199
199
"https://cube.dev/docs/schema/reference/joins#setting-a-primary-key."
200
200
) ,
201
201
column
@@ -344,8 +344,8 @@ pub fn get_vanilla_row(
344
344
None => {
345
345
bail ! (
346
346
concat!(
347
- "You requested hidden member: '{}'. Please make it visible using `shown : true`. " ,
348
- "Please note primaryKey fields are `shown : false` by default: " ,
347
+ "You requested hidden member: '{}'. Please make it visible using `public : true`. " ,
348
+ "Please note primaryKey fields are `public : false` by default: " ,
349
349
"https://cube.dev/docs/schema/reference/joins#setting-a-primary-key."
350
350
) ,
351
351
alias
You can’t perform that action at this time.
0 commit comments