You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@VaggelisD can you take a look please? It seems like VALUES(...) is now supported in ClickHouse so SQLGlot needs to take that into account. This isn't related to sqlmesh format, it's an AST generation issue.
After
sqlmesh format
clickhouse query is wrong if usingvalues
table function (https://clickhouse-docs.vercel.app/docs/sql-reference/table-functions/values)Original query:
After format:
First query returining two columns and 4 rows, second query throws error
The text was updated successfully, but these errors were encountered: