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:
AAfghahi
2021-09-28 20:08:50 -04:00
committed by GitHub
parent b35645c3f4
commit aa747219ad
12 changed files with 4123 additions and 42863 deletions

View File

@@ -35,7 +35,7 @@ def test_validate_parameters_simple(
)
parameters: GSheetsParametersType = {
"credentials_info": {},
"service_account_info": "",
"catalog": {},
}
errors = GSheetsEngineSpec.validate_parameters(parameters)
@@ -63,7 +63,7 @@ def test_validate_parameters_catalog(
]
parameters: GSheetsParametersType = {
"credentials_info": {},
"service_account_info": "",
"catalog": {
"private_sheet": "https://docs.google.com/spreadsheets/d/1/edit",
"public_sheet": "https://docs.google.com/spreadsheets/d/1/edit#gid=1",
@@ -137,7 +137,7 @@ def test_validate_parameters_catalog_and_credentials(
]
parameters: GSheetsParametersType = {
"credentials_info": {},
"service_account_info": "",
"catalog": {
"private_sheet": "https://docs.google.com/spreadsheets/d/1/edit",
"public_sheet": "https://docs.google.com/spreadsheets/d/1/edit#gid=1",