[SOLVED] Flytekit: Executing a launch plan via FlyteRemote raises an execption #1347
-
Hey =) I am using FlyteRemote (Flytekit 0.21.2) to list, fetch, and execute launch plans. Listing and fetching are working without issue but when I try to execute I get the exception Currently the code looks like this (I have a class that inherits directly from FlyteRemote):
Any help/ideas greatly appreciated =) I have tried instantiating a separate instance of FlyteRemote to call it but still no luck. It seems the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Solved! The issue was using
|
Beta Was this translation helpful? Give feedback.
Solved! The issue was using
entity
as a keyword arg. It has to be positional.