Skip to content

Commit

Permalink
Merge branch 'current' into add-slack-permission
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 authored Jan 21, 2025
2 parents 07e5d11 + c67009a commit 0f44cac
Show file tree
Hide file tree
Showing 10 changed files with 62 additions and 364 deletions.
42 changes: 42 additions & 0 deletions website/docs/docs/cloud/about-cloud/dark-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "Change your dbt Cloud Theme"
id: dark-mode
description: "Learn about theme switching in dbt Cloud"
sidebar_label: dbt Cloud dark mode
image: /img/docs/dbt-cloud/using-dbt-cloud/dark-mode.png
---

dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile. You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience.

Your selected theme is stored in your user profile, ensuring a consistent experience across dbt Cloud.

Theme selection applies across all areas of dbt Cloud, including the [IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud), [dbt Explorer](/docs/collaborate/explore-projects), [environments](/docs/environments-in-dbt), [jobs](/docs/deploy/jobs), and more. Learn more about customizing themes in [Enable dark mode in dbt Cloud](/docs/cloud/about-cloud/dark-mode#enable-dark-mode-in-dbt-cloud).

## Prerequisites

- You have a dbt Cloud account. If you don’t, try [dbt Cloud for free!](https://www.getdbt.com/signup)
- Dark mode is currently available on the Developer plan and will gradually be made available for all [plans](https://www.getdbt.com/pricing) in the future. Stay tuned for updates.

## Change themes in dbt Cloud

To switch to dark mode in the dbt Cloud UI, follow these steps:

1. Navigate to your account name at the bottom left of your account.
2. Under **Theme**, select **Dark**.

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/dark-mode.png" width="70%" title="Enable dark mode" />

And that’s it! 🎉 Your chosen selected theme will follow you across all devices.

## Disable dark mode in dbt Cloud

To disable dark mode in the dbt Cloud UI, follow these steps:

1. Navigate to the three dots at the bottom right of the IDE.
2. Select **Switch to light mode** from the menu.

<Lightbox src="/img/docs/dbt-cloud/using-dbt-cloud/theme-selection-in-the-ide.png" width="90%" title="Enable light mode" />

## Legacy dark mode

The **Switch to dark mode** menu item in the IDE will soon be deprecated. All users who have access to the IDE will default to **Light mode** upon signing in, but can easily switch to **Dark mode** from the user menu in the navigation. Once you switch to your new theme, it will apply to all of your devices.
1 change: 1 addition & 0 deletions website/docs/docs/cloud/secure/databricks-privatelink.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ The following steps will walk you through the setup of a Databricks AWS PrivateL
- Databricks instance name:
- Databricks Azure resource ID:
- dbt Cloud multi-tenant environment: EMEA
- Azure region: Region that hosts your Databricks workspace (like, WestEurope, NorthEurope)
```
5. Once our Support team confirms the resources are available in the Azure portal, navigate to the Azure Databricks Workspace and browse to **Networking** > **Private Endpoint Connections**. Then, highlight the `dbt` named option and select **Approve**.
Expand Down
2 changes: 2 additions & 0 deletions website/docs/docs/dbt-versions/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Release notes are grouped by month for both multi-tenant and virtual private clo

## January 2025

- **New**: Users can now switch themes directly from the user menu. We have added support for **Light mode** (default), **Dark mode**, and automatic theme switching based on system preferences. The selected theme is stored in the user profile and will follow users across all devices.
- Dark mode is currently available on the Developer plan and will be available for all [plans](https://www.getdbt.com/pricing) in the future. We’ll be rolling it out gradually, so stay tuned for updates. For more information, refer to [dbt Cloud dark mode](/docs/cloud/about-cloud/dark-mode).
- **Fix**: Fixed an issue where [saved queries](/docs/build/saved-queries) with no [exports](/docs/build/saved-queries#configure-exports) would fail with an `UnboundLocalError`. Previously, attempting to process a saved query without any exports would cause an error due to an undefined relation variable. Exports are optional, and this fix ensures saved queries without exports don't fail.
- **New**: You can now query metric alias in dbt Semantic Layer [GraphQL](/docs/dbt-cloud-apis/sl-graphql) and [JDBC](/docs/dbt-cloud-apis/sl-jdbc) APIs.
- For the JDBC API, refer to [Query metric alias](/docs/dbt-cloud-apis/sl-jdbc#query-metric-alias) for more information.
Expand Down
139 changes: 0 additions & 139 deletions website/docs/terms/elt.md

This file was deleted.

Loading

0 comments on commit 0f44cac

Please sign in to comment.