File size: 214 Bytes
79e1719
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
name: multistep_example

python_env: python_env.yaml

entry_points:
 ingest_request:
  command: "python ingest_request.py"

 ingest_convert:
  command: "python ingest_convert.py"

 main:
  command: "python main.py"