Skip to content

Commit

Permalink
chore(sdk): Remove sdk/python/kfp/v2/google directory for v2 (#6886)
Browse files Browse the repository at this point in the history
* Delete sdk/python/kfp/v2/google directory

* Update RELEASE.md

* Update MANIFEST.in

* Update requirements-test.txt

* Update requirements.in

* fix setup

* remove test
  • Loading branch information
ji-yaqi authored Nov 10, 2021
1 parent d7c5bae commit b7fd47f
Show file tree
Hide file tree
Showing 29 changed files with 4 additions and 4,195 deletions.
2 changes: 2 additions & 0 deletions sdk/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

## Breaking Changes

* Remove sdk/python/kfp/v2/google directory for v2, including google client and custom job [\#6886](https://github.com/kubeflow/pipelines/pull/6886)

### For Pipeline Authors

### For Component Authors
Expand Down
1 change: 0 additions & 1 deletion sdk/python/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include kfp/dsl/type_schemas/*.yaml
include kfp/v2/google/client/discovery/aiplatform_public_google_rest_v1beta1.json
3 changes: 0 additions & 3 deletions sdk/python/kfp/v2/compiler_cli_tests/compiler_cli_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,6 @@ def test_lightweight_python_functions_v2_with_outputs_experimental(self):
def test_xgboost_sample_pipeline(self):
self._test_compile_py_to_json('xgboost_sample_pipeline')

def test_pipeline_with_custom_job_spec(self):
self._test_compile_py_to_json('pipeline_with_custom_job_spec')

def test_pipeline_with_metrics_outputs(self):
self._test_compile_py_to_json('pipeline_with_metrics_outputs')

Expand Down

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions sdk/python/kfp/v2/google/__init__.py

This file was deleted.

15 changes: 0 additions & 15 deletions sdk/python/kfp/v2/google/client/__init__.py

This file was deleted.

This file was deleted.

Loading

0 comments on commit b7fd47f

Please sign in to comment.