Hi! I was wondering if there's a way to generate s...
# announcements
c
Hi! I was wondering if there's a way to generate shell solids with arguments that come as additional config or as inputs to the solid using dagster-shell? I ended up replicating part of the code in dagster shell but it looks kinda messy
a
are you using
shell_solid
?
take a look at https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-shell/dagster_shell/solids.py you could always write your own solid that wraps
execute
imported from dagster_shell.utils
c
Yes! Im doing the part that wraps execute