0.23.0 - 2023-04-20
Added
- SQL: parser improvements to support:
copy into
,create stage
,pivot
#1742
@pawel-big-lebowski
Adds support for additional syntax available in sqlparser-rs. - dbt: add support for snapshots
#1787
@JDarDagran
Adds support for this special kind of table representing type-2 Slowly Changing Dimensions.
Changed
- Spark: change custom column lineage visitors
#1788
@pawel-big-lebowski
Makes theCustomColumnLineageVisitor
interface public to support custom column lineage.
Fixed
- Spark: fix null pointer in
JobMetricsHolder
#1786
@pawel-big-lebowski
Adds a null check before runningput
to fix a NPE occurring inJobMetricsHolder
- SQL: fix query with table generator
#1783
@pawel-big-lebowski
AllowsTableFactor::TableFunction
to support queries containing table functions. - SQL: fix rust code style bug
#1785
@pawel-big-lebowski
Fixes a minor style issue invisitor.rs
.
Removed
- Airflow: Remove explicit
pass
from severalextract_on_complete
methods#1771
@JDarDagran
Removes the code from three extractors.