mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
chore(database): Creating helper make_url_safe to wrap potential errors (#19526)
* Creating helper make_url_safe to wrap potential errors * Fixing imports * Fixing imports again * Adding comment * Linting * Fixing test * Fixing test again... * Fixing import
This commit is contained in:
@@ -574,7 +574,6 @@ def get_rls_for_table(
|
||||
return None
|
||||
|
||||
template_processor = dataset.get_template_processor()
|
||||
# pylint: disable=protected-access
|
||||
predicate = " AND ".join(
|
||||
str(filter_)
|
||||
for filter_ in dataset.get_sqla_row_level_filters(template_processor)
|
||||
|
||||
Reference in New Issue
Block a user