mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
fix: Big Query Edit Form (#14850)
* fix big quert edit form * fix test * fix api test * fix test
This commit is contained in:
@@ -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.",
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user