Ken
06/09/2020, 11:45 PMsolids:
print_user_information:
inputs:
cmd:
value: "echo hello world"
But when I updated the solidSubset to run only "solid_sleep", and do "Launch Execution", it fails [Image 3 + 4]
Config:
solids:
solid_sleep:
inputs:
sleep_time: 2
However If I do "Start Execution" Instead, it works [Image 5]
I opened the dev console and found some stack trace. posted in the comment section. [Note 6]
( adding images and notes .... done.){
"__typename": "PythonError",
"message": "dagster.core.errors.DagsterInvalidConfigError: Error in config for pipeline test_pipeline\n Error 1: Undefined field \"inputs\" at path root:solids:solid_sleep. Expected: \"{ }\".\n",
"stack": [
" File \"/usr/local/lib/python3.6/dist-packages/dagster_graphql/implementation/utils.py\", line 14, in _fn\n return fn(*args, **kwargs)\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster_graphql/implementation/execution/launch_execution.py\", line 29, in launch_pipeline_execution\n return _launch_pipeline_execution(graphene_info, execution_params)\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster_graphql/implementation/execution/launch_execution.py\", line 65, in _launch_pipeline_execution\n step_keys_to_execute=step_keys_to_execute,\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster_graphql/implementation/external.py\", line 200, in get_execution_plan_index_or_raise\n external_pipeline=external_pipeline, environment_dict=environment_dict, mode=mode,\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster_graphql/implementation/context.py\", line 203, in create_execution_plan_index\n step_keys_to_execute=step_keys_to_execute,\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster/core/execution/api.py\", line 42, in create_execution_plan\n environment_config = EnvironmentConfig.build(pipeline_def, environment_dict, mode=mode)\n",
" File \"/usr/local/lib/python3.6/dist-packages/dagster/core/system_config/objects.py\", line 85, in build\n environment_dict,\n"
]
}
max
06/10/2020, 12:17 AMKen
06/10/2020, 12:19 AM