-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathITS_LIVE_META_BULK.yml
More file actions
61 lines (61 loc) · 1.67 KB
/
Copy pathITS_LIVE_META_BULK.yml
File metadata and controls
61 lines (61 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
ITS_LIVE_META_BULK:
required_parameters:
- granules_parquet
parameters:
granules_parquet:
api_schema:
description: S3 URI for an ITS_LIVE velocity granule to generate metadata for
type: string
pattern: '^s3:\/\/.*\.parquet$'
start_idx:
api_schema:
description: Start index (inclusive) of the contiguous subset of granules in granules_parquet to generate metadata for
type: integer
minimum: 0
default: 0
stop_idx:
api_schema:
description: Stop index (exclusive) of the contiguous subset of granules in granules_parquet to generate metadata for
type: integer
nullable: true
minimum: 1
default: null
publish_bucket:
api_schema:
description: Publish the resulting metadata files to the ITS_LIVE AWS Open Data (or test) S3 Bucket
type: string
nullable: true
enum:
- null
- "its-live-data"
- "its-live-data-test"
default: null
cost_profiles:
DEFAULT:
cost: 1.0
validators: []
steps:
- name: ''
image: ghcr.io/asfhyp3/itslive-metadata
command:
- ++plugin
- bulk_meta
- --granules-parquet
- Ref::granules_parquet
- --start-idx
- Ref::start_idx
- --stop-idx
- Ref::stop_idx
- --bucket
- Ref::bucket
- --bucket-prefix
- Ref::bucket_prefix
- --publish-bucket
- Ref::publish_bucket
timeout: 21600
compute_environment: ItsLiveIntel
vcpu: 1
memory: 31500
secrets:
- PUBLISH_ACCESS_KEY_ID
- PUBLISH_SECRET_ACCESS_KEY