We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12951c5 commit 3a57ea2Copy full SHA for 3a57ea2
1 file changed
sqlmesh/core/dialect.py
@@ -1051,7 +1051,7 @@ def extend_sqlglot() -> None:
1051
_override(Parser, _warn_unsupported)
1052
_override(Snowflake.Parser, _parse_table_parts)
1053
1054
- # DuckDB's infix absolute power operator `@` clashes with the macro syntax
+ # DuckDB's prefix absolute power operator `@` clashes with the macro syntax
1055
DuckDB.Parser.NO_PAREN_FUNCTION_PARSERS.pop("@", None)
1056
1057
0 commit comments