Patrick Merlot
06/30/2020, 10:20 PMsolids:
get_list_tables:
inputs:
table_list:
value:
- "table1"
- "table2"
but Dagster doesn't like it.Cris
07/01/2020, 3:25 AMPatrick Merlot
07/01/2020, 1:27 PMdagster.core.errors.DagsterInvalidConfigError: Error in config for pipeline config_pipeline
Error 1: Value at path root:solids:get_list_tables:inputs:table_list must be list. Expected: [{ json: { path: String } pickle: { path: String } value: Any }]
Leor
07/01/2020, 2:09 PMCris
07/01/2020, 2:47 PMsolids:
get_list_tables:
inputs:
table_list:
- table1
- table2
table_list
is what should be a listLeor
07/01/2020, 2:53 PMCris
07/01/2020, 2:58 PM