mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
feat(database): add Google Cloud Datastore db engine spec (#37677)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: Evan Rusackas <evan@preset.io>
This commit is contained in:
@@ -34,7 +34,7 @@ from superset.extensions import event_logger
|
||||
from superset.models.core import Database
|
||||
from superset.utils import json
|
||||
|
||||
BYPASS_VALIDATION_ENGINES = {"bigquery", "snowflake"}
|
||||
BYPASS_VALIDATION_ENGINES = {"bigquery", "datastore", "snowflake"}
|
||||
|
||||
|
||||
class ValidateDatabaseParametersCommand(BaseCommand):
|
||||
|
||||
Reference in New Issue
Block a user