[Core feature] Possibility to check for None
values
#3514
Labels
enhancement
New feature or request
flytekit
FlyteKit Python related issue
good first issue
Good for newcomers
help wanted
Extra attention is needed
scipy-2023
stale
Motivation: Why do you think this is important?
Additionally to
is_true()
andis_false()
it would be nice to have a functionality to check whetherNone
is returned by a task. This could be useful in conditionals for example.Goal: What should the final outcome look like, ideally?
The function
is_none()
should simply returnTrue
orFalse
and logically work likeDescribe alternatives you've considered
Either returning the string
'None'
orFalse
and explicitly check for that.Propose: Link/Inline OR Additional context
No response
Are you sure this issue hasn't been raised already?
Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: