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(
194194 if !annotation. contains_key ( member_name) {
195195 bail ! (
196196 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: " ,
199199 "https://cube.dev/docs/schema/reference/joins#setting-a-primary-key."
200200 ) ,
201201 column
@@ -344,8 +344,8 @@ pub fn get_vanilla_row(
344344 None => {
345345 bail ! (
346346 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: " ,
349349 "https://cube.dev/docs/schema/reference/joins#setting-a-primary-key."
350350 ) ,
351351 alias
You can’t perform that action at this time.
0 commit comments