Skip to content

1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Aug 10:12
9ad1cf8

[1.4.0] - Aug 6th, 2026

Added

  • Workflow:
      • Retrieves detailed information about draft glossary terms or data classes, including version comparison between latest and previous drafts with descriptions, relationships, and data steward names
      • Lists all draft business terms and data classes with artifact IDs, version IDs, workflow states, and UI URLs
  • Data Protection Rules (DPS):
      • New tool to retrieve and aggregate DPS policy enforcement metrics for a specified time period. Supports querying enforcements, denials, operational policies, and operational rules, aggregated by days, months, years, policies, rules, users, outcomes, governance type, PEP host types, cache status, context operations/locations, and asset types/locations. Accepts optional filters for policy ID, rule ID, user, governance type, outcome, PEP host type, cache flag, context operation/location, asset type/location, and sort order.
  • Search:
      • Execute a GS (Global Search) formatted Elasticsearch DSL query directly against the global search index. Supports standard ES DSL, GS full-text search with optional field restriction and NLQ analysis, and GS semantic/AI search. Also accepts a natural language query that is automatically converted to an ES DSL body by the text-to-query service when no explicit query is supplied. Results are capped at 10000 documents. Optional parameters allow fine-grained control over ACL filtering, index type selection, and tenant scoping. Returns hit count, typed rows, aggregations, and semantic search expansions.
  • Metadata Import (MDI):
      • Pause, resume, or cancel a metadata import job run. Automatically targets the latest eligible run for the requested action when no is provided. Cancel is permanent and cannot be undone.
      • Permanently deletes a metadata import asset from a project. This action cannot be undone.
      • Edits an existing metadata import asset in a project; supports updating description, scope, tags, import_type, reimport_options, and import_options. When supplying reimport_options or import_options, all keys must be provided.
      • Publishes multiple data assets in bulk from a metadata import operation to a target catalog.

Changed

  • Metadata Import (MDI):
      • Enhanced to accept an optional parameter. When provided, metadata will be imported to the specified target catalog instead of the project. Also accepts optional , , , and parameters; unspecified option fields retain their defaults.

Fixed

  • Data Protection Rules:
      • Extended support to all 6 governance artifact types. Previously only , , and were accepted; , , and are now supported.
  • Text to Query Search:
      • and artifact types are now treated as glossary-scope types (no container lookup, correct URL pattern), consistent with , , , and .