What’s the `config_cls` param in the `output_mater...
# announcements
m
What’s the
config_cls
param in the
output_materialization_config
decorator?
a
The type for the value to be provided by configuration. The common case is
String
or
Path
since its likely you want to control where the value is being materialized to.
m
ahh, make sense. Thanks