flytekit icon indicating copy to clipboard operation
flytekit copied to clipboard

Extensible Python SDK for developing Flyte tasks and workflows. Simple to get started and learn and highly extensible.

Results 305 flytekit issues
Sort by recently updated
recently updated
newest added

* Supports dbt run and dbt test tasks * The plugin includes integration test that need local PostgreSQL database Signed-off-by: ariefrahmansyah # TL;DR Add flytekit-dbt plugin. Fixes https://github.com/flyteorg/flyte/issues/2202 ## Type...

# TL;DR Contributors of dataframe handling plugins use the `StructuredDatasetTransformerEngine.register` method to make the system aware of specific encoders and decoders. Up until now, the user was asked to specify...

# TL;DR Upgrades the minimum version of `docker` in flytekit to `6.0.0`. ## Type - [ ] Bug Fix - [x] Feature - [ ] Plugin ## Are all requirements...

# TL;DR Hugging Face provides great packages to make working with state-of-the-art language models easy. Integrating with Flyte would connect ETL to the training and inference of deep learning models...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [numpy](https://github.com/numpy/numpy) from 1.21.6 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @​alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @​ericof...

dependencies

# TL;DR support running imperative workflow by using pyflyte run. https://github.com/flyteorg/flyte/issues/2766 ## Type - [x] Bug Fix - [ ] Feature - [ ] Plugin ## Are all requirements met?...

# TL;DR This implements the signaling/human-in-the-loop feature of Flyte on the flytekit side. Remaining tasks: * Support usage in conditionals (unclear what is required) * Ensure this works with `pyflyte...