Matt Alhonte
11/15/2023, 11:40 PM2.12
to 2.14
and now when I try to run an ECS task it gives me this ValidationError: 1 validation error for ECSTask command value is not a valid list (type=type_error.list)
. Any idea how to fix that?Nate
11/16/2023, 1:03 AMMarvin
11/16/2023, 1:03 AMNate
11/16/2023, 1:04 AMMarvin
11/16/2023, 1:05 AMNate
11/16/2023, 1:05 AM2.12
to 2.14
and now when I try to run an ECS task it gives me this ValidationError: 1 validation error for ECSTask command value is not a valid list (type=type_error.list)
. Any idea how to fix that?Nate
11/16/2023, 1:05 AMMarvin
11/16/2023, 1:05 AM"echo hello"
, you should provide it as ["echo", "hello"]
.
If you're already doing this and still encountering the error, it might be a good idea to check the Prefect documentation or ask for help in the Prefect community.Nate
11/16/2023, 1:05 AMMatt Alhonte
11/16/2023, 1:07 AMPREFECT_LOGGING_LEVEL="DEBUG"
on the agentMatt Alhonte
11/16/2023, 1:08 AMcommand
arg at the moment ftrNate
11/16/2023, 1:09 AMMatt Alhonte
11/16/2023, 1:09 AMNate
11/16/2023, 1:09 AMMatt Alhonte
11/16/2023, 1:09 AMMatt Alhonte
11/16/2023, 1:10 AMMatt Alhonte
11/16/2023, 1:12 AMMatt Alhonte
11/16/2023, 1:23 AMMatt Alhonte
11/16/2023, 4:49 AM