dataproduct_request_access
Create an access request to a data product output port. Provide the data product ID, output port ID, and purpose; governance rules determine if access is auto-granted or requires owner review.
Instructions
Request access to a specific output port of a data product. This creates an access request. Based on the data product configuration, purpose, and data governance rules, the access will be automatically granted, or it will be reviewed by the data product owner.
Args: data_product_id: The ID of the data product. output_port_id: The ID of the output port to request access to. purpose: The business purpose/reason for requesting access to this data. Use a high-level description of why you need this data.
Returns: Dict containing access request details including access_id, status, and approval information.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| purpose | Yes | ||
| output_port_id | Yes | ||
| data_product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |