https://github.com/getindata/kedro-vertexai
Kedro Plugin to support running workflows on GCP Vertex AI Pipelines
https://github.com/getindata/kedro-vertexai
googlecloudplatform kedro kedro-plugin machinelearning mlops vertexai
Last synced: about 1 month ago
JSON representation
Kedro Plugin to support running workflows on GCP Vertex AI Pipelines
- Host: GitHub
- URL: https://github.com/getindata/kedro-vertexai
- Owner: getindata
- License: apache-2.0
- Created: 2022-02-18T13:57:41.000Z (about 3 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-24T20:25:46.000Z (about 2 months ago)
- Last Synced: 2025-03-30T10:09:41.255Z (about 2 months ago)
- Topics: googlecloudplatform, kedro, kedro-plugin, machinelearning, mlops, vertexai
- Language: Python
- Homepage: https://kedro-vertexai.readthedocs.io
- Size: 4.22 MB
- Stars: 36
- Watchers: 12
- Forks: 11
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-kedro - kedro-vertexai - Enables running a Kedro pipeline with Vertex AI Pipelines service. ([Kedro plugins](https://docs.kedro.org/en/stable/extend_kedro/plugins.html))
README
# Kedro Vertex AI Plugin
[](https://github.com/getindata/kedro-vertexai)
[](https://opensource.org/licenses/Apache-2.0)
[](https://semver.org/)
[](https://pypi.org/project/kedro-vertexai/)
[](https://pepy.tech/project/kedro-vertexai)[](https://sonarcloud.io/summary/new_code?id=getindata_kedro-vertexai)
[](https://sonarcloud.io/summary/new_code?id=getindata_kedro-vertexai)
[](https://kedro-vertexai.readthedocs.io/en/latest/?badge=latest)## About
The main purpose of this plugin is to enable running kedro pipeline on Google Cloud Platform - Vertex AI Pipelines.
It supports translation from Kedro pipeline DSL to [kfp](https://www.kubeflow.org/docs/pipelines/sdk/sdk-overview/)
(pipelines SDK) and deployment to Vertex AI service with some convenient commands.The plugin can be used together with `kedro-docker` to simplify preparation of docker image for pipeline execution.
## Documentation
For detailed documentation refer to https://kedro-vertexai.readthedocs.io/
## Usage guide
```
Usage: kedro vertexai [OPTIONS] COMMAND [ARGS]...Interact with Google Cloud Platform :: Vertex AI Pipelines
Options:
-e, --env TEXT Environment to use.
-h, --help Show this message and exit.Commands:
compile Translates Kedro pipeline into JSON file with Kubeflow...
init Initializes configuration for the plugin
list-pipelines List deployed pipeline definitions
run-once Deploy pipeline as a single run within given experiment.
ui Open VertexAI Pipelines UI in new browser tab
```## Configuration file
`kedro init` generates configuration file for the plugin, but users may want to adjust it to match the run environment
requirements. Check documentation for details - [kedro-vertexai.readthedocs.io](https://kedro-vertexai.readthedocs.io/en/latest/source/02_installation/02_configuration.html)