Releases: getindata/kedro-vertexai
Releases · getindata/kedro-vertexai
Release 0.4.1
[0.4.1] - 2022-04-14
- Add missing
initialize-job
formlflow-start-run
step, added MLFlowGoogleIAMCredentialsProvider.
�
Release 0.4.0
[0.4.0] - 2022-04-08
- Add support for list type in parameters (+ restore dynamic parameters functionality (#23))
- Add support for dynamic configuration generation within VertexAI job (#18)
- Support config globals via optional
KEDRO_GLOBALS_PATTERN
environment variable inEnvTemplatedConfigLoader
(#28)
�
Release 0.3.0
[0.3.0] - 2022-03-28
- Fix issues with data catalog namespacing for new spaceflights starter (#19)
- Add end 2 end tests based on Kedro Spaceflights quickstart guide from our docs.
- Move service account configuration from env variables to config file. (#7)
- Refactored config to use
pydantic
for validation instead of homemade code. (#1) - Add
--wait-for-completion
and--timeout-seconds
parameters torun-once
command to wait for the Vertex AI job to complete when launched from CLI
�
Release 0.2.0
[0.2.0] - 2022-03-23
- Added quickstart guide to plugin documentation
�
Release 0.1.0
[0.1.0] - 2022-03-15
- Initial version of kedro-vertexai plugin extracted from kedro-kubeflow v0.6.0
