0.27.1 - 2023-06-05
Added
- Python client: add emission filtering mechanism and exact, regex filters
#1878
@mobuchowski
Adds configurable job-name filtering to the Python client. Filters can be exact-match- or regex-based. Events will not be sent in the case of matches.
Fixed
- Spark: fix column lineage for aggregate queries on databricks
#1867
@pawel-big-lebowski
Aggregate queries on databricks did not return column lineage. - Airflow: fix unquoted
[
and]
in Snowflake URIs#1883
@JDarDagran
Snowflake connections containing one of[
or]
were causingurllib.parse.urlparse
to fail.