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

hugh pushed a commit to branch hugh/text-db-config
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/hugh/text-db-config by this 
push:
     new 328d79c  add space
328d79c is described below

commit 328d79cc5002cd462f03d03598cd19460add5d54
Author: hughhhh <[email protected]>
AuthorDate: Tue Apr 20 10:11:48 2021 -0700

    add space
---
 superset/db_engine_specs/bigquery.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/superset/db_engine_specs/bigquery.py 
b/superset/db_engine_specs/bigquery.py
index b7bc325..59f61d1 100644
--- a/superset/db_engine_specs/bigquery.py
+++ b/superset/db_engine_specs/bigquery.py
@@ -33,7 +33,7 @@ if TYPE_CHECKING:
 
 
 CONNECTION_DATABASE_PERMISSIONS_REGEX = re.compile(
-    "Access Denied: Project User does not have bigquery.jobs.create"
+    "Access Denied: Project User does not have bigquery.jobs.create "
     + "permission in project (?P<project>.+?)"
 )
 

Reply via email to