<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tools on MCP Toolbox for Databases</title><link>/integrations/knowledge-catalog/tools/</link><description>Recent content in Tools on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="/integrations/knowledge-catalog/tools/index.xml" rel="self" type="application/rss+xml"/><item><title>dataplex-check-data-quality</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-check-data-quality/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-check-data-quality/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-check-data-quality&lt;/code&gt; tool triggers a new Data Quality scan to evaluate rules (e.g. non-null, value range limits, custom SQL assertions) against table rows.&lt;/p&gt;
&lt;p&gt;Since scan template creation is asynchronous, this tool returns an LRO name. You must poll &lt;code&gt;dataplex-get-operation&lt;/code&gt; with this ID until it is done, extract the &lt;code&gt;scanId&lt;/code&gt;, and poll &lt;code&gt;dataplex-get-run-status&lt;/code&gt; with the &lt;code&gt;scanId&lt;/code&gt; until the job is &lt;code&gt;SUCCEEDED&lt;/code&gt; before calling &lt;code&gt;dataplex-get-data-quality-results&lt;/code&gt; to fetch results.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-discover-metadata</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-discover-metadata/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-discover-metadata/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-discover-metadata&lt;/code&gt; tool triggers a new Data Discovery scan to automatically crawl GCS directories, infer schemas/partitions, and publish them as BigQuery tables.&lt;/p&gt;
&lt;p&gt;Since scan template creation is asynchronous, this tool returns an LRO name. You must poll &lt;code&gt;dataplex-get-operation&lt;/code&gt; with this ID until it is done, extract the &lt;code&gt;scanId&lt;/code&gt;, and poll &lt;code&gt;dataplex-get-run-status&lt;/code&gt; with the &lt;code&gt;scanId&lt;/code&gt; until the job is &lt;code&gt;SUCCEEDED&lt;/code&gt; before calling &lt;code&gt;dataplex-get-discovery-results&lt;/code&gt; to fetch results.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-generate-data-insights</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-generate-data-insights/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-generate-data-insights/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-generate-data-insights&lt;/code&gt; tool triggers the creation and run of a Dataplex Data Insights scan on a BigQuery table.&lt;/p&gt;
&lt;p&gt;Since the scan template creation is asynchronous, this tool returns a Long-Running Operation (LRO) resource name (format: &lt;code&gt;projects/{project}/locations/{location}/operations/{operation_id}&lt;/code&gt;).
To orchestrate this workflow, you must:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Capture the &lt;code&gt;operation_id&lt;/code&gt; from this tool&amp;rsquo;s response.&lt;/li&gt;
&lt;li&gt;Poll the &lt;code&gt;dataplex-get-operation&lt;/code&gt; tool with this ID until &lt;code&gt;done&lt;/code&gt; is true.&lt;/li&gt;
&lt;li&gt;Extract the created scan ID (&lt;code&gt;scanId&lt;/code&gt;) from the completed operation&amp;rsquo;s response.&lt;/li&gt;
&lt;li&gt;Poll &lt;code&gt;dataplex-get-run-status&lt;/code&gt; with the &lt;code&gt;scanId&lt;/code&gt; until the job state is &lt;code&gt;SUCCEEDED&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Call &lt;code&gt;dataplex-get-data-insights&lt;/code&gt; with the &lt;code&gt;scanId&lt;/code&gt; to fetch the final results.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-generate-data-profile</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-generate-data-profile/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-generate-data-profile/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-generate-data-profile&lt;/code&gt; tool triggers a new Data Profile scan to compute statistical profiles (min, max, mean, null ratios, distinct ratios, quantiles, etc.) on table columns.&lt;/p&gt;
&lt;p&gt;Since scan template creation is asynchronous, this tool returns an LRO name. You must poll &lt;code&gt;dataplex-get-operation&lt;/code&gt; with this ID until it is done, extract the &lt;code&gt;scanId&lt;/code&gt;, and poll &lt;code&gt;dataplex-get-run-status&lt;/code&gt; with the &lt;code&gt;scanId&lt;/code&gt; until the job is &lt;code&gt;SUCCEEDED&lt;/code&gt; before calling &lt;code&gt;dataplex-get-data-profile&lt;/code&gt; to fetch results.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-get-data-insights</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-insights/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-insights/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-data-insights&lt;/code&gt; tool retrieves the final results of a completed Data Insights scan.&lt;/p&gt;
&lt;p&gt;WARNING: You must verify that the execution run has succeeded (via &lt;code&gt;dataplex-get-run-status&lt;/code&gt;) before calling this tool, otherwise the results will be empty.
CRITICAL: Access the results only via the nested public GA fields &lt;code&gt;dataDocumentationResult.datasetResult&lt;/code&gt; (for datasets) or &lt;code&gt;dataDocumentationResult.tableResult&lt;/code&gt; (for tables). The top-level fields (like &lt;code&gt;dataDocumentationResult.queries&lt;/code&gt;) are restricted and will be empty.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-get-data-profile</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-profile/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-profile/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-data-profile&lt;/code&gt; tool retrieves the results of a completed Data Profile scan.&lt;/p&gt;
&lt;p&gt;WARNING: You must verify the execution run has succeeded (via &lt;code&gt;dataplex-get-run-status&lt;/code&gt;) before calling this tool, otherwise the results will be empty.
CRITICAL: Access the results via the nested public fields &lt;code&gt;dataProfileResult.profile.fields&lt;/code&gt; inside the returned DataScan.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with [Knowledge Catalog][dataplex-docs].&lt;/p&gt;</description></item><item><title>dataplex-get-data-quality-results</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-quality-results/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-data-quality-results/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-data-quality-results&lt;/code&gt; tool retrieves the results of a completed Data Quality scan.&lt;/p&gt;
&lt;p&gt;WARNING: You must verify the execution run has succeeded (via &lt;code&gt;dataplex-get-run-status&lt;/code&gt;) before calling this tool, otherwise the results will be empty.
CRITICAL: Access the results via the nested public fields &lt;code&gt;dataQualityResult&lt;/code&gt; inside the returned DataScan.
Note that the &lt;code&gt;failingRowsQuery&lt;/code&gt; field inside the rules result is extremely useful for retrieving failed rows.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-get-discovery-results</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-discovery-results/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-discovery-results/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-discovery-results&lt;/code&gt; tool retrieves the results of a completed Data Discovery scan.&lt;/p&gt;
&lt;p&gt;WARNING: You must verify the execution run has succeeded (via &lt;code&gt;dataplex-get-run-status&lt;/code&gt;) before calling this tool, otherwise the results will be empty.
CRITICAL: Access the results via the nested public fields &lt;code&gt;dataDiscoveryResult.bigqueryPublishing&lt;/code&gt; and &lt;code&gt;dataDiscoveryResult.scanStatistics&lt;/code&gt; inside the returned DataScan.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with [Knowledge Catalog][dataplex-docs].&lt;/p&gt;</description></item><item><title>dataplex-get-operation</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-operation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-operation/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-operation&lt;/code&gt; tool retrieves the status of a Dataplex long-running operation (LRO) like scan creation.&lt;/p&gt;
&lt;p&gt;Poll this tool until the &lt;code&gt;done&lt;/code&gt; field from the response is &lt;code&gt;true&lt;/code&gt;. Once completed, the &lt;code&gt;response&lt;/code&gt; field will contain the created DataScan resource, from which you can extract the &lt;code&gt;scanId&lt;/code&gt; (the last part of the &lt;code&gt;name&lt;/code&gt; field, e.g. &lt;code&gt;nq-doc-1234&lt;/code&gt;) to pass to &lt;code&gt;get_run_status&lt;/code&gt; and get results.
WARNING: This only tracks the creation of the scan template, NOT the actual background execution.&lt;/p&gt;</description></item><item><title>dataplex-get-run-status</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-get-run-status/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-get-run-status/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-get-run-status&lt;/code&gt; tool retrieves the execution status of the latest background job run for a specified scan.&lt;/p&gt;
&lt;p&gt;Use this tool to poll the progress of the insights, profiling, discovery, or quality scan execution. Wait until the returned &lt;code&gt;state&lt;/code&gt; is &lt;code&gt;SUCCEEDED&lt;/code&gt; before fetching results. Typical execution takes 2-5 minutes. If the state is &lt;code&gt;FAILED&lt;/code&gt;, check the error details.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;</description></item><item><title>dataplex-list-data-products</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-list-data-products/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-list-data-products/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-list-data-products&lt;/code&gt; tool lists all Data Products in Knowledge Catalog (formerly known as Dataplex) across all locations (globally).&lt;/p&gt;
&lt;p&gt;View the &lt;a href="https://docs.cloud.google.com/dataplex/docs/use-data-products"&gt;Data Products usage guide&lt;/a&gt; for more information.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with &lt;a href="https://cloud.google.com/dataplex"&gt;Knowledge Catalog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>dataplex-lookup-context</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-lookup-context/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-lookup-context/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-lookup-context&lt;/code&gt; tool provides rich metadata of one or more data assets along with their relationships.&lt;/p&gt;
&lt;p&gt;&lt;code&gt;dataplex-lookup-context&lt;/code&gt; takes a required &lt;code&gt;resources&lt;/code&gt; parameter which is a list of up to 10 resource names for which metadata is needed in the following form: &lt;code&gt;projects/{project}/locations/{location}/entryGroups/{group}/entries/{entry}&lt;/code&gt;. All resources must belong to the same Google Cloud location.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog (formerly known as Dataplex) uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with &lt;a href="https://cloud.google.com/dataplex/docs"&gt;Knowledge Catalog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>dataplex-lookup-entry</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-lookup-entry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-lookup-entry/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-lookup-entry&lt;/code&gt; tool returns details of a particular entry in Knowledge Catalog.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with [Knowledge Catalog][dataplex-docs].&lt;/p&gt;</description></item><item><title>dataplex-search-aspect-types</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-search-aspect-types/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-search-aspect-types/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-search-aspect-types&lt;/code&gt; tool allows to fetch the metadata template of
aspect types based on search query.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with &lt;a href="https://cloud.google.com/dataplex"&gt;Knowledge Catalog&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>dataplex-search-dq-scans</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-search-dq-scans/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-search-dq-scans/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-search-dq-scans&lt;/code&gt; tool returns data quality scans that match the given criteria.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Dataplex uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Dataplex resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with &lt;a href="https://cloud.google.com/dataplex"&gt;Dataplex&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In addition to &lt;a href="https://cloud.google.com/docs/authentication/provide-credentials-adc"&gt;setting the ADC for your server&lt;/a&gt;, you need to ensure
the IAM identity has been given the correct IAM permissions for the tasks you
intend to perform. See &lt;a href="https://cloud.google.com/dataplex/docs/iam-permissions"&gt;Dataplex Universal Catalog IAM permissions&lt;/a&gt;
and &lt;a href="https://cloud.google.com/dataplex/docs/iam-roles"&gt;Dataplex Universal Catalog IAM roles&lt;/a&gt; for more information on
applying IAM permissions and roles to an identity.&lt;/p&gt;</description></item><item><title>dataplex-search-entries</title><link>/integrations/knowledge-catalog/tools/knowledge-catalog-search-entries/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/integrations/knowledge-catalog/tools/knowledge-catalog-search-entries/</guid><description>&lt;h2 id="about"&gt;About&lt;/h2&gt;
&lt;p&gt;A &lt;code&gt;dataplex-search-entries&lt;/code&gt; tool returns all entries in Knowledge Catalog (formerly known as Dataplex) (e.g.
tables, views, models) that matches given user query.&lt;/p&gt;
&lt;h2 id="compatible-sources"&gt;Compatible Sources&lt;/h2&gt;





