mirror of
https://github.com/apache/superset.git
synced 2026-04-13 13:18:25 +00:00
feat: OAuth2 database field (#30126)
This commit is contained in:
@@ -3254,6 +3254,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": True,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3279,6 +3280,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": True,
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3336,6 +3338,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3361,6 +3364,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_oauth2": True,
|
||||
},
|
||||
"supports_oauth2": True,
|
||||
},
|
||||
@@ -3418,6 +3422,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3431,6 +3436,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3465,6 +3471,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
@@ -3478,6 +3485,7 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"supports_file_upload": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"disable_ssh_tunneling": False,
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
"supports_oauth2": False,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user