1.0.0 - 2023-08-01
Added
- Airflow: convert lineage from legacy
File
definition#2006
@mobuchowski
Adds coverage forFile
entity definition to enhance backwards compatibility.
Removed
- Spec: remove facet ref from core
#1997
@JDarDagran
Removes references to facets from the core spec that broke compatibility with JSON schema specification.
Changed
- Airflow: change log level to
DEBUG
when extractor isn't found#2012
@kaxil
Changes log level fromWARNING
toDEBUG
when an extractor is not available. - Airflow: make sure we cannot fail in thread despite direct execution
#2010
@mobuchowski
Ensures the listener is not failing tasks, even in unlikely scenarios.
Fixed
- Airflow: stop using reusable session by default, do not send full event on Snowflake complete
#2025
@mobuchowski
Fixes the issue of the Snowflake connector clashing withHttpTransport
by disabling automaticrequests
session reuse and not runningSnowflakeExtractor
again on job completion. - Client: fix error message to avoid confusion
#2001
@mars-lan
Fixes the error message inHttpTransport
in the case of a null URL.