File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
packages/cubejs-api-gateway/src/helpers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -146,8 +146,8 @@ function getMembers(
146146 throw new UserError (
147147 `You requested hidden member: '${
148148 column
149- } '. Please make it visible using \`shown : true\`. ` +
150- 'Please note primaryKey fields are `shown : false` by ' +
149+ } '. Please make it visible using \`public : true\`. ` +
150+ 'Please note primaryKey fields are `public : false` by ' +
151151 'default: https://cube.dev/docs/schema/reference/joins#' +
152152 'setting-a-primary-key.'
153153 ) ;
@@ -236,8 +236,8 @@ function getVanilaRow(
236236 throw new UserError (
237237 `You requested hidden member: '${
238238 p [ 0 ]
239- } '. Please make it visible using \`shown : true\`. ` +
240- 'Please note primaryKey fields are `shown : false` by ' +
239+ } '. Please make it visible using \`public : true\`. ` +
240+ 'Please note primaryKey fields are `public : false` by ' +
241241 'default: https://cube.dev/docs/schema/reference/joins#' +
242242 'setting-a-primary-key.'
243243 ) ;
You can’t perform that action at this time.
0 commit comments