Known issues and limitations

The following known issues and limitations apply to Data Product Hub.

Known issues

Generating data visualization fails during data product creation

Applies to: 5.4

When creating a data product, you are unable to preview or analyze data assets due to the error: user profile verification failed for dphfunctionaladmin

Unable to add project assets to data products

Applies to: 5.4

Creating a data product from a project may fail when the project asset was created using a platform connection and also exists in a governed catalog owned by a another user.

Workaround options:

Option 1: Add from governed catalog If you have access to the governed catalog, add the asset directly from the governed catalog instead of from your project.

Option 2: Create a new private connection

  1. Create a new connection in your project. Do not use platform connections.
  2. Import or create the asset using this new private connection.
  3. Add the asset to your data product.

Gateway timeout errors when requesting data views for watsonx.data assets.

Applies to: 5.4

When requesting data views for watsonx.data assets, you may frequently encounter gateway timeout errors. These requests often take longer to process causing them to exceed the gateway timeout threshold and be terminated. The time to complete data view requests can vary depending on the connection type.

Workaround: If a gateway timeout occurs before the visualization request completes, you can try reinitiating the data view using the Refresh Preview option.

Limitations

Insights dashboard subscriptions chart not showing all subscriptions

Applies to: 5.4

In your Insights dashboard, the subscription line graph can display data for up to 200 subscriptions only.

Tasks tile does not show all tasks from task inbox when user has access to view Community insights

Applies to: 5.4

When a user has access to view Community Insights but does not have permission to view all tasks in the Task Inbox, the Tasks tile will only display statistics for tasks assigned to them (similar to My Insights), instead of showing statistics for all tasks from task inbox.

Data product providers can be assigned as domain owners

Applies to: 5.4

Community administrators and editors can be assigned as domain owners, regardless of their current permissions. However, if domain owners log in without the required permissions, then they won’t have elevated access to the domains.

FIPS enabled cluster in 5.4 is not supported for watsonx.data delivery method

Applies to: 5.4

Deliver to watsonx.data delivery method does not support FIPS enabled cluster in 5.4

Cloud Object Storage is only supported for storage connection for watsonx.data delivery method

Applies to: 5.4

Deliver to watsonx.data delivery method only supports Cloud Object Storage for storage connection.

Watsonx.data delivery methods require watsonx.data to be in the same cluster

Applies to: 5.4

To use the watsonx.data delivery methods, Data Product Hub and watsonx.data must be installed in the same cluster.

Use the API to delete connections that are in use

Applies to: 5.4

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.