mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
feat: Add Private Google Sheets to dynamic form (#16628)
* first pass private gsheets * made encrypted extra into string, refactored onParametersChanged * private sheets working, credential_info errors * all but test connection working * first pass private gsheets * made encrypted extra into string, refactored onParametersChanged * private sheets working, credential_info errors * all but test connection working * Regenerate package-lock.json Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
This commit is contained in:
@@ -1576,7 +1576,14 @@ class TestDatabaseApi(SupersetTestCase):
|
||||
"engine": "gsheets",
|
||||
"name": "Google Sheets",
|
||||
"parameters": {
|
||||
"properties": {"catalog": {"type": "object"},},
|
||||
"properties": {
|
||||
"catalog": {"type": "object"},
|
||||
"service_account_info": {
|
||||
"description": "Contents of GSheets JSON credentials.",
|
||||
"type": "string",
|
||||
"x-encrypted-extra": True,
|
||||
},
|
||||
},
|
||||
"type": "object",
|
||||
},
|
||||
"preferred": False,
|
||||
|
||||
Reference in New Issue
Block a user