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:18 UTC

[superset] branch hughhhh-bg-credenials-req created (now 99ac3fd)

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

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


      at 99ac3fd  Update bigquery.py

This branch includes the following new commits:

     new 99ac3fd  Update bigquery.py

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[superset] 01/01: Update bigquery.py

Posted by hu...@apache.org.
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.",
     )