Skip to content

Instantly share code, notes, and snippets.

@karlschriek
Last active December 10, 2020 13:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karlschriek/2bc0a4e07f134c41d2cbe0316f624f5e to your computer and use it in GitHub Desktop.
Save karlschriek/2bc0a4e07f134c41d2cbe0316f624f5e to your computer and use it in GitHub Desktop.
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