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
The components system supports a rich templating syntax that allows you to load arbitrary Python values based off of your `component.yaml` file. All string values in a `ResolvableModel` can be templated using the Jinja2 templating engine, and may be resolved into arbitrary Python types. This allows you to expose complex object types, such as `PartitionsDefinition` or `AutomationCondition` to users of your component, even if they're working in pure YAML.
@@ -126,4 +121,4 @@ params:
126
121
127
122
## Next steps
128
123
129
-
- Add a new component to your project
124
+
- [Add a new component to your project](./using-a-component.md)
Copy file name to clipboardExpand all lines: examples/docs_beta_snippets/docs_beta_snippets/guides/components/shell-script-component/with-build-defs.py
Copy file name to clipboardExpand all lines: examples/docs_beta_snippets/docs_beta_snippets/guides/components/shell-script-component/with-config-schema.py
+2
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ class ShellScriptSchema(ResolvableSchema):
0 commit comments