-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[components docs] Add dg components check to docs #27410
base: benpankow/dbt-state-path-none
Are you sure you want to change the base?
[components docs] Add dg components check to docs #27410
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
...a_snippets/docs_beta_snippets_tests/snippet_checks/guides/components/test_components_docs.py
Outdated
Show resolved
Hide resolved
b826ea8
to
8edf00d
Compare
415b0bb
to
1283883
Compare
9649573
to
a5d0888
Compare
96de8ae
to
69ea005
Compare
a5d0888
to
e25d0d1
Compare
69ea005
to
abb9f78
Compare
aeeae7c
to
5c2953d
Compare
fb2c492
to
9c38ec4
Compare
5c2953d
to
fde2b17
Compare
""", | ||
) | ||
run_command_and_snippet_output( | ||
cmd="dg component check --disable-cache --verbose --no-use-dg-managed-environment", |
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.
This ensures we test against the schema found in dev dagster, rather than the published modules. This is important in this case because this PR is stacked on a dagster-dbt schema fix which isn't published yet.
fde2b17
to
8fdd3fa
Compare
Deploy preview for dagster-docs ready! Preview available at https://dagster-docs-a07yny3o4-elementl.vercel.app Direct link to changed pages: |
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.
Cool. We should update this in the future to introduce an error at first so the tutorial shows the error output. OK to do in a followup.
Summary
Adds a mention of
dg components check
to the intro docs, and corresponding test here.