dataplex-create-data-product

A “dataplex-create-data-product” tool allows to create a new Data Product.

About

A dataplex-create-data-product tool creates a new Data Product in Knowledge Catalog (formerly known as Dataplex). This is a long-running operation, and the tool returns immediately with the operation’s location ID and operation ID.

View the Data Products 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-create-data-product tool accepts the following parameters:

fieldtyperequireddescription
locationIdstringtrueThe location ID (e.g. us, us-central1) where the Data Product should be created.
dataProductIdstringfalseThe unique ID of the Data Product to create. If not specified, the backend will auto-generate a unique ID.
displayNamestringtrueThe display name of the Data Product.
descriptionstringfalseThe description of the Data Product.
ownerEmailsarray of stringstrueThe list of owner emails for the Data Product.
accessGroupsarray of objectsfalseList of access groups to associate with the Data Product. Each group object can contain: id (required), displayName (required), description, and at least one of googleGroup and serviceAccount.

Example

kind: tool
name: create_data_product
type: dataplex-create-data-product
source: my-dataplex-source
description: Use this tool to create a Data Product.

Reference

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