We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ea7e3 commit 1e95eb6Copy full SHA for 1e95eb6
sdk/python/kfp/cli/dsl.py
@@ -1,4 +1,4 @@
1
-# Copyright 2022 The Kubeflow Authors
+# Copyright 2022-2024 The Kubeflow Authors
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -18,4 +18,4 @@
18
19
@click.group(commands={'compile': compile_.compile_})
20
def dsl():
21
- """Command group for compiling DSL to IR."""
+ """Command group for compiling DSL to Pipeline Spec."""
0 commit comments