chore!: remove ROW_LEVEL_SECURITY feature flag (permanently enable) (#19230)

* permanently turn on rls feature flag

* unused imports

* docs

* docs

* unused import
This commit is contained in:
David Aaron Suddjian
2022-03-31 14:05:17 -07:00
committed by GitHub
parent 7f85da6e5b
commit ab3770667c
9 changed files with 5 additions and 72 deletions

View File

@@ -277,9 +277,6 @@ class SupersetAppInitializer: # pylint: disable=too-many-public-methods
category="Security",
category_label=__("Security"),
icon="fa-lock",
menu_cond=lambda: feature_flag_manager.is_feature_enabled(
"ROW_LEVEL_SECURITY"
),
)
#