Commit fca58e1
committed
fix: Add alias_tokens parameter to _parse_join() for sqlglot 30.9.0 compatibility
- Add missing alias_tokens parameter to _parse_join() method signature
- Pass alias_tokens to internal __parse_join() calls
- Maintain backward compatibility with optional parameter
- Fixes TypeError when using sqlglot 30.9.0 or later
Resolves compatibility issue where SQLMesh's _parse_join() override
was incompatible with sqlglot 30.9.0's updated method signature.
Signed-off-by: Awanish Gupta <awanishgupta159@gmail.com>1 parent b44fdf6 commit fca58e1
1 file changed
Lines changed: 6 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
319 | 322 | | |
320 | 323 | | |
321 | 324 | | |
322 | 325 | | |
323 | 326 | | |
324 | 327 | | |
325 | | - | |
| 328 | + | |
326 | 329 | | |
327 | | - | |
| 330 | + | |
328 | 331 | | |
329 | 332 | | |
330 | 333 | | |
| |||
0 commit comments