You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might notice the typo in the above file--after updating a component file, it's useful to validate that the changes match the component's schema. You can do this by running `dg check component`:
188
+
You might notice the typo in the above file--after updating a component file, it's useful to validate that the changes match the component's schema. You can do this by running `dg check yaml`:
Copy file name to clipboardExpand all lines: examples/docs_beta_snippets/docs_beta_snippets/guides/components/index/23-dg-component-check-error.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
dg check component
1
+
dg check yaml
2
2
3
3
/.../jaffle-platform/jaffle_platform/components/jdbt/component.yaml:8 - Unable to parse YAML: while scanning a quoted scalar, found unexpected end of stream
Copy file name to clipboardExpand all lines: examples/docs_beta_snippets/docs_beta_snippets_tests/snippet_checks/guides/components/test_components_docs.py
Copy file name to clipboardExpand all lines: python_modules/libraries/dagster-dg/CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,9 @@
3
3
## 0.1.16
4
4
5
5
- The entire dg CLI has been changed from noun-first to verb-first, e.g. dg code-location scaffold is now dg scaffold code-location.
6
-
- The `info` command has been renamed to `inspect`. Combining this change with the new verb-first orientation, `dg component-type info` is now `dg inspect component-type`.
6
+
- Some commands have also been renamed beyond the switch in order:
7
+
- The `info` command has been renamed to `inspect`. `dg component-type info` is now `dg inspect component-type`.
8
+
-`dg component check` command is now `dg check yaml`.
0 commit comments