&lt;div class="compatibility-section"&gt;
 &lt;p&gt;This tool can be used with the following database sources:&lt;/p&gt;

 &lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Source Name&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 
 
 &lt;tr&gt;
 &lt;td&gt;&lt;a href="/integrations/knowledge-catalog/source/"&gt;Knowledge Catalog (formerly known as Dataplex) Source&lt;/a&gt;&lt;/td&gt;
 &lt;/tr&gt;
 

 

 
 
 &lt;/tbody&gt;
 &lt;/table&gt;
&lt;/div&gt;

&lt;h2 id="requirements"&gt;Requirements&lt;/h2&gt;
&lt;h3 id="iam-permissions"&gt;IAM Permissions&lt;/h3&gt;
&lt;p&gt;Knowledge Catalog uses &lt;a href="https://cloud.google.com/dataplex/docs/iam-and-access-control"&gt;Identity and Access Management (IAM)&lt;/a&gt; to control
user and group access to Knowledge Catalog resources. Toolbox will use your
&lt;a href="https://cloud.google.com/docs/authentication#adc"&gt;Application Default Credentials (ADC)&lt;/a&gt; to authorize and authenticate when
interacting with &lt;a href="https://cloud.google.com/dataplex"&gt;Knowledge Catalog&lt;/a&gt;.&lt;/p&gt;</description></item></channel></rss>