Noah K
12/05/2020, 12:33 AMconfigured()
tricks, there's no way to have a solid that will accept both pipeline values and literals, right?nate
12/05/2020, 12:35 AMdef create_foo_solid(x):
@solid
def foo()
# .... use x here
return foo
Noah K
12/05/2020, 12:36 AMsandy
12/05/2020, 6:15 AM