Commit Graph

121 Commits

Author SHA1 Message Date
Chen Sun 26de102f82 chore(release): bumped version to 1.4.0-rc.1 2021-02-01 00:18:50 -08:00
Chen Sun 48a34e677d
disable discovery cache (#5058) 2021-01-29 11:08:03 -08:00
Yuku Takahashi c653c30050
fix(components): cast return value of gcp/automl/create_dataset_for_tables. Fixes #5053 (#5054) 2021-01-28 23:33:01 -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
Yang Pan c484cfa46c chore(release): bumped version to 1.3.0 2021-01-07 00:39:26 -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 5445ce82c7 chore(release): bumped version to 1.2.0 2020-12-17 23:24:32 -08:00
numerology 1449cfe0a5 chore(release): bumped version to 1.1.2 2020-12-14 09:43:07 -08:00
Rui Fang a0a1a5d0cf chore(release): bumped version to 1.1.2-rc.1 2020-12-04 07:09:17 +00:00
hilcj c1aebb5d22 chore(release): bumped version to 1.1.1-beta.1 2020-11-26 17:58:04 +00:00
hilcj 4fe4a30545 Revert "chore(release): bumped version to 1.1.1-beta.1"
This reverts commit 9af3e79c10.
2020-11-26 16:10:10 +00:00
hilcj 9af3e79c10 chore(release): bumped version to 1.1.1-beta.1 2020-11-26 04:32:09 +00:00
hilcj bd86072a8c Revert "chore(release): bumped version to 1.1.1.beta.1"
This reverts commit 5928a2659b.
2020-11-26 04:20:10 +00:00
hilcj 5928a2659b chore(release): bumped version to 1.1.1.beta.1 2020-11-26 03:07:26 +00:00
Yuan Gong 7d36f48482 chore(release): bumped version to 1.1.0-alpha.1 2020-11-02 03:01:27 +00: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
Amy 7e4d9f4742
update kfp installation instructions for a number of gcp components (#4594) 2020-10-07 15:12:16 -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 d5ae723fdb
feat(components): Google - AutoML - Added the Export model component (#4519)
* Components - Google - AutoML - Added the Export model component

* Updated the sample
2020-09-21 16:28:48 -07:00
Alexey Volkov 5fe8ef40e1
feat(components): Google - AutoML - Added the Deploy model component (#4520) 2020-09-21 03:28:39 -07:00
Alexey Volkov 41ce68ea45
fix(components): GCP - AutoML - Fixed input type in Batch predict (#4499) 2020-09-15 22:11:19 -07:00
Yuan (Bob) Gong c64820ad25
build: remove our own tools to comply with pypi package licenses. Fixes #4461 (#4462)
* improve license.sh logging

* build: remove our own scripts to comply with pypi package licenses

* Remove unneeded packages when we do not need to handle licensing ourselves
2020-09-03 17:41:43 -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
Alexey Volkov 840097dd93
chore(components): Updated the container image in the GCP components (#4341)
* Updated component images to version fe6a10a446

* Updated components to version 38771da090
2020-08-25 15:42:14 -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
Chen Sun fed37f7f91
fix(components): Add explicit image tag and fix variable references. (#4298)
* Add explicit image tag

* fix variable references
2020-07-31 12:21:39 -07:00
Yuan (Bob) Gong 988f5b02e4
chore(release): bump version to 1.0.0 on master branch (#4249) 2020-07-20 02:04:51 -07:00
Alexey Volkov bdb12c1523
test: Added presubmit unit tests for the GCP components (#4137)
* Testing - Added presubmit unit tests for the GCP components

* Added more versions and skip_missing_interpreters=true to tox.ini
2020-07-14 17:02:57 -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
hongye-sun 241671f58f
Release ad9bd5648d (#3560)
* Updated component images to version ad9bd5648d

* Updated components to version 01a23ae867
2020-04-22 14:00:15 -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
Alexey Volkov 52d59950bd
Components - Add model URL to AutoML - Create model/dataset for tables (#3486)
* Re-generated the components

* Components - Add model URL to AutoML - Create model for tables

Fixes https://github.com/kubeflow/pipelines/issues/3246

* Added dataset URL to the AutoML - Create dataset for tables component
2020-04-09 23:15:47 -07:00
Jiaxiao Zheng c0fb46aa1b
Release eb69a6b8ae (#3466)
* Updated component images to version eb69a6b8ae

* Updated components to version 0e794e8a0e

* update version number
2020-04-07 12:33:45 -07:00
Ajay Gopinathan 5913cfb7bb
Release be497983cd (#3327)
* Updated component images to version be497983cd

* Updated components to version 2df775a280

* update setup.py
2020-03-21 18:54:44 -07:00
Yuan (Bob) Gong 688aa08d42
Release 0.2.5 - e66dcb1860 (#3179)
* Updated component images to version e66dcb1860

* Updated components to version 3f4b80127f

* Update setup.py

* Fix swagger codegen download url

* Update versions
2020-02-26 23:59:19 -08:00
Michael Hu 7c4dd71415
ml_engine component READMEs incorrect (#3103)
The output sections of the deploy and batch_prediction component's READMEs are
incorrect. Updated to reflect the actual outputs.
2020-02-18 16:18:24 -08:00
Ajay Gopinathan 058adbfff7
Release 85945e1092 (#2960)
* Updated component images to version 85945e1092

* Updated components to version 0ad0b36880
2020-02-02 15:33:20 -08:00
Renmin 10a4f55e3a Release bae654dc5c v0.1.40 (#2818)
* Updated component images to version bae654dc5c

* Updated components to version ff116b6f1a

* 0.1.40

* append old items

* fix line

Co-authored-by: renmingu <40223865+renmingu@users.noreply.github.com>
2020-01-09 01:33:46 -08:00
Yuan (Bob) Gong 589aaa9d35 [Doc] Change sample/component/sdk documentation to not use `use_gcp_secret` (#2782)
* Update use_gcp_secret documentation to point to authenticating pipelines to GCP doc

* Update Local Development Quickstart.ipynb
2020-01-08 17:27:39 -08:00
Jiaxiao Zheng 07efee5ee2 [Component] Fix the component arguments (#2803)
* fix position of ui md path

* update image tag

* Revert "update image tag"

This reverts commit 14e28352
2020-01-06 16:56:17 -08: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
Ning 56ebe874cb Release a8fcec5f70 (#2761)
* Updated component images to version a8fcec5f70

* Updated components to version e4d9e2b67c

* update component sdk version
2019-12-19 14:15:20 -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
hongye-sun 5f17ecdcf3
release-b63472062bd80737c7f39e0eda901db0fe23a5e0 (#2700)
* Updated component images to version b63472062b

* Updated components to version a8d3b6977d

* update component sdk version
2019-12-05 15:19:06 -05:00