Skip to content

Releases: tokern/data-lineage

v0.7.3

26 Jun 08:18
Compare
Choose a tag to compare

v0.7.3 (2021-06-26)

Chore

  • Prepare release 0.7.3

Fix

  • Support expressions and improve handling of column alias
  • Add error handling for parser API

v0.7.2

22 Jun 12:24
Compare
Choose a tag to compare

v0.7.2 (2021-06-22)

Fix

  • Fix dcoker build command

v0.7.1

21 Jun 13:42
Compare
Choose a tag to compare

v0.7.1 (2021-06-21)

Chore

  • Prepare release 0.7.1

Feature

  • Use poetry for build and packaging

Fix

  • Add support for A_STAR SQL queries.

v0.7.0

16 Jun 10:07
Compare
Choose a tag to compare

v0.7.0 (2021-06-16)

Chore

  • Prepare release 0.7.0
  • Pin flask version to ~1.1
  • Update README with information on the app and installation

Feature

  • Add Parser and Scanner API. Examples use REST APIs
  • Add install manifests for a complete example with notebooks
  • Expose data lineage models through a REST API

Fix

  • Remove /api/[node|main]. Build remaining APIs using flask_restful

v0.6.0

07 May 10:02
Compare
Choose a tag to compare

v0.6.0 (2021-05-07)

Chore

  • Prepare 0.6.0

Feature

  • Build docker images on release

Fix

  • Fix golang release scripts. Prepare 0.5.2
  • Catch parse exceptions and warn instead of exiting

v0.5.2

04 May 04:47
Compare
Choose a tag to compare

v0.5.2 (2021-05-04)

Fix

  • Fix golang release scripts. Prepare 0.5.2

Data Lineage with Dash Server

07 Nov 05:39
Compare
Choose a tag to compare

v0.3.0 (2020-11-07)

Chore

  • Prepare release 0.3.0
  • Enable pre-commit and pre-push checks
  • Add links to docs and survey
  • Change supported databases list
  • Improve message on differentiation.

Feature

  • data-lineage as a plotly dash server

Fix

  • fix coverage generation. clean up pytest configuration
  • Install with editable dependency option

v0.2.0

29 Mar 12:47
Compare
Choose a tag to compare

v0.2.0 (2020-03-29)

Chore

  • Prepare release 0.2.0
  • Fill up README with overview and installation
  • Fill out setup.py to add information on the project

Feature

  • Support sub-graphs for specific tables. Plot graphs using plotly
  • Create a di-graph from DML queries
  • Parse and visit a list of queries

Fix

  • Fix coverage report
  • Reduce size by Removing outputs from notebook

v0.1.2

27 Mar 13:10
Compare
Choose a tag to compare

v0.1.2 (2020-03-27)

Fix

  • Fix upload step in circleci