first commit

This commit is contained in:
2025-08-27 12:55:29 -04:00
commit 698ec83c96
18 changed files with 204 additions and 0 deletions

View 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: []