Spec: standardize batch API endpoint#4109@jakub-moravecAdd a standardized batch API endpoint to OpenLineage specification for handling multiple events in a single request.
Spec: Add ordinal position to SchemaDatasetFacet#4116@mobuchowskiAdd ordinal_position field to track the position of fields in schema (1-indexed).
Spec: Add JobDependenciesRunFacet#4112@kacpermudaIntroduce JobDependenciesRunFacet to track dependencies between jobs.
Spec: Add support for temporary datasets#4103@jakub-moravecAdd support for temporary datasets to enable job-to-job lineage tracking.
Spark: Add fallback for BigQuery project ID configuration#4075@luke-hoffman1Add fallback configuration for BigQuery project ID in Metastore integration.
Spark: Add COALESCE transformation support#4123@kacpermudaInclude examples in Python generated classes for better documentation.
Java: Add support for jTDS JDBC URL format#4077@dolfinusAdd support for parsing jTDS JDBC URL format in Java client.
Hive: Add ParentRunFacet#4066@tnazarewAdd ParentRunFacet to Hive integration for tracking parent-child run relationships.
Hive: Add LOAD and IMPORT handling#4097@tnazarewAdd support for tracking LOAD and IMPORT operations in Hive.
Hive: Add EXPORT handling#4085@tnazarewAdd support for tracking EXPORT operations in Hive.
Hive: Add START event emission#4079@tnazarewAdd START event emission support to Hive integration.