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 ea0ae3c commit 872c676
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 @@ -62,7 +62,7 @@ For authentication, we highly recommend that your integration uses account servi
- **Desired action** &mdash; You want to interpolate the dbt Cloud job information into your tool, including the status of the jobs, the status of the tables executed in the run, what tests passed, etc.
- **Example** &mdash; In your Business Intelligence tool, stakeholders select from tables that a dbt model created. You show the last time the model passed its tests/last run to show that the tables are current and can be trusted. For details on what you could pull and how to do this, refer to [What's the latest state of each model](/docs/dbt-cloud-apis/discovery-use-cases-and-examples#whats-the-latest-state-of-each-model).
- **Integration points** &mdash; Discovery API
- dbt Model Documentation
- dbt model documentation
- **Desired action** &mdash; You want to interpolate the dbt project Information, including model descriptions, column descriptions, etc.
- **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
Expand Down

0 comments on commit 872c676

Please sign in to comment.