forked from microsoft/planetary-computer-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkflow.yaml
More file actions
26 lines (25 loc) · 791 Bytes
/
workflow.yaml
File metadata and controls
26 lines (25 loc) · 791 Bytes
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
name: Ingest NDJsons from blob://modiseuwest/modis-061-etl-data/chunks-for-reingest/
jobs:
ingest-items:
id: ingest-items
tasks:
- id: ingest-ndjson
image_key: ingest
task: pctasks.ingest_task.task:ingest_task
args:
content:
type: Ndjson
ndjson_folder:
uri: blob://modiseuwest/modis-061-etl-data/chunks-for-reingest/
extensions: []
options:
insert_group_size: 5000
insert_only: false
environment:
AZURE_TENANT_ID: ${{ secrets.task-tenant-id }}
AZURE_CLIENT_ID: ${{ secrets.task-client-id }}
AZURE_CLIENT_SECRET: ${{ secrets.task-client-secret }}
schema_version: 1.0.0
schema_version: 1.0.0
id: modis-reingest-staging
dataset: microsoft/modis