Skip to content

Commit

Permalink
Correct state requirement / caveat for clarity (#4894)
Browse files Browse the repository at this point in the history
Clarifying a caveat / requirement in the metadata docs.
  • Loading branch information
matthewshaver authored Feb 12, 2024
2 parents 61e6381 + 7dea090 commit 9b8a0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/project-state.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ Here are some limitations of the state representation in the Discovery API:
- Users must access the default production environment to know the latest state of a project.
- The API gets the definition from the latest manifest generated in a given deployment environment, but that often won’t reflect the latest project code state.
- Compiled code results may be outdated depending on dbt Cloud run step order and failures.
- Catalog info can be outdated, or incomplete (in the applied state), based on if/when docs were last generated.
- Catalog info can be outdated, or incomplete (in the applied state), based on if/when `docs generate` was last run.
- Source freshness checks can be out of date (in the applied state) depending on when the command was last run, and it’s not included in `build`.

0 comments on commit 9b8a0df

Please sign in to comment.