fix: Big Query Edit Form (#14850)

* fix big quert edit form

* fix test

* fix api test

* fix test
This commit is contained in:
Hugh A. Miles II
2021-05-26 16:13:26 -04:00
committed by GitHub
parent e466066229
commit ae8378a50e
4 changed files with 7 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ ma_plugin = MarshmallowPlugin()
class BigQueryParametersSchema(Schema):
credentials_info = EncryptedField(
description="Contents of BigQuery JSON credentials.",
required=True, description="Contents of BigQuery JSON credentials.",
)