-
Notifications
You must be signed in to change notification settings - Fork 665
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Plugin][Flytekit] flytekit storage layer as plugins #809
Comments
One clarification, relevant only for Python SDK. Java SDK doesn't use gsutil. |
A quick idea for the solution here, This has been done for taskplugins and types in the latest flytekit and doing this will allow bringing in new implementations for similar data objects. One of the eventual goals of the system is to use flytecopilot as the data-sidecar to handle data input and output |
…kit_plugins/greatexpectations (flyteorg#809) Bump cookiecutter Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.3 to 2.1.1. - [Release notes](https://github.com/cookiecutter/cookiecutter/releases) - [Changelog](https://github.com/cookiecutter/cookiecutter/blob/master/HISTORY.md) - [Commits](cookiecutter/cookiecutter@1.7.3...2.1.1) --- updated-dependencies: - dependency-name: cookiecutter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samhita Alla <[email protected]>
Why would this plugin be helpful to the Flyte community
When users want to connect to use gcp to store flyte workflow inputs and outputs, gsutil
has to be installed in the docker image.
It would be nice if a flytekit plugin could help us intall
gsutil
.Type of Plugin
Can you help us with the implementation?
The text was updated successfully, but these errors were encountered: