mirror of
https://github.com/apache/superset.git
synced 2026-05-12 19:35:17 +00:00
fix(embedded): prevent double RLS application in virtual datasets (#37395)
This commit is contained in:
committed by
GitHub
parent
a9def2fc15
commit
09e9c6a522
@@ -903,6 +903,7 @@ class ExploreMixin: # pylint: disable=too-many-public-methods
|
||||
def get_sqla_row_level_filters(
|
||||
self,
|
||||
template_processor: Optional[BaseTemplateProcessor] = None, # pylint: disable=unused-argument
|
||||
include_global_guest_rls: bool = True, # pylint: disable=unused-argument
|
||||
) -> list[TextClause]:
|
||||
# TODO: We should refactor this mixin and remove this method
|
||||
# as it exists in the BaseDatasource and is not applicable
|
||||
|
||||
Reference in New Issue
Block a user