getindata / kedro-kubeflow

Kedro Plugin to support running workflows on Kubeflow Pipelines
https://kedro-kubeflow.readthedocs.io
Apache License 2.0
49 stars 21 forks source link

Documentation for Vertex AI updates #99

Closed mwiewior closed 2 years ago

mwiewior commented 2 years ago

I didn't find any info in the documentation that optional extension kedro-kubeflow[vertex] and google-cloud-aiplatform should be installed.

szczeles commented 2 years ago

Good point! It works without need to install google-cloud-aiplatform, as AIPlatformClient is shipped as part of kfp:

from kfp.v2.google.client import AIPlatformClient
szczeles commented 2 years ago

VertexAI support is now provided as https://github.com/getindata/kedro-vertexai/ plugin, closing the issue.