- File ignore in fast register
Many thanks to @bimtauer for adding this much requested feature! When packaging local files for fast-registration, flytekit will now respect.gitignore
and.dockerignore
. Please see the PR for more information. pyflyte run
The pyflyte run command has been slightly updated to not need a:
when selecting the workflow.$ pyflyte run --remote example.py wf --n 500 --mean 42 --sigma 2
- Script mode: register and run workflows all in one command using a pre-defined base image
- Flyte remote GA: register workflows and interact with Flyte execution artifacts programmmatically
- Configuration overhaul: use the same config across flytekit and flytectl
- Fast register without having AWS/GCP or other cloud credentials on your laptop, all you need is Flyte access