dbt: Extract test severity from dbt tests#4258@mobuchowskiAdd support for extracting and reporting severity information from dbt tests in OpenLineage events.
Spec: Add severity field to DataQualityAssertionsDatasetFacet#4257@mobuchowskiExtend the DataQualityAssertionsDatasetFacet with a severity field to indicate the importance level of data quality assertions.
Spark: Add support for DataSourceRDD with Iceberg#4263@kchledowskiEnable lineage extraction from DataSourceRDD when reading Iceberg data sources, supporting mixed RDD and DataFrame operations common in AWS Glue environments.
dbt: Fix send-events command argument parsing#4262@mobuchowskiFix IndexError when running 'dbt-ol send-events' command without additional arguments by properly checking args length.
Spark: Fix BigQuery column-level lineage namespace#4264@mobuchowskiFix incorrect "namespace" value in BigQuery column-level lineage to match the format used by regular BigQuery dataset collection.
Spark: Fix isDeltaPlan() to handle multiple Spark extensions#4268@mobuchowskiFix Delta detection failing when multiple Spark extensions are configured (comma-separated), enabling proper event filtering in environments like Azure Fabric or when using Gluten.
Spark: Fix META-INF/services files of relocated packages#4243@kchledowskiFix service provider interface conflicts caused by package relocation not updating META-INF/services configuration files.