side question from the above, a structured dataset...
# flytekit
d
side question from the above, a structured datasets and flyteschemas interoperable at all
y
somewhat yes. for using cached outputs.
basically if you have a pd.DataFrame output and another pd DF input in a subsequent task, but the first task was cached, yeah yes, the new structured dataset stuff can read it.
but they’re not classes of each other in python, so you can’t write a task that outputs a FlyteSchema and another one that takes in a StructuredDataset
s
160 Views