boundless-pizza-95864
03/02/2023, 9:48 PMStructuredDataset
broke support for schema urls in the flyteconsole launch form? Not sure if it ever worked, but https://github.com/flyteorg/flyte/issues/405 seems to indicate it did.
Given this example
@task
def t1(df: pd.DataFrame) -> pd.DataFrame:
return df
@workflow
def wf(df: pd.DataFrame) -> pd.DataFrame:
return t1(df=df)
I get the following message in the launch form:thankful-minister-83577
tall-lock-23197
late-eye-50215
03/03/2023, 4:27 PMboundless-pizza-95864
03/06/2023, 12:45 PMflytectl get launchplan my_launchplan --execFile exec.yaml
error creating default value for literal type structured_dataset_type:<format:"parquet" >
Error: failed to convert to a known Literal. Input Type [structured_dataset_type:<format:"parquet" > ] not supported
Should I create an issue?tall-lock-23197
icy-agent-73298
03/07/2023, 3:50 AMtall-lock-23197
get_subset_df
task.
https://docs.flyte.org/projects/cookbook/en/latest/auto/core/type_system/structured_dataset.html#sphx-glr-auto-core-type-[…]em-structured-dataset-pyicy-agent-73298
03/08/2023, 12:13 AM