Skip to content

Releases: reata/sqllineage

v1.3.5

10 May 14:44
6e65ec3

Choose a tag to compare

Enhancement

  • support parsing column in cast/try_cast with function (#254)
  • support parsing WITH for bucketing in Trino (#251)

Bugfix

  • incorrect column lineage with nested cast (#240)
  • column lineages from boolean expression (#236)
  • using JOIN with ON/USING keyword fails to determine source tables when followed by a parenthesis (#233)
  • failure to handle multiple lineage path for same column (#228)

v1.3.4

06 Mar 14:57

Choose a tag to compare

Enhancement

  • update black to stable version (#222)

Bugfix

  • table/column lineage mixed up for self dependent SQL (#219)
  • problem with SELECT CAST(CASE WHEN ...END AS DECIMAL(M,N)) AS col_name (#215)
  • failed to parse source table from subquery with more than one parenthesis (#213)

v1.3.3

26 Dec 10:22

Choose a tag to compare

Enhancement

  • smarter column-to-table resolution using query context (#203)

Bugfix

  • column lineage for union operation (#207)
  • subquery in where clause not parsed for table lineage (#204)

v1.3.2

12 Dec 15:40

Choose a tag to compare

Enhancement

  • support optional AS keyword in CTE (#198)
  • support referring to a CTE in subsequent CTEs (#196)
  • support for Redshift 'copy from' syntax (#164)

v1.3.1

05 Dec 06:49

Choose a tag to compare

Enhancement

  • test against Python 3.10 (#186)

Bugfix

  • Alias Parsed As Table Name for Column Lineage Using ANSI-89 Join (#190)
  • CTE Parsed As Source Table When Referencing Column From CTE Using Alias (#189)
  • window function with parameter parsed as two columns (#184)

v1.3.0

13 Nov 11:14

Choose a tag to compare

chore: bump version to 1.3.0

v1.2.4

14 Jun 11:43
43da134

Choose a tag to compare

chore: bump version to 1.2.4 (#158)

v1.2.3

15 May 09:40
2cb98cd

Choose a tag to compare

chore: bump version to 1.2.3 (#151)

v1.2.2

05 May 08:48
83f2d46

Choose a tag to compare

chore: bump version to 1.2.2 (#147)

v1.2.1

03 May 13:54
cc500c9

Choose a tag to compare

chore: bump version to 1.2.1 (#144)