v1.5.1
This is a bugfix release mostly driven by community contributors. Thanks everyone for making SQLLineage better.
Enhancement
- Allow unambiguous column reference for JOIN with USING clause (#558) @kkozhakin
- Make Lateral Column Alias Reference Configurable (#539) @maoxingda & @reata
- Add an Argument to Exclude SubQuery Column Node in Column Lineage Path (#526) @delphisharp
Bugfix
- Not fully processed top-level subquery in DML (#564) @maoxingda
- Missing target table with tsql parsing into statements with union (#562) @reata
- The second and subsequent case when subqueries in the select_clause are not correctly recognized (#559) @maoxingda
- SQLLineageConfig boolean value returns True for all non-empty strings (#551) @maoxingda
- Column lineage does not traverse through CTE containing uppercase letters (#531) @reata