Skip to main content
Version: Next

1.32.1 - 2025-05-06

Added

  • Avro: support schema facet for Avro datasets #3650 @pawel-big-lebowski
    This PR adds support for schema facets in Avro datasets.
  • Java: add UUIDUtils.generateStaticUUID utility #3672 @dolfinus
    Provides utility method for generating static UUIDs.

Fixed

  • dbt: forward dbt's return code #3682 @MassyB
    Forwards dbt's process return code correctly.
  • dbt: handle dbt log file rotation #3683 @MassyB
    Implements log rotation handling to avoid log file overflow.
  • Flink2: fix dataset namespace resolvers #3676 @pawel-big-lebowski
    Correctly resolves dataset namespaces in Flink2.
  • Spark: ensure Spark Job Name suffix extraction #3667 @luke-hoffman1
    Adds condition and unit test to correctly extract Spark Job Name suffix.
  • Spark: fix NoSuchElementException when calling get() on Option.None #3673 @ddebowczyk92
    Prevents exceptions when Option.None is encountered.
  • Spark: avoid InputDataset duplicates by skipping visited nodes #3663 @ddebowczyk92
    Ensures nodes aren't revisited, avoiding duplicate InputDataset creation.