Last active
December 10, 2020 13:17
-
-
Save karlschriek/2bc0a4e07f134c41d2cbe0316f624f5e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: JSON S3 Reader | |
description: Reads a JSON from S3 | |
inputs: | |
- {name: s3_uri, type: String, description: 'Where to read JSON from'} | |
implementation: | |
container: | |
image: 863518836478.dkr.ecr.eu-central-1.amazonaws.com/dev/kubeflow-120/boto3 | |
command: [python3, read_data.py] | |
args: [ | |
--s3_uri, {inputValue: s3_uri} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment