OpenMetadata
OpenMetadata copied to clipboard
Update SQLParse to Version 0.5
It would be great to check out if we could upgrade the sqlparse library to the latest version due to some Uncontrolled Recursion issue that might happen on version 0.4
Are there any plans to upgrade the sqlparse dependency in collate-sqllineage to v0.5 fixing CVE-2024-4340?
Lack of support for sqlparse 0.5 means that there's an incompatibility with dbt-core starting with 1.7.13, because the dependency was updated here: https://github.com/dbt-labs/dbt-core/issues/9949