Skip to content

Release v0.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Nov 19:09
· 61 commits to main since this release

Features

  • add column relationship summary card to lineage view (e3b1ce9)
  • add expand/collapse functionality for lineage graph (#25) (f9a88a6)
  • add search input and filtering to column selector (ab6c8c2)
  • add strip_sql_comments utility function (28cdf95)
  • improve SQL parser with forward references, EXCLUDE clause, and nested subquery support (#24) (4a2bc73)

Bug Fixes

  • handle uppercase source (85abcee)
  • non deterministic behavior (7b27132)
  • strip SQL comments in parser (db91629)
  • strip SQL comments in service layer (4f617c4)