first commit
This commit is contained in:
26
u/joshuakrzemien/mtgjson_flow.flow/flow.yaml
Normal file
26
u/joshuakrzemien/mtgjson_flow.flow/flow.yaml
Normal file
@@ -0,0 +1,26 @@
|
||||
summary: MTGJSON Skus ETL
|
||||
description: ''
|
||||
value:
|
||||
modules:
|
||||
- id: a
|
||||
value:
|
||||
type: script
|
||||
input_transforms: {}
|
||||
is_trigger: false
|
||||
path: u/joshuakrzemien/mtg_json_download
|
||||
- id: b
|
||||
value:
|
||||
type: script
|
||||
input_transforms:
|
||||
download_success:
|
||||
type: javascript
|
||||
expr: results.a
|
||||
is_trigger: false
|
||||
path: u/joshuakrzemien/mtgjson_unzip
|
||||
same_worker: true
|
||||
schema:
|
||||
$schema: 'https://json-schema.org/draft/2020-12/schema'
|
||||
type: object
|
||||
order: []
|
||||
properties: {}
|
||||
required: []
|
Reference in New Issue
Block a user