项目文件夹

文件
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

3.0 KiB

title, type, weight, description, aliases
title type weight description aliases
dataplex-get-data-quality-results docs 1 Retrieves the final generated data quality results (overall score, dimension scores, rule passing details, and the failing rows debug SQL query) for a completed quality scan.
/integrations/dataplex/tools/dataplex-get-data-quality-results/

About

A dataplex-get-data-quality-results tool retrieves the results of a completed Data Quality scan.

WARNING: You must verify the execution run has succeeded (via dataplex-get-run-status) before calling this tool, otherwise the results will be empty. CRITICAL: Access the results via the nested public fields dataQualityResult inside the returned DataScan. Note that the failingRowsQuery field inside the rules result is extremely useful for retrieving failed rows.

Compatible Sources

{{< compatible-sources >}}

Requirements

IAM Permissions

Knowledge Catalog uses Identity and Access Management (IAM) to control user and group access to Knowledge Catalog resources. Toolbox will use your Application Default Credentials (ADC) to authorize and authenticate when interacting with [Knowledge Catalog][dataplex-docs].

In addition to setting the ADC for your server, you need to ensure the IAM identity has been given the correct IAM permissions for the tasks you intend to perform. See Knowledge Catalog IAM permissions and Knowledge Catalog IAM roles for more information on applying IAM permissions and roles to an identity.

Parameters

The dataplex-get-data-quality-results tool accepts the following parameters:

field type required description
scanId string true The unique ID of the Dataplex quality scan (e.g. nq-dq-12345).
location string true The Google Cloud region where the scan was created (e.g. us-central1).

Example

kind: tool
name: get_data_quality_results
type: dataplex-get-data-quality-results
source: my-dataplex-source
description: Fetch results of a completed data quality scan.

Reference

field type required description
type string true Must be "dataplex-get-data-quality-results".
source string true Name of the source the tool should execute on.
description string true Description of the tool that is passed to the LLM.