We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what is the go-to way to validate the schema with
npx cubejs-cli validate -p config/schema
when you have a cube like this example from the docs https://cube.dev/docs/reference/data-model/context-variables#security_context
cube(`orders`, { sql: ` SELECT * FROM orders WHERE ${SECURITY_CONTEXT.email.filter("email")} `, dimensions: { date: { sql: `date`, type: `time`, }, }, });
this results in an error such:
Cube Error --------------------------------------- Cannot read properties of undefined (reading 'email') Need some help? ------------------------------------- Ask this question in Cube Slack: https://slack.cube.dev Post an issue: https://github.com/cube-js/cube.js/issues
Cube Error ---------------------------------------
Cannot read properties of undefined (reading 'email')
Need some help? -------------------------------------
Ask this question in Cube Slack: https://slack.cube.dev Post an issue: https://github.com/cube-js/cube.js/issues
The text was updated successfully, but these errors were encountered:
No branches or pull requests
what is the go-to way to validate the schema with
when you have a cube like this example from the docs https://cube.dev/docs/reference/data-model/context-variables#security_context
this results in an error such:
The text was updated successfully, but these errors were encountered: