mirror of
https://github.com/apache/superset.git
synced 2026-04-21 00:54:44 +00:00
feat: Update database permissions in async mode (#32231)
This commit is contained in:
@@ -21,8 +21,9 @@ from unittest.mock import patch
|
||||
|
||||
from superset import security_manager
|
||||
from superset.utils import json, slack # noqa: F401
|
||||
from tests.conftest import with_config
|
||||
from tests.integration_tests.base_tests import SupersetTestCase
|
||||
from tests.integration_tests.conftest import with_config, with_feature_flags
|
||||
from tests.integration_tests.conftest import with_feature_flags
|
||||
from tests.integration_tests.constants import ADMIN_USERNAME
|
||||
|
||||
meUri = "/api/v1/me/" # noqa: N816
|
||||
|
||||
Reference in New Issue
Block a user