Skip to content

Commit

Permalink
Package pipeline_spec proto into SDK (#4546)
Browse files Browse the repository at this point in the history
* branch pipeline IR proto under sdk

* Update ImporterSpec uri type

* proto generated file

* remove the copy of pipeline_spec.proto from sdk

* move proto generated file to under kfp/v2

* add readme

* regenerate proto and add copyright
  • Loading branch information
chensun committed Sep 26, 2020
1 parent d8e8260 commit 097b186
Show file tree
Hide file tree
Showing 3 changed files with 2,647 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/python/kfp/v2/proto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The file `pipeline_spec_pb2.py` is protoc-generated from [`api/v2alpha1/pipeline_spec.proto`](https://github.com/kubeflow/pipelines/blob/master/api/v2alpha1/pipeline_spec.proto).
Please do not edit manually.
13 changes: 13 additions & 0 deletions sdk/python/kfp/v2/proto/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
Loading

0 comments on commit 097b186

Please sign in to comment.