diff --git a/lib/config/constants/constants.go b/lib/config/constants/constants.go index c027aa00b..75d6a3ee2 100644 --- a/lib/config/constants/constants.go +++ b/lib/config/constants/constants.go @@ -30,68 +30,6 @@ const ( DBZMySQLFormat = "debezium.mysql" ) -// ReservedKeywords is populated from: https://docs.snowflake.com/en/sql-reference/reserved-keywords -// We are doing only the column names that are reserved by ANSI. -var ReservedKeywords = []string{ - "all", - "alter", - "and", - "any", - "as", - "between", - "by", - "case", - "cast", - "check", - "column", - "connect", - "create", - "current", - "delete", - "distinct", - "drop", - "else", - "exists", - "following", - "for", - "from", - "grant", - "group", - "having", - "in", - "insert", - "intersect", - "into", - "is", - "like", - "not", - "null", - "of", - "on", - "or", - "order", - "revoke", - "row", - "rows", - "sample", - "select", - "set", - "some", - "start", - "table", - "tablesample", - "then", - "to", - "trigger", - "union", - "unique", - "update", - "values", - "whenever", - "where", - "with", -} - // ExporterKind is used for the Telemetry package type ExporterKind string