Daniel Michaelis
06/25/2021, 8:52 AM@solid(input*defs=[InputDefinition("data", dagster_type=str, root_manager_key="my_root")])
I haven't encountered the usage of the asterisk as part of an input variable name as in input*defs
and I couldn't find what it does. In the rest of the code I've only seen it written as input_defs
. Is this just a typo or could someone clarify which function the asterisk has here?jordan
06/25/2021, 2:04 PMDaniel Michaelis
06/25/2021, 2:09 PM