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:
HY Chang
2026-03-07 08:40:17 +08:00
committed by GitHub
parent a6c0d6321f
commit 3cb00bf116
7 changed files with 2119 additions and 1 deletions

View File

@@ -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):