Mosqueteiro
Mosqueteiro
Similar to #184 When trying to write an excel file with pandas to a cloud bucket I get these errors: ```python df.to_excel('gs://bucket_name/path/to/data/test_excel.xlsx') ... FileNotFoundError: [Errno 2] No such file or...
I'd like to request adding minimal support for Jinja templating syntax to the tree-sitter-sql grammar. A similar request was opened 3 years ago (#28), however, the suggestion to use injection...
This adds jinja rules into the AST for the purpose of being able to hook in injections from a jinja parser. Without these hooks the parser errors and injections are...