dataplex-list-data-products

A “dataplex-list-data-products” tool allows to list data products.

About

A dataplex-list-data-products tool lists all Data Products in Knowledge Catalog (formerly known as Dataplex) across all locations (globally).

View the Data Products usage guide for more information.

Compatible Sources

This tool can be used with the following database sources:

Source Name
Knowledge Catalog (formerly known as Dataplex) Source

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.

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-list-data-products tool has the following optional parameters:

fieldtyperequireddescription
filterstringfalseFilter string to list data products. Based on the AIP-160 proposal. Use ‘=’ for exact, and ‘:’ for contains matching. String literals must be enclosed within “”. Matching accross all fields at once is not yet supported. E.g. “display_name:"my-product"”
pageSizeintegerfalseNumber of returned data products in the page. Defaults to 10.
orderBystringfalseSpecifies the ordering of results.

Example

kind: tool
name: list_data_products
type: dataplex-list-data-products
source: my-dataplex-source
description: Use this tool to list Data Products.

Reference

fieldtyperequireddescription
typestringtrueMust be “dataplex-list-data-products”.
sourcestringtrueName of the source the tool should execute on.
descriptionstringtrueDescription of the tool that is passed to the LLM.