mirror of
https://github.com/apache/superset.git
synced 2026-08-12 11:11:01 +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:
co-authored by
Claude Opus 4.6
Evan Rusackas
parent
a6c0d6321f
commit
3cb00bf116
@@ -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