You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the CompilerApi.js file, there is no requestId in the query parameter of the applyRowLevelSecurity function, which causes this.getCompilers({ requestId: query.requestId }) requestId to always be undefined
To Reproduce
Steps to reproduce the behavior:
Enter the ‘cubejs-server-core/src/core/CompilerApi.js file’
2.Search for the applyRowLevelSecurity function and see
Expected behavior
requestId should be obtained in context. query.requestId is always undefined.
Describe the bug
In the CompilerApi.js file, there is no requestId in the query parameter of the applyRowLevelSecurity function, which causes this.getCompilers({ requestId: query.requestId }) requestId to always be undefined
To Reproduce
Steps to reproduce the behavior:
2.Search for the applyRowLevelSecurity function and see
Expected behavior
requestId should be obtained in context. query.requestId is always undefined.
e.g.
async applyRowLevelSecurity(query, context) {
const compilers = await this.getCompilers({ requestId: context.requestId });
...
Screenshots
Version:
[e.g. 1.1.7]
The text was updated successfully, but these errors were encountered: