[BUG][Flytekit] Calling NamedTuple field on Promise isn't working as expected in Python 3.9 #1153
Labels
bug
Something isn't working
flytekit
FlyteKit Python related issue
python-3.9+
Capture bugs that affect flytekit for versions greater than python3.9
untriaged
This issues has not yet been looked at by the Maintainers
Describe the bug
The test
test_single_named_output_subwf()
intests/flytekit/unit/core/test_composition.py
is resulting in an error:AttributeError: 'Promise' object has no attribute 'sub_int'
Expected behavior
No error is expected to pop up.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: