1.28.0 - 2025-02-07
Added
- Java: enable specifying custom SSL context
#3444@pawel-big-lebowski Enable providing configuration for SSL context within HTTP transport. - Spark: make Spark nodes filtering configurable.
#3442@pawel-big-lebowski Spark integration filters OpenLineage events for specific plan node classes. This can be now extended with extra config entries:allowedSparkNodesanddeniedSparkNodes. See Spark Configuration documentation for more details. - Java: add task queue based async circuit breaker.
#3437@aritrabandyo This circuit breaker that executes task on a queue backed threadpool, gives up tasks if the queue is full, and keeps track of rejected tasks. - dbt: added initial support for Trino adapter
#3429@whitleykeith This allows Trino integration to emit proper events containing Trino datasets. - Spark: increased coverage for Spark DML commands
#3430@ssanthanam185 Adds coverage for AlterTableRecoverPartitionsCommandVisitor, RefreshTableCommandVisitor, RepairTableCommandVisitor.