-
Notifications
You must be signed in to change notification settings - Fork 944
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update sl-partner-integration-guide.md #4836
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@@ -142,6 +148,7 @@ These are recommendations on how to evolve a Semantic Layer integration and not | |||
* Listing available dimensions based on one or many metrics | |||
* Querying defined metric values on their own or grouping by available dimensions | |||
* Display metadata from [Discovery API](/docs/dbt-cloud-apis/discovery-api) and other context | |||
* Use [saved queries](/docs/build/saved-queries) to query pre-build metrics, dimensions, and filters. Refer to the [JDBC](/docs/dbt-cloud-apis/sl-jdbc) and [GraphQL](/docs/dbt-cloud-apis/sl-graphql) APIs for syntax. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rpourzand also added this here as integration recommendations - do you think it makes sense?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah looks great! I might tweak it slightly to read like
"Expose "Saved Queries" which are pre-built metrics, dimensions, and filters that Semantic Layer developers create for easier analysis. You can expose them in your application - refer to the JDBC and GraphQL APIs..."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated the bullet format and added linnks - lgtm but have an outstanding question for @rpourzand !
merging this pr now @rpourzand ! |
What are you changing in this pull request and why?
Adding a note on saved queries to our integration guide
Checklist
Adding or removing pages (delete if not applicable):
website/sidebars.js
website/static/_redirects
npm run build
to update the links that point to deleted pages