Skip to content

Commit

Permalink
[April 27, 2023 9AM PST] dbt Cloud GA for Starburst/Trino adapter sup…
Browse files Browse the repository at this point in the history
…port (dbt-labs#3220)

## What are you changing in this pull request and why?
To support the GA of the Starburst/Trino adapter in dbt Cloud, remove
the public preview calllout and update prerequisites in the quickstart:

https://docs.getdbt.com/docs/quickstarts/dbt-cloud/starburst-galaxy

## Checklist
- [x] Review the [Content style
guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md)
and [About
versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version)
so my content adheres to these guidelines.
- [ ] **DO NOT MERGE** this PR until launch day

---------

Co-authored-by: mirnawong1 <[email protected]>
Co-authored-by: Leona B. Campbell <[email protected]>
  • Loading branch information
3 people authored Apr 27, 2023
1 parent 054f10c commit db98b89
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ description: "Information about data platform connections"
sidebar_label: "About data platform connections"
---
dbt Cloud can connect with a variety of data platform providers including:

- [Snowflake](/docs/cloud/connect-data-platform/connect-snowflake)
- [Google BigQuery](/docs/cloud/connect-data-platform/connect-bigquery)
- [Amazon Redshift](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb)
- [Databricks](/docs/cloud/connect-data-platform/connect-databricks)
- [Apache Spark](/docs/cloud/connect-data-platform/connect-apache-spark)
- [Databricks](/docs/cloud/connect-data-platform/connect-databricks)
- [Google BigQuery](/docs/cloud/connect-data-platform/connect-bigquery)
- [PostgreSQL](/docs/cloud/connect-data-platform/connect-redshift-postgresql-alloydb)
- [Snowflake](/docs/cloud/connect-data-platform/connect-snowflake)
- [Starburst or Trino](/docs/cloud/connect-data-platform/connect-starburst-trino)

You can connect to your database in dbt Cloud by clicking the gear in the top right and selecting **Account Settings**. From the Account Settings page, click **+ New Project**.

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
title: "Integrate Starburst and Trino with dbt-trino in dbt Cloud."
id: "starburst-trino-ga"
sidebar_label: "New: Integrate Starburst and Trino in dbt Cloud"
sidebar_position: 8
tags: [Apr-27-2023]
---

The Starburst (Trino compatible) connection is now generally available in dbt Cloud. This means you can now use dbt Cloud to connect with Starburst Galaxy, Starburst Enterprise, and self-hosted Trino. This feature is powered by the [`dbt-trino`](https://github.com/starburstdata/dbt-trino) adapter.

To learn more, check out our Quickstart guide for [dbt Cloud and Starburst Galaxy](https://docs.getdbt.com/docs/quickstarts/dbt-cloud/starburst-galaxy).

Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,8 @@ In this quickstart guide, you'll learn how to use dbt Cloud with [Starburst Gala
- Schedule a job to run.
- Connect to multiple data sources in addition to your S3 bucket.

:::tip Public Preview
The Starburst (Trino compatible) connection in dbt Cloud is currently available in Public Preview for multi-tenant dbt Cloud accounts. Preview features are stable and can be considered for production deployments, but there might still be some planned additions and modifications to product behavior before moving to General Availability. For details, refer to [dbt Product lifecycles](/docs/dbt-versions/product-lifecycles).
:::


## Prerequisites
- You have a [dbt Cloud account](https://www.getdbt.com/signup/).
- You have a [multi-tenant](/docs/cloud/about-cloud/regions-ip-addresses) deployment in [dbt Cloud](https://www.getdbt.com/signup/). For more information, refer to [Tenancy](/docs/cloud/about-cloud/tenancy).
- You have a [Starburst Galaxy account](https://www.starburst.io/platform/starburst-galaxy/). If you don't, you can start a free trial. Refer to the [getting started guide](https://docs.starburst.io/starburst-galaxy/get-started.html) in the Starburst Galaxy docs for further setup details.
- You have an AWS account with permissions to upload data to an S3 bucket.
- For Amazon S3 authentication, you will need either an AWS access key and AWS secret key with access to the bucket, or you will need a cross account IAM role with access to the bucket. For details, refer to these Starburst Galaxy docs:
Expand Down
8 changes: 1 addition & 7 deletions website/docs/reference/warehouse-setups/trino-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,14 @@ meta:
github_repo: 'starburstdata/dbt-trino'
pypi_package: 'dbt-trino'
min_core_version: 'v0.20.0'
cloud_support: 'Supported (Beta)'
cloud_support: 'Supported'
min_supported_version: 'n/a'
slack_channel_name: '#db-starburst-and-trino'
slack_channel_link: 'https://getdbt.slack.com/archives/CNNPBQ24R'
platform_name: 'Starburst/Trino'
config_page: 'trino-configs'
---

:::info Vendor-supported plugin

Certain core functionality may vary. If you would like to report a bug, request a feature, or contribute, you can check out the linked repository and open an issue.

:::

<h2> Overview of {frontMatter.meta.pypi_package} </h2>

<ul>
Expand Down

0 comments on commit db98b89

Please sign in to comment.