From afa1286f4de3950509bc8d1c3b319773f7286f94 Mon Sep 17 00:00:00 2001 From: Greg Sheremeta Date: Wed, 3 Jul 2024 20:31:17 -0400 Subject: [PATCH] review feedback Signed-off-by: Greg Sheremeta --- sdk/python/kfp/dsl/pipeline_config.py | 2 +- sdk/python/kfp/dsl/pipeline_context.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/python/kfp/dsl/pipeline_config.py b/sdk/python/kfp/dsl/pipeline_config.py index 64f53fa80c8..19b73b5045e 100644 --- a/sdk/python/kfp/dsl/pipeline_config.py +++ b/sdk/python/kfp/dsl/pipeline_config.py @@ -14,7 +14,7 @@ """Pipeline-level config options.""" -class PipelineConfig(): +class PipelineConfig: """PipelineConfig contains pipeline-level config options.""" def __init__(self): diff --git a/sdk/python/kfp/dsl/pipeline_context.py b/sdk/python/kfp/dsl/pipeline_context.py index cc54aec99b3..80eb9ca8c37 100644 --- a/sdk/python/kfp/dsl/pipeline_context.py +++ b/sdk/python/kfp/dsl/pipeline_context.py @@ -51,6 +51,7 @@ def my_pipeline(a: str, b: int): pipeline_root: The root directory from which to read input and output parameters and artifacts. display_name: A human-readable name for the pipeline. + pipeline_config: Pipeline-level config options. """ if func is None: return functools.partial(