AAfghahi commented on a change in pull request #14147:
URL: https://github.com/apache/superset/pull/14147#discussion_r614996880
##########
File path: superset/db_engine_specs/bigquery.py
##########
@@ -86,6 +93,13 @@ class BigQueryEngineSpec(BaseEngineSpec):
"P1Y": "{func}({col}, YEAR)",
}
+ custom_errors = {
+ INVALID_USER_PERMISSIONS: (
+ __("bad permissions"),
Review comment:
```suggestion
__("User does not have necessary permissions"),
```
How is this wording?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]