reata / sqllineage

SQL Lineage Analysis Tool powered by Python
MIT License
1.35k stars 241 forks source link

feat: upgrade sqlfluff to 3.2.x #660

Open rubytobi opened 1 week ago

rubytobi commented 1 week ago

Closes https://github.com/reata/sqllineage/issues/644

Since SQLFluff 3.2.0, "the bracketed arguments are now wrapped in a function_contents object". I adjusted the code base so that it works again.