From a26ee530a2ebf720e37bd2c7f0db4f06cbedb6bf Mon Sep 17 00:00:00 2001 From: Taylor Dunlap Date: Thu, 18 Jul 2024 10:04:39 -0700 Subject: [PATCH] Update custom-databases.md (#5788) Adding Databricks UC to the callout for naming conventions of databases ## What are you changing in this pull request and why? I'm adding a callout for "Catalogs" for Databricks Unity Catalog. ## Checklist - [n/a] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [n/a] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [n/a] Add a checklist item for anything that needs to happen before this PR is merged, such as "needs technical review" or "change base branch." Adding or removing pages (delete if not applicable): - [n/a] Add/remove page in `website/sidebars.js` - [n/a] Provide a unique filename for new pages - [n/a] Add an entry for deleted pages in `website/vercel.json` - [n/a] Run link testing locally with `npm run build` to update the links that point to deleted pages --------- Co-authored-by: Ly Nguyen <107218380+nghi-ly@users.noreply.github.com> --- website/docs/docs/build/custom-databases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/docs/build/custom-databases.md b/website/docs/docs/build/custom-databases.md index 3ffd8ae3354..2d430033b66 100644 --- a/website/docs/docs/build/custom-databases.md +++ b/website/docs/docs/build/custom-databases.md @@ -6,7 +6,7 @@ id: "custom-databases" :::info A word on naming -Different warehouses have different names for "logical databases". The information in this document covers "databases" on Snowflake, Redshift, and Postgres, as well as "projects" on BigQuery. +Different warehouses have different names for _logical databases_. The information in this document covers "databases" on Snowflake, Redshift, and Postgres; "projects" on BigQuery; and "catalogs" on Databricks Unity Catalog. The values `project` and `database` are interchangeable in BigQuery project configurations.