melodic-magician-71351
02/27/2023, 9:14 AMStructuredDataset
or dataframe input? I get the following error when running `flytectl get task ...`:
Error: failed to convert to a known Literal. Input Type [structured_dataset_type:<columns:<name:"prediction" literal_type:<simple:FLOAT > > columns:<name:"target" literal_type:<simple:FLOAT > > > ] not supported
Is the only option here to wrap it in a workflow?tall-lock-23197
flytectl get task
?melodic-magician-71351
02/27/2023, 10:38 AMflytectl executions create
and yes. sorry typo abovetall-lock-23197
melodic-magician-71351
02/27/2023, 12:35 PMFlyteFile
but not StructuredDataset
which is strange.melodic-magician-71351
02/27/2023, 12:42 PMStructuredDataset
is backed by a FlyteFile
this force me to make a dummy node which wraps a file as a StructuredDataset and wrap the task in a workflow.)tall-lock-23197
freezing-airport-6809
high-accountant-32689
02/28/2023, 12:57 AMmelodic-magician-71351
02/28/2023, 1:21 PM{
"App": "flytectl",
"Build": "5aefa07",
"Version": "0.6.30",
"BuildTime": "2023-02-28 14:20:51.381452824 +0100 CET m=+0.026807396"
}
{
"App": "controlPlane",
"Build": "1ccd59c",
"Version": "v1.1.70",
"BuildTime": "2023-02-21 14:20:38.834313886 +0000 UTC m=+0.113812103"
}