kedro-vertexai icon indicating copy to clipboard operation
kedro-vertexai copied to clipboard

Kedro Plugin to support running workflows on GCP Vertex AI Pipelines

Results 28 kedro-vertexai issues
Sort by recently updated
recently updated
newest added

Bumps [tabulate](https://github.com/astanin/python-tabulate) from 0.8.10 to 0.9.0. Changelog Sourced from tabulate's changelog. 0.9.0: Drop support for Python 2.7, 3.5, 3.6. Migrate to pyproject.toml project layout (PEP 621). New output formats: asciidoc,...

dependencies

Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.20.0 to 3.20.3. Release notes Sourced from protobuf's releases. Protocol Buffers v3.20.3 Java Refactoring java full runtime to reuse sub-message builders and prepare to migrate parsing logic...

dependencies

[error.txt](https://github.com/getindata/kedro-vertexai/files/14725762/error.txt) Figure out what blocks python 3.11. Probably could be related to kfp, but the error hints to jinja/mlflow. Googling leads to not related issue: https://github.com/python-poetry/poetry/issues/5791

It seems like this value is outdated/no longer used. In the code experiment_name is the config parameter for run name in vertex.

Error response from daemon: unauthorized: You don't have the needed permissions to perform this operation, and you may have invalid credentials. To authenticate your request, follow the steps in: https://cloud.google.com/container-registry/docs/advanced-authentication

Hi, in one of the projects I need to create and display a Kubeflow Artifact between the components to quickly and conveniently get the location of the data exchanged by...

Scheduler was temporarily disabled due to slight issues with MLFlow integrations (token obtaining) and not working re-scheduling (old schedules were not disabled). Restore this functionality in future releases.

enhancement

This idea is borrowed from Azure ML (and this PR https://github.com/getindata/kedro-azureml/pull/15 ) - where you define an `Environment`, which is a docker image which runs your image, but the code...

Current E2E tests don't cover use of kedro-mlflow. The idea is to extend tests coverage our own MlFlow instance.

**Problem:** I am facing difficulties in Kedro-Vertex when trying to define and use different Docker images for distinct tasks, such as data preprocessing and model training, model inference. **Expected Behavior:**...