acoustic-carpenter-78188
07/06/2023, 2:35 PMSQlite3Task. This PR fixes an issue in the execution entrypoint that assumes the all task objects have the disable_deck attribute.
Type
☑︎ Bug Fix
☐ Feature
☐ Plugin
Are all requirements met?
☑︎ Code completed
☑︎ Smoke tested
☐ Unit tests added
☐ Code documentation added
☐ Any pending items have an associated Issue
Complete description
Use the getattr function to get disable_deck, and return False if not present.
Tracking Issue
https://github.com/flyteorg/flyte/issues/
flyteorg/flytekit
✅ All checks have passed
30/30 successful checksacoustic-carpenter-78188
07/06/2023, 6:27 PM