fix tests

This commit is contained in:
Ville Brofeldt
2022-04-11 09:49:29 +03:00
parent 13e81c683e
commit 419316e84a
4 changed files with 2 additions and 50 deletions

View File

@@ -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)