Skip to content

v1.4.0

Compare
Choose a tag to compare
@reata reata released this 31 Mar 14:37
· 129 commits to master since this release

Great thanks to @nahuelverdugo, @ulixius9 and @pmbrull from @open-metadata community for contributing on feature Dialect-awareness lineage. Leveraging sqlfluff underneath, we're now able to give more correct lineage result with user input on SQL dialect.

Feature

  • Dialect-awareness lineage (#302)
  • support MERGE statement (#166)

Enhancement

  • Use curved lines in lineage graph visualization (#320)
  • Click to lock highlighted nodes in visualization (#318)
  • Deprecate support for Python 3.6 and Python 3.7, add support for Python 3.11 (#319)
  • support t-sql assignment operator (#205)

Bugfix

  • exception when insert into qualified table followed by parenthesized query (#249)
  • missing columns when current_timestamp as reserved keyword used in select clause (#248)
  • exception when non-reserved keywords used as column name (#183)
  • exception when non-reserved keywords used as table name (#93)