mirror of
https://github.com/apache/superset.git
synced 2026-04-14 13:44:46 +00:00
feat: OAuth2 database field (#30126)
This commit is contained in:
@@ -239,6 +239,7 @@ def test_database_connection(
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"supports_file_upload": True,
|
||||
"supports_oauth2": True,
|
||||
},
|
||||
"expose_in_sqllab": True,
|
||||
"extra": '{\n "metadata_params": {},\n "engine_params": {},\n "metadata_cache_timeout": {},\n "schemas_allowed_for_file_upload": []\n}\n',
|
||||
@@ -311,6 +312,7 @@ def test_database_connection(
|
||||
"disable_ssh_tunneling": True,
|
||||
"supports_dynamic_catalog": False,
|
||||
"supports_file_upload": True,
|
||||
"supports_oauth2": True,
|
||||
},
|
||||
"expose_in_sqllab": True,
|
||||
"force_ctas_schema": None,
|
||||
|
||||
Reference in New Issue
Block a user