You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2021/05/24 17:57:19 UTC

[superset] 01/01: Update bigquery.py

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch hughhhh-bg-credenials-req
in repository https://gitbox.apache.org/repos/asf/superset.git

commit 99ac3fdb4d1d8468b76d0acc8a58c0698d6c5e99
Author: Hugh A. Miles II <hu...@gmail.com>
AuthorDate: Mon May 24 13:56:19 2021 -0400

    Update bigquery.py
---
 superset/db_engine_specs/bigquery.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/db_engine_specs/bigquery.py b/superset/db_engine_specs/bigquery.py
index a7ce77c..3110326 100644
--- a/superset/db_engine_specs/bigquery.py
+++ b/superset/db_engine_specs/bigquery.py
@@ -49,6 +49,7 @@ ma_plugin = MarshmallowPlugin()
 
 class BigQueryParametersSchema(Schema):
     credentials_info = EncryptedField(
+        required=True,
         description="Contents of BigQuery JSON credentials.",
     )