Summary
The user is testing FlyteRemote to run tasks from a workflow in a different project but encounters a permission error and cannot access the workflow. They share a code snippet for initializing FlyteRemote and mention that commenting out the execute part leads to an error about the remote task not being registrable, which contradicts the documentation. The user notes that remote.execute
works for them and asks about triggering a Python script with python remote.py
. They provide a basic pyflyte run command with the remote.execute line commented out. Ultimately, they resolve the issue by moving the execute into the workflow. Additionally, they report a bug in the run
command that does not appear in the register
command, expecting a fix by the next day.