Changelog
v1.4.3
- Date:
May 13, 2023
Enhancement
Support postgres style type casts “keyword::TIMESTAMP” (#364)
Bugfix
v1.4.2
- Date:
April 22, 2023
Bugfix
sqlparse v0.4.4 breaks non-validating dialect (#361)
v1.4.1
- Date:
April 2, 2023
Bugfix
frontend app unable to load dialect when launched for the first time
v1.4.0
- Date:
March 31, 2023
Great thanks to Nahuel, Mayur and Pere from OpenMetadata 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
Enhancement
Bugfix
v1.3.7
- Date:
Oct 22, 2022
Enhancement
Bugfix
v1.3.6
- Date:
Aug 28, 2022
Enhancement
Bugfix
v1.3.5
- Date:
May 10, 2022
Enhancement
Bugfix
v1.3.4
- Date:
March 6, 2022
Enhancement
update black to stable version (#222)
Bugfix
v1.3.3
- Date:
December 26, 2021
Enhancement
smarter column-to-table resolution using query context (#203)
Bugfix
v1.3.2
- Date:
December 12, 2021
Enhancement
v1.3.1
- Date:
December 5, 2021
Enhancement
test against Python 3.10 (#186)
Bugfix
v1.3.0
- Date:
November 13, 2021
Feature
Column-Level Lineage (#103)
Bugfix
SHOW CREATE TABLE parsed as target table (#167)
v1.2.4
- Date:
June 14, 2021
Enhancement
v1.2.3
- Date:
May 15, 2021
Enhancement
lineage API response exception handling (#148)
v1.2.2
- Date:
May 5, 2021
Bugfix
resize dragger remain on the UI when drawer is closed (#145)
v1.2.1
- Date:
May 3, 2021
Enhancement
v1.2.0
- Date:
April 18, 2021
Feature
Enhancement
v1.1.4
- Date:
March 9, 2021
Bugfix
trim function with from in arguments (#127)
v1.1.3
- Date:
February 1, 2021
Bugfix
UNCACHE TABLE statement parsed with target table (#123)
v1.1.2
- Date:
January 26, 2021
Bugfix
Bring back draw method of LineageRunner to avoid backward incompatible change (#120)
v1.1.1
- Date:
January 24, 2021
Bugfix
SQLLineageException for Multiple CTE Subclauses (#115)
v1.1.0
- Date:
January 17, 2021
Feature
A new JavaScript-based approach for visualization, drop dependency for graphviz (#94)
Enhancement
Test against Mac OS and Windows (#87)
Bugfix
v1.0.2
- Date:
November 17, 2020
Enhancement
Bugfix
cartesian product exception with ANSI-89 syntax (#89)
v1.0.1
- Date:
October 17, 2020
Enhancement
remove upper bound for dependencies (#85)
v1.0.0
- Date:
September 27, 2020
New Features
a detailed documentation hosted by readthedocs (#81)
Enhancement
drop support for Python 3.5 (#79)
v0.4.0
- Date:
August 29, 2020
New Features
DAG based lineage representation with visualization functionality (#55)
Enhancement
v0.3.0
- Date:
July 19, 2020
New Features
Enhancement
Bugfix
v0.2.0
- Date:
April 11, 2020
Enhancement
test against Python 3.8 (#39)
Bugfix
comment in line raise AssertionError (#37)
white space in left join (#36)
temp table checking (#35)
enable case-sensitive parsing (#34)
support for create table like statement (#29)
special treatment for DDL (#28)
empty statement return (#25)
drop table parsed as target table (#21)
multi-line sql causes AssertionError (#18)
subquery mistake alias as table name (#16)
v0.1.0
- Date:
July 26, 2019
New Features
stable command line interface (#2)
Enhancement
v0.0.1
- Date:
June 16, 2019
New Features
initial public release