Sqlglot is switching date_trunc to timestamp_trunc upon parsing, which is not a valid Snowflake sql function. It is also switching the argument order and unquoting the date part where it shouldn't do ...
type/feature-requestCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature. TiDB currently does not support date_trunc() function, this is very useful ...