Skip to content

1.11.11-release

Choose a tag to compare

@collate-release-automations collate-release-automations released this 26 Feb 07:59
· 8 commits to 1.11.11 since this release

Changelog

Breaking Changes

  • Extended the REST connector to support OpenAPI schemas from local files (JSON/YAML) in addition to HTTP URLs via the openAPISchemaConnection union type.
  • Updated the REST connector connection configuration to accept either connection type. Refer to this YAML example
    to review the updated connection structure.

Improvements

  • Connectors: Snowflake connector now quotes identifiers in GET_DDL queries to support tables with special characters in their names.
  • Connectors: Snowflake connector now skips fetching definitions of Snowflake stages as they are not relevant for metadata ingestion.
  • Ingestion: Improved memory management in dbt ingestion to prevent out-of-memory errors when listing files from GCS.

Fixes

  • Connectors: Fixed CSV parsing and table name errors during Datalake metadata ingestion.
  • Governance: Fixed scroll functionality in Data Product pages with large descriptions.
  • UI: Fixed global domain filter translation not updating when changing application language.