Ben Smith
05/10/2020, 2:40 PMdagit -f file.py -n nodename
throws an error from (what seems to be) within dagster's config system. Anyone else seeing this?
File "c:\users\bsmith\appdata\local\continuum\anaconda3\lib\site-packages\dagster\config\field_utils.py", line 225, in is_potential_field
potential_field
File "c:\users\bsmith\appdata\local\continuum\anaconda3\lib\site-packages\dagster\config\field.py", line 117, in resolve_to_config_type
desc=VALID_CONFIG_DESC,
dagster.core.errors.DagsterInvalidDefinitionError: You have passed an instance of DagsterType Path to the config system (Repr of type: <dagster.core.types.dagster_type._Path object at 0x0000019207D41F08>). The DagsterType and config schema systems are seperate. Valid config values are:
schrockn
05/10/2020, 3:10 PMBen Smith
05/10/2020, 3:18 PMschrockn
05/10/2020, 3:19 PMBen Smith
05/10/2020, 6:34 PMschrockn
05/10/2020, 7:41 PMBen Smith
05/10/2020, 8:04 PMschrockn
05/10/2020, 9:07 PM