0.18.0 - 2022-12-08
Added
- Airflow: support SQLExecuteQueryOperator#1379@JDarDagran
 Changes theSQLExtractorand adds support for the dynamic assignment of extractors based onconn_type.
- Airflow: introduce a new extractor for SFTPOperator#1263@sekikn
 Adds an extractor for tracing file transfers between local file systems.
- Airflow: add Sagemaker extractors #1136@fhoda
 Creates extractors forSagemakeProcessingOperatorandSagemakerTransformOperator.
- Airflow: add S3 extractor for Airflow operators #1166@fhoda
 Creates an extractor for theS3CopyObjectin the Airflow integration.
- Spec: add spec file for ExternalQueryRunFacet#1262@howardyoo
 Adds a spec file to make this facet available for the Java client. Includes a README.
- Docs: add a TSC doc #1303@merobi-hub
 Adds a document listing the members of the Technical Steering Committee.
Fixed
- Spark: improve Databricks to send better events #1330@pawel-big-lebowski
 Filters unwanted events and provides a meaningful job name.
- Spark-Bigquery: fix a few of the common errors #1377@mobuchowski
 Fixes a few of the common issues with the Spark-Bigquery integration and adds an integration test and configures CI.
- Python: validate eventTimefield in Python client#1355@pawel-big-lebowski Validates theeventTimeof aRunEventwithin the client library.
- Databricks: Handle Databricks Runtime 11.3 changes to DbFsUtilsconstructor#1351@wjohnson
 Recaptures lost mount point information from theDatabricksEnvironmentFacetBuilderand environment-properties facet by looking at the number of parameters in theDbFsUtilsconstructor to determine the runtime version.