diff --git a/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-pure/src/main/resources/core_relational_snowflake/relational/sqlQueryToString/snowflakeExtension.pure b/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-pure/src/main/resources/core_relational_snowflake/relational/sqlQueryToString/snowflakeExtension.pure index f36a6cb8a3d..febd1ca1d93 100644 --- a/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-pure/src/main/resources/core_relational_snowflake/relational/sqlQueryToString/snowflakeExtension.pure +++ b/legend-engine-xts-relationalStore/legend-engine-xt-relationalStore-dbExtension/legend-engine-xt-relationalStore-snowflake/legend-engine-xt-relationalStore-snowflake-pure/src/main/resources/core_relational_snowflake/relational/sqlQueryToString/snowflakeExtension.pure @@ -368,7 +368,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf { // Based on https://docs.snowflake.com/en/sql-reference/reserved-keywords [ - 'account', 'alter', 'and', 'any', @@ -380,7 +379,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'check', 'column', 'connect', - 'connection', 'constraint', 'create', 'cross', @@ -402,7 +400,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'full', 'grant', 'group', - 'gscluster', 'having', 'ilike', 'in', @@ -412,7 +409,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'intersect', 'into', 'is', - 'issue', 'join', 'lateral', 'left', @@ -427,7 +423,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'on', 'or', 'order', - 'organization', 'qualify', 'regexp', 'revoke', @@ -436,7 +431,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'row', 'rows', 'sample', - 'schema', 'select', 'set', 'some', @@ -453,7 +447,6 @@ function <> meta::relational::functions::sqlQueryToString::snowf 'update', 'using', 'values', - 'view', 'when', 'whenever', 'where',