-
Notifications
You must be signed in to change notification settings - Fork 943
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
Docs updates for Applied Source Metadata #5010
Comments
hey @mikealfare : if basically we just want a table that lists what's supported with what, i'm thinking that info can live on this page: https://docs.getdbt.com/docs/dbt-cloud-apis/project-state since it's the place where "Applied State" is talked about. thoughts? for the table, do we want the rows to be adapter names and the columns to be the metadata? |
Discovery API sounds right to me. I think that's where we ultimately surface this information anyway. @graciegoheen / @dbeatty10, does that sound right to you too? I think we would want the rows to be adapters as you mention, and then maybe a column for catalog information and a column for source freshness, each indicating the "level" of support for the information. So something like:
And then we should have something that explains the "level"s: Source Freshness can be measured via metadata when the platform and adapter support it. This allows for calculating source freshness without a The catalog can be built incrementally for adapters that support it. This allows for the catalog to be built along with the model, which eliminates the need to run a lengthy I would want someone else, either @nghi-ly, @graciegoheen, or @dbeatty10 to review the verbiage I'm using here, including the terms (e.g. |
## What are you changing in this pull request and why? Document the improvements to applied state metadata Closes #5010 ## Checklist - [x] Review the [Content style guide](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/content-style-guide.md) so my content adheres to these guidelines. - [x] For [docs versioning](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#about-versioning), review how to [version a whole page](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#adding-a-new-version) and [version a block of content](https://github.com/dbt-labs/docs.getdbt.com/blob/current/contributing/single-sourcing-content.md#versioning-blocks-of-content). - [x] Needs review from product team
Contributions
Link to the page on docs.getdbt.com requiring updates
I'll find this, but it would probably be a page about
docs generate
that lists what adapters support what features.What part(s) of the page would you like to see updated?
Add that
dbt-redshift
supports filteredget_catalog
and metadata-basedsource freshness
.Additional information
No response
The text was updated successfully, but these errors were encountered: