flytekit-python-template
flytekit-python-template copied to clipboard
CookieCutter template for getting started with Flyte python projects
## Issue The 3 existing (identical) `docker_build.sh` files all had help text describing both an `-a` and a `-p` flag for setting the project name, but only a `-a` was...
This PR adjusts all templates to utilize the new Imagespec system released in flytekit 1.6.0. This removes Dockerfiles and docker_build.sh files, which simplifies the README.md. This PR also removes the...
Based on https://github.com/flyteorg/flytesnacks/pull/988 This Template adds the canonical imagespec example as a template. All imagespec templates will leverage `ghcr.io/unionai-oss:flytekit` as the image repository.
added a bigquery example for testing purposes; requires a big query backend plugin to be enabled for use. Big Query will be leveraging ImageSpec
I had added a couple of features to the sample template. I also fixed a bug in docker_build.sh - Now -p option works correctly. - By providing -y option, you...
Signed-off-by: Arief Rahmansyah
Signed-off-by: Ketan Umare
The workflow `wf` actually contains two tasks (including `say_hello` and `greeting_length`), instead of one. Following shows the corresponding DAG in FlyteConsole: 