Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sdk): Remove sdk/python/kfp/v2/google directory for v2 #6886

Merged
merged 7 commits into from
Nov 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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