1.0.0 - 2023-08-01
Added
- Airflow: convert lineage from legacy Filedefinition#2006@mobuchowski
 Adds coverage forFileentity 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 DEBUGwhen extractor isn't found#2012@kaxil
 Changes log level fromWARNINGtoDEBUGwhen 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 withHttpTransportby disabling automaticrequestssession reuse and not runningSnowflakeExtractoragain on job completion.
- Client: fix error message to avoid confusion #2001@mars-lan
 Fixes the error message inHttpTransportin the case of a null URL.