extend_content
does not receive the security context in cube.py
#8753
Labels
extend_content
does not receive the security context in cube.py
#8753
Describe the bug
extend_context
configuration parameter allows to extend the security context, as described in the docs and as expected, when provided via thecube.js
file.However, when provided via the
cube.py
file, theres
(first) parameter toextend_context
does not containsecurityContext
, so there's no way to extend it, just provide a new one from scratch.To Reproduce
Steps to reproduce the behavior:
cube.py
file:{}
) printed in the consolecube.js
fileExpected behavior
extend_context
works as described in docs in bothcube.js
andcube.py
files.Version:
v0.36.3
Additional context
Discovered via Slack: https://cube-js.slack.com/archives/C04NYBJP7RQ/p1727431492374679?thread_ts=1727361286.150869&cid=C04NYBJP7RQ
The text was updated successfully, but these errors were encountered: