carbonfact / lea

🏃‍♀️ Minimalist alternative to dbt
Apache License 2.0
211 stars 7 forks source link

Optimize parsing SQL queries. #44

Open MohamedBsh opened 3 months ago

MohamedBsh commented 3 months ago

Modify with_context() function with Aho–Corasick algorithm.

https://github.com/carbonfact/lea/blob/61f106828e24a819121ccc8c501ff183b27425e4/lea/views/sql.py#L203