flytekit-python-template icon indicating copy to clipboard operation
flytekit-python-template copied to clipboard

CookieCutter template for getting started with Flyte python projects

Results 9 flytekit-python-template issues
Sort by recently updated
recently updated
newest added

## 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: 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: ![Screenshot 2024-10-26 at 12 12 00 AM](https://github.com/user-attachments/assets/9acdbc3f-613f-4058-a0fc-ab3bbcfdbc81)