mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat(table): Export table data with "Search box" enabled (#36281)
Co-authored-by: RebeccaH2003 <114100529+RebeccaH2003@users.noreply.github.com>
This commit is contained in:
@@ -3346,7 +3346,9 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"parameters": {
|
||||
"properties": {
|
||||
"credentials_info": {
|
||||
"description": "Contents of BigQuery JSON credentials.",
|
||||
"description": (
|
||||
"Contents of BigQuery JSON credentials."
|
||||
),
|
||||
"type": "string",
|
||||
"x-encrypted-extra": True,
|
||||
},
|
||||
@@ -3436,7 +3438,8 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"scope": (
|
||||
"https://www.googleapis.com/auth/"
|
||||
"drive.readonly "
|
||||
"https://www.googleapis.com/auth/spreadsheets "
|
||||
"https://www.googleapis.com/auth/"
|
||||
"spreadsheets "
|
||||
"https://spreadsheets.google.com/feeds"
|
||||
),
|
||||
"token_request_uri": "https://oauth2.googleapis.com/token",
|
||||
@@ -3447,7 +3450,9 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"x-encrypted-extra": True,
|
||||
},
|
||||
"service_account_info": {
|
||||
"description": "Contents of GSheets JSON credentials.",
|
||||
"description": (
|
||||
"Contents of GSheets JSON credentials."
|
||||
),
|
||||
"type": "string",
|
||||
"x-encrypted-extra": True,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user