Discovery API:dataplex.v1
Breaking Change
Docs

Scoped Search and SQL Dialect Controls

The searchEntries method now includes a repeated 'contexts' parameter, allowing developers to scope searches to specific resource hierarchies. This scope is also used to perform IAM checks, ensuring results are filtered by access rights within that context. Additionally, the Data Documentation feature now supports explicit SQL dialect selection (Google SQL or Spark SQL) via the GoogleCloudDataplexV1DataDocumentationSpec schema. Note the breaking change: the 'sqlDialect' field in the GoogleCloudDataplexV1DataDocumentationResultQuery schema has been marked as read-only (output only). Developers who were previously attempting to write to this field in result objects must now configure the dialect within the Spec schema instead.