Commit Graph

22 Commits

Author SHA1 Message Date
Chen Sun 48a34e677d
disable discovery cache (#5058) 2021-01-29 11:08:03 -08:00
shikajiro 3660a63508
feat(components): Add json format for BigQuery output to GCS (#4994)
* Support for json output

* update to_gcs component.yaml

* add output json format test.

* add command-line param.
2021-01-14 21:25:51 -08:00
Chen Sun 8463992aaa
fix(components): Update GCP component container to Python 3.7. Fixes #4959 (#4960)
* Update GCP component container to Python 3.7, fix Dataflow client

* fix test

* add back the http patch
2021-01-06 17:09:46 -08:00
Chen Sun d115d467ae
fix(components): fix ml_engine/train interface (#4593)
* Fix missing `job_dir_output_path`

* fix test
2020-10-09 14:45:39 -07:00
Ahmet Altay a013edc03b
fix(components): use default python version for launching dataflow jobs. Fixes #2601 (#4583) 2020-10-07 01:34:42 -07:00
Alexey Volkov 2beddd054a
fix(components): Fixed the GCP - ML Engine - Batch predict component. Fixes #4430 (#4432)
* Components - Fixed the GCP - ML Engine - Batch predict component

Fixes https://github.com/kubeflow/pipelines/issues/4430
The issue was introduced in https://github.com/kubeflow/pipelines/pull/3850. That PR has added a new parameter in the middle of the the create_job function signature which can cause breaking changes as the parameter ordering changes.

* Fixed test
2020-09-02 22:27:41 -07:00
Justin Hines 2394bb2fca
fix(sdk/component): ml_engine deploy version is incorrect type. Fixes #4291 (#4292) 2020-08-05 06:34:29 -07:00
Alexey Volkov fe6a10a446
chore(components): Components - De-hardcoded outputs paths in the GCP components (#4123) 2020-08-04 03:16:19 -07:00
Niklas Hansson c52a73e52c
Components - Added more GCP BigQuery components (3914)
* Update _client.py

* updated the gcp components

* Update the GCP BigQuery Components

* update the readme and component

* updated components
2020-06-26 02:47:30 -07:00
Niklas Hansson 79b9d4090a
Update Dataflow component _client.py to use projects.locations.templates API endpoint (#3851)
* Update _client.py

* Update _client.py
2020-06-11 21:35:55 -07:00
Andrew Leach 58f1d13214
Adds job_id parameter. (#3850)
* Adds job_id parameter to ml_engine train component, which takes precedence over job_id generated from job_id_prefix.

* Restores ipynb config.

Co-authored-by: andrewleach <andrewleach@google.com>
2020-06-01 15:04:15 -07:00
hongye-sun cb36f87b72
raise error when LRO has an error (#3666) 2020-05-01 11:48:29 -07:00
Alexey Volkov f3b1d6fa42
Components - Fixed BugQuery - Query component (#3514)
Working around an Argo bug.
Revert this when we upgrade to Argo version which has the fix: https://github.com/argoproj/argo/pull/1653
2020-04-16 22:19:07 -07:00
Jiaxiao Zheng ad5b2eb283 [Components] Roll forward of #2697 for real. (#2779)
* Fix

* clean up
2019-12-27 17:07:38 -08:00
Jiaxiao Zheng 5551114cfa [Component] Rollforward of PR#2697 (#2760)
* Revert "Components - De-hardcoded the UI metadata file path in GCP components (#2697)"

This reverts commit 08ebd156

* Revert "Revert "Components - De-hardcoded the UI metadata file path in GCP components (#2697)""

This reverts commit e9bdbd2f

* provide a default ui json path

* lint

* test image

* revert image tag

* update

* fix

* update image tag

* patch 2697

* fix test

* fix
2019-12-19 19:15:32 -08:00
Jiaxiao Zheng a8fcec5f70 Revert "Components - De-hardcoded the UI metadata file path in GCP components (#2697)" (#2759)
This reverts commit 08ebd156
2019-12-19 11:39:56 -08:00
Alexey Volkov 08ebd15632 Components - De-hardcoded the UI metadata file path in GCP components (#2697) 2019-12-18 12:51:56 -08:00
Parth Mishra b3b5e4449c casting job_config to QueryJobConfig if supplied by user (#2616) 2019-11-15 16:15:42 -08:00
hlu09 416bab1acb Add option to hide tensorboard artifact (#2466) 2019-10-22 23:34:13 -07:00
Jiaxiao Zheng 1914fa2f34 [Component] Fix the image version specification in create cluster component. (#2213)
* Fix

* Fix test
2019-09-24 17:11:59 -07:00
Ning 7dbca1afce
update gcloud ml-engine to ai-platform (#1863) 2019-08-16 12:06:37 -07:00
Alexey Volkov 0e0f84c697 Moved component_sdk to components/gcp/ (#1698) 2019-07-31 19:56:13 -07:00