Skip to content

Commit

Permalink
adds core to cloud guide part 2 (#5232)
Browse files Browse the repository at this point in the history
[ X ] Product approval 
[ X ] Docs approval
[ X ] Must have @azzam34 's final approval before merge


Closes #5252

[notion
project](https://www.notion.so/dbtlabs/Move-from-dbt-Core-to-dbt-Cloud-Get-started-c43ddaa1b17c41aab0c66e791ed963b6?pvs=4)

as part of the 3-part-series, this pr adds the 2nd core to cloud guide. 

this guide helps clarify what considerations and technical strategies to
consider when planning a move to dbt cloud.

this pr is merging into current. pr #5158 also needs review and will
merge into this one.

[notion doc and
project](https://www.notion.so/dbtlabs/Move-from-dbt-Core-to-dbt-Cloud-Everything-you-need-to-know-60dcd8f40b63456ebfea18221ad2e25e)
  • Loading branch information
mirnawong1 authored Apr 16, 2024
2 parents 32a65ff + f154f2f commit 4b506c8
Show file tree
Hide file tree
Showing 8 changed files with 473 additions and 59 deletions.
3 changes: 0 additions & 3 deletions website/docs/docs/core/about-core-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,3 @@ dbt Core is an [open-source](https://github.com/dbt-labs/dbt-core) tool that ena
If you're interested in using a command line interface to [develop dbt projects in dbt Cloud](/docs/cloud/about-develop-dbt), the [dbt Cloud CLI](/docs/cloud/cloud-cli-installation) lets you run dbt commands locally. The dbt Cloud CLI is tailored for dbt Cloud's infrastructure and integrates with all its [features](/docs/cloud/about-cloud/dbt-cloud-features).

If you need a more detailed first-time setup guide for specific data platforms, read our [quickstart guides](https://docs.getdbt.com/guides).

## Related docs
- [Move from dbt Core to dbt Cloud](/guides/core-to-cloud-1?step=1)
3 changes: 1 addition & 2 deletions website/docs/docs/core/installation-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,4 @@ Most command-line tools, including dbt, have a `--help` flag that you can use to

:::

## Related docs
- [Move from dbt Core to dbt Cloud](/guides/core-to-cloud-1?step=1)

198 changes: 198 additions & 0 deletions website/docs/guides/core-cloud-2.md

Large diffs are not rendered by default.

114 changes: 65 additions & 49 deletions website/docs/guides/core-to-cloud-1.md

Large diffs are not rendered by default.

202 changes: 202 additions & 0 deletions website/docs/guides/core-to-cloud-3.md

Large diffs are not rendered by default.

5 changes: 1 addition & 4 deletions website/docs/guides/manual-install-qs.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ If you want to edit files and run projects using the web-based dbt Integrated De

After setting up BigQuery to work with dbt, you are ready to create a starter project with example models, before building your own models.

### Related docs
- [Move from dbt Core to dbt Cloud](/guides/core-to-cloud-1?step=1)

## Create a repository

The following steps use [GitHub](https://github.com/) as the Git provider for this guide, but you can use any Git provider. You should have already [created a GitHub account](https://github.com/join).
Expand Down Expand Up @@ -475,4 +472,4 @@ For more info on how to get started, refer to [create and schedule jobs](/docs/d

For more information about using dbt Core to schedule a job, refer [dbt airflow](/blog/dbt-airflow-spiritual-alignment) blog post.

</div>
</div>
2 changes: 1 addition & 1 deletion website/snippets/_cloud-environments-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,4 @@ Partial parsing in dbt Cloud requires dbt version 1.4 or newer. The feature does

To enable, select **Account settings** from the gear menu and enable the **Partial parsing** option.

<Lightbox src="/img/docs/deploy/example-account-settings.png" width="85%" title="Example of the Partial parsing option" />
<Lightbox src="/img/docs/deploy/example-account-settings.png" width="85%" title="Example of the Partial parsing option" />
5 changes: 5 additions & 0 deletions website/snippets/_core-to-cloud-guide-table.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
| <div style={{width:'240px'}}>Guide</div> | <div style={{width:'250px'}}>Information</div> | <div style={{width:'200px'}}>Audience</div> |
|------------|-------------|----------|
| [Move from dbt Core to dbt Cloud: What you need to know](/guides/core-cloud-2) | Understand the considerations and methods needed in your move from dbt Core to dbt Cloud. | Team leads <br /> Admins |
| [Move from dbt Core to dbt Cloud: Get started](/guides/core-to-cloud-1?step=1) | Learn the steps needed to move from dbt Core to dbt Cloud. | Developers <br /> Data engineers <br /> Data analysts |
| [Move from dbt Core to dbt Cloud: Optimization tips](/guides/core-to-cloud-3) | Learn how to optimize your dbt Cloud experience with common scenarios and useful tips. | Everyone |

0 comments on commit 4b506c8

Please sign in to comment.