varsha Parthasarathy
10/19/2022, 9:46 PMFlyteFile
Yee
varsha Parthasarathy
10/20/2022, 12:33 AMNone
was passed as an input, our code would generate the default files for those options.
But the current version of Flytekit does not accept None
as a parameter.
So I am looking for a default value for an input of type FlyteFile
which could indicate that no value was passed.
I’ve tried None
and empty string ''
but Flyte does not accept both of there.Yee
varsha Parthasarathy
10/20/2022, 5:51 PM