Dylan Wilder
08/01/2022, 3:40 PMlv and lv.scalar and lv.scalar.schema
. looking at the inputs it seems that old versions of the task don't have the format
field in the flyte literal, but now they do. also looks like this code returns empty dataframe rather than erroring. any context on these changes that might help point to the behavior we're seeing?Ketan (kumare3)
Yee
Dylan Wilder
08/01/2022, 4:01 PMformat
field in the protobuf reprYee
Dylan Wilder
08/01/2022, 4:03 PM@task
def t1() -> pd.Dataframe
...
@task
def t2(s: JasperSchema) -> ???
@workflow
def w()
t2(s=t1())
Yee
pd.DataFrame
is. now it’s thisDylan Wilder
08/01/2022, 4:06 PMYee
Dylan Wilder
08/01/2022, 4:08 PMYee
Dylan Wilder
08/01/2022, 4:44 PMYee
Dylan Wilder
08/01/2022, 4:46 PMYee