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

@@ -60,6 +60,7 @@ SQLGLOT_DIALECTS = {
"ascend": Dialects.HIVE,
"awsathena": Dialects.ATHENA,
"bigquery": Dialects.BIGQUERY,
"datastore": Dialects.BIGQUERY,
"clickhouse": Dialects.CLICKHOUSE,
"clickhousedb": Dialects.CLICKHOUSE,
"cockroachdb": Dialects.POSTGRES,