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
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
Ahmet Altay
a013edc03b
fix(components): use default python version for launching dataflow jobs. Fixes #2601 ( #4583 )
2020-10-07 01:34:42 -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
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
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
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
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
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
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
Jiaxiao Zheng
9eb328389c
Release 9ad7d7dd97 ( #2660 )
...
* Updated component images to version 9ad7d7dd97
* Updated components to version 4e7e6e866c
* bump component sdk version
2019-11-26 15:25:21 -08:00
Parth Mishra
b3b5e4449c
casting job_config to QueryJobConfig if supplied by user ( #2616 )
2019-11-15 16:15:42 -08:00
Yuan (Bob) Gong
12a9fa95d2
Bump version to 0.1.35 ( #2598 )
...
* Bump version to 0.1.35
* Update kustomization.yaml
* Update __init__.py
2019-11-13 10:43:31 -08:00
jingzhang36
39b19d3c31
change kfp version in component sdk ( #2565 )
2019-11-06 22:22:42 -08:00
IronPan
8adfd205dc
Update setup.py ( #2528 )
...
/assign @Ark-kun
2019-11-01 16:45:49 -07:00
hlu09
416bab1acb
Add option to hide tensorboard artifact ( #2466 )
2019-10-22 23:34:13 -07:00
hongye-sun
aab5a50120
Update sdk release version ( #2434 )
...
* Update sdk release version
* Update the server image version
2019-10-18 12:19:08 -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
IronPan
dc5aab6687
Release 57d9f7f1cf ( #2184 )
...
* Updated component images to version 57d9f7f1cf
* Updated components to version e598176c02
* good version
2019-09-23 00:19:55 +08:00
Ning
06aeb0a052
update sdk versions ( #2100 )
2019-09-13 10:15:44 -07:00
hongye-sun
7ec56978b6
Release 151c5349f1 ( #1916 )
...
* Updated component images to version 151c5349f1
* Updated components to version a97f1d0ad0
* Update setup.py
* Update setup.py
2019-08-21 16:06:31 -07:00
Ajay Gopinathan
5bcc665928
Update Python SDK versions for release. ( #1860 )
2019-08-16 13:58:23 -07:00
Ning
7dbca1afce
update gcloud ml-engine to ai-platform ( #1863 )
2019-08-16 12:06:37 -07:00