Skip to content

Commit

Permalink
jdbc clarification
Browse files Browse the repository at this point in the history
We were getting some questions about the generic driver piece so I decided to add it to the jdbc doc itself. It already exists in available integrations. Additionally, I made one change to the available integrations page.
  • Loading branch information
rpourzand authored Sep 29, 2023
1 parent 51e3441 commit 214ec5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/docs/docs/dbt-cloud-apis/sl-jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ dbt Labs partners can use the JDBC API to build integrations in their tools with

If you are a dbt user or partner with access to dbt Cloud and the [dbt Semantic Layer](/docs/use-dbt-semantic-layer/dbt-sl), you can [setup](/docs/use-dbt-semantic-layer/setup-sl) and test this API with data from your own instance by configuring the Semantic Layer and obtaining the right JDBC connection parameters described in this document.

You *may* be able to use our JDBC API with tools that do not have an official integration with the dbt Semantic Layer. If the tool you use allows you to write SQL and either supports a generic JDBC driver option (such as DataGrip) or supports Dremio and uses ArrowFlightSQL driver version 12.0.0 or higher, you can access the Semantic Layer API.

Refer to [Get started with the dbt Semantic Layer](/docs/use-dbt-semantic-layer/quickstart-sl) for more info.

## Authentication
Expand Down

0 comments on commit 214ec5d

Please sign in to comment.