Skip to content

Commit 2e43b81

Browse files
committed
remove unneded
1 parent ce8d67f commit 2e43b81

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/cubejs-schema-compiler/src/compiler/CubeSymbols.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,7 @@ export const CONTEXT_SYMBOLS = {
188188
securityContext: 'securityContext',
189189
FILTER_PARAMS: 'filterParams',
190190
FILTER_GROUP: 'filterGroup',
191-
SQL_UTILS: 'sqlUtils',
192-
// This is syntax sugar for `securityContext.cubeCloud.userAttributes`
193-
// while resolveSymbol won't return the exact path from securityContext
194-
// it's not a problem, because this is only needed for the transpilation phase
195-
// and then this shorthand will be transpiled with the full path
196-
userAttributes: 'securityContext.cubeCloud.userAttributes'
191+
SQL_UTILS: 'sqlUtils'
197192
};
198193

199194
export const CURRENT_CUBE_CONSTANTS = ['CUBE', 'TABLE'];

0 commit comments

Comments
 (0)