v1.5.0
Great thanks to @lixxvsky for contributing on MetaData-awareness lineage. Now we're able to generate more accurate
column lineage result for select *
or select unqualified columns in case of table join through a unified
MetaDataProvider interface.
Also a breaking change is made to make ansi the default dialect in v1.5.x release as we target ultimately deprecating
non-validating dialect in v1.6.x release.
Breaking Change
- Make ansi the Default Dialect (#518)
Feature
Enhancement
- Add a Configuration for Default Schema (#523)
- Silent Mode Option to Suppress UnsupportedStatementException (#513) @kkozhakin
- Support Lateral Column Alias Reference Analyzing (#507) @maoxingda
- Skip Lineage Analysis for SparkSQL Function Related Statement (#500)
- update statement column lineage (#487) @maoxingda