Skip to content

Commit

Permalink
Merge branch 'current' into dbeatty/fix-dbt-deps-add-package
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshaver authored Nov 15, 2023
2 parents 1121923 + a96731e commit 3686725
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 7 deletions.
2 changes: 1 addition & 1 deletion website/docs/community/spotlight/oliver-cramer.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ I joined the dbt community in 2022. My current focus is on building modern data

## What dbt community leader do you identify with? How are you looking to grow your leadership in the dbt community?

I like working with dbt Labs' Sean McIntyre to promote Data Vault in Europe and Victoria Mola, also from dbt Labs, is always a great help when I have questions about dbt.
I like working with dbt Labs' Sean McIntyre to promote Data Vault in Europe and Victoria Perez Mola, also from dbt Labs, is always a great help when I have questions about dbt.

## What have you learned from community members? What do you hope others can learn from you?

Expand Down
6 changes: 3 additions & 3 deletions website/docs/docs/cloud/cloud-cli-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ We recommend using virtual environments (venv) to namespace `cloud-cli`.
2. Make sure you're in your virtual environment and run the following command to install the dbt Cloud CLI:
```bash
pip3 install dbt
pip install dbt --no-cache-dir
```
3. (Optional) To revert back to dbt Core, first uninstall both the dbt Cloud CLI and dbt Core. Then reinstall dbt Core.
3. (Optional) To revert to dbt Core, first uninstall both the dbt Cloud CLI and dbt Core. Then reinstall dbt Core.
```bash
pip3 uninstall dbt-core dbt
pip uninstall dbt-core dbt
pip install dbt-adapter_name --force-reinstall
```
Expand Down
4 changes: 2 additions & 2 deletions website/docs/docs/core/connect-data-platform/fabric-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ meta:

:::info

Below is a guide for use with "Synapse Data Warehouse" a new product within Microsoft Fabric (preview) ([more info](https://learn.microsoft.com/en-us/fabric/data-warehouse/data-warehousing#synapse-data-warehouse))
Below is a guide for use with [Synapse Data Warehouse](https://learn.microsoft.com/en-us/fabric/data-warehouse/data-warehousing#synapse-data-warehouse), a new product within Microsoft Fabric.

To learn how to set up dbt with Azure Synapse Dedicated Pools, see [Microsoft Azure Synapse DWH setup](/docs/core/connect-data-platform/azuresynapse-setup)
To learn how to set up dbt with Azure Synapse Dedicated Pools, refer to [Microsoft Azure Synapse DWH setup](/docs/core/connect-data-platform/azuresynapse-setup).

:::

Expand Down
2 changes: 1 addition & 1 deletion website/docs/guides/microsoft-fabric-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this quickstart guide, you'll learn how to use dbt Cloud with Microsoft Fabri

:::tip Public preview

A public preview of dbt Cloud support for Microsoft Fabric in now available!
A public preview of Microsoft Fabric in dbt Cloud is now available!

:::

Expand Down
62 changes: 62 additions & 0 deletions website/static/img/icons/white/fabric.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3686725

Please sign in to comment.