The following known issues and limitations apply to Data Product Hub.
Known issues
Limitations
Data protection rules are not enforced in data products
Data protection rules such as redaction, obfuscation, and substitution are not enforced in a data product. When you add items that contain data protection rules to a data product, edit the data asset to ensure that no sensitive information is exposed.
Use the API to delete connections that are in use
From the user interface, you cannot delete a connection that is in use by a published data product. Using the user interface, you must retire all the data products that use the connection before you can delete the connection. You can override the user interface by using the API. Use the following API call to delete a connection that is in use by one or more published data products:
Call the DELETE Connection
endpoint to delete connections. For example:
DELETE /v2/connections/{connection_id}
When a connection is deleted by using the API, the items in the data products that use the deleted connection cannot be delivered. If there are items in a data product that use other connections, those items will still be deliverable.
For details, see Delete connection.