Skip to content

Commit

Permalink
Update website/blog/2023-12-20-partner-integration-guide.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ly Nguyen <[email protected]>
  • Loading branch information
amychen1776 and nghi-ly authored Dec 20, 2023
1 parent ed73c02 commit f9d6b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2023-12-20-partner-integration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ For authentication, we highly recommend that your integration uses account servi
- **Example:** You want to extract out the dbt model description so that you can display and help the stakeholder understand what they are selecting from. This way, the creators can easily pass on the information without updating another system. [This is what you could pull and how to do this.](https://docs.getdbt.com/docs/dbt-cloud-apis/discovery-use-cases-and-examples#what-does-this-dataset-and-its-columns-mean)
- **Integration Points:** Discovery API

**dbt Core only users will have no access to the above integration points.** For dbt metadata, oftentimes our partners will create a dbt core integration by using the [dbt artifacts](https://www.getdbt.com/product/semantic-layer/) files generated by each run and provided by the user. With our Discovery API, we are providing a dynamic way to get the latest up to date information, parsed out for you.
dbt Core only users will have no access to the above integration points. For dbt metadata, oftentimes our partners will create a dbt Core integration by using the [dbt artifact](https://www.getdbt.com/product/semantic-layer/) files generated by each run and provided by the user. With the Discovery API, we are providing a dynamic way to get the latest information parsed out for you.

## dbt Cloud Plans & Permissions

Expand Down

0 comments on commit f9d6b1e

Please sign in to comment.