pipelines/sdk/python/test_data/components/container_no_input.yaml

28 lines
587 B
YAML

# PIPELINE DEFINITION
# Name: container-no-input
components:
comp-container-no-input:
executorLabel: exec-container-no-input
deploymentSpec:
executors:
exec-container-no-input:
container:
command:
- echo
- hello world
image: python:3.7
pipelineInfo:
name: container-no-input
root:
dag:
tasks:
container-no-input:
cachingOptions:
enableCache: true
componentRef:
name: comp-container-no-input
taskInfo:
name: container-no-input
schemaVersion: 2.1.0
sdkVersion: kfp-2.1.3