Summary
The user is inquiring about the functionality of their Python code that utilizes the Flyte framework to create a workflow for retrieving a wine dataset with pandas and scikit-learn. They mention encountering an error related to a module having no name in Kubernetes and seek clarification on whether remote.execute
copies code inside the container. The user is familiar with pyflyte run
but is looking for examples of using FlyteRemote
with locally defined functions. They express confusion regarding the deprecation status of remote.fast_package
and mention trying register_script
without success. After some discussion, they learn that register_workflow
might be a better option and discover that they were using an outdated package in their sandbox environment. After upgrading flytekit
, they report making progress and confirm that the upgrade was done using pip install -U flytekit
.