Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.creditbenchmark.com/llms.txt

Use this file to discover all available pages before exploring further.

Credit Benchmark data is available on the Databricks Marketplace as a Delta Sharing listing. Once the share is accepted, the data appears as a catalog in your Databricks workspace and is queryable directly from notebooks, SQL warehouses, and jobs.

Databricks Marketplace

Open Credit Benchmark Credit Consensus Ratings & Indices in Databricks Marketplace

The Marketplace listing is the entry point for requesting access. A Credit Benchmark subscription is required before the share is granted.

Prerequisites

  • A Databricks workspace with Unity Catalog enabled.
  • Permission to accept Marketplace listings and create catalogs (typically a metastore admin).
  • A Credit Benchmark subscription that includes Databricks delivery.

Getting Access

1

Request access on the Marketplace listing

From the listing, click Get instant access (or Request access) and submit your Databricks account and workspace details.
2

Confirm entitlement with Credit Benchmark

Notify your Credit Benchmark representative that you have requested the share so they can confirm your subscription entitlement and approve provisioning.
3

Accept the share and create a catalog

Once approved, accept the share in Databricks. This creates a Unity Catalog catalog containing the Credit Benchmark schemas and tables.
4

Grant access to users

Grant USE CATALOG and SELECT on the new catalog to the groups or users that need to read the data.
GRANT USE CATALOG ON CATALOG credit_benchmark TO `<your_group>`;
GRANT SELECT ON CATALOG credit_benchmark TO `<your_group>`;
5

Verify access

Query a table to confirm the share is live:
SELECT * FROM credit_benchmark.<schema>.<table> LIMIT 10;
The schema, table, and field definitions match the Data Dictionary.

Need Help?

For provisioning or onboarding questions, contact your Credit Benchmark representative or email support@creditbenchmark.com.
Last modified on May 8, 2026