Creating new component types
warning
This feature is considered in a preview stage and is under active development. It can change significantly, or be removed completely. It is not considered ready for production use.
Creating and registering a component type
The dagster-components system makes it easy to create new component types that can be reused across your project.
Creating a library of components
To let the dg CLI know that your Python package contains component types, update your pyproject.toml file with the following configuration: