Skip to content

Commit

Permalink
Added reusable snippet to core doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliefiann committed Oct 28, 2024
1 parent 5448947 commit c0293ac
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,9 +390,9 @@ my-profile:

### Running Python models on Dataproc

To run dbt Python models on GCP, dbt uses companion services, Dataproc and Cloud Storage, that offer tight integrations with BigQuery. You may use an existing Dataproc cluster and Cloud Storage bucket, or create new ones:
- https://cloud.google.com/dataproc/docs/guides/create-cluster
- https://cloud.google.com/storage/docs/creating-buckets
import BigQueryDataproc from '/snippets/_bigquery-dataproc.md';

<BigQueryDataproc />

Then, add the bucket name, cluster name, and cluster region to your connection profile:

Expand Down

0 comments on commit c0293ac

Please sign in to comment.