-
Notifications
You must be signed in to change notification settings - Fork 0
/
landsat_parent_flow-deployment.yaml
73 lines (72 loc) · 1.64 KB
/
landsat_parent_flow-deployment.yaml
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
62
63
64
65
66
67
68
69
70
71
72
73
###
### A complete description of a Prefect Deployment for flow 'landsat-parent-flow'
###
name: landsat_aws_to_gcp_subset
description: Run get_landsat_data for each study area json file
version: e2350e4eacbc1bd3bf8cf74f78bc37b1
# The work queue that will handle this deployment's runs
work_queue_name: default
work_pool_name: null
tags: []
parameters: {}
schedule: null
is_schedule_active: null
infra_overrides: {}
infrastructure:
type: process
env: {}
labels: {}
name: null
command: null
stream_output: true
working_dir: null
block_type_slug: process
_block_type_slug: process
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: landsat-parent-flow
manifest_path: null
storage:
repository: https://github.com/mbertrand/eo-climate-pipeline.git
reference: null
access_token: null
include_git_objects: true
_block_document_id: 132f7c4f-b30c-4e65-8bca-90a007e6fd95
_block_document_name: eo-climate-github
_is_anonymous: false
block_type_slug: github
_block_type_slug: github
path: ''
entrypoint: prefect/flows/aws_to_gcp_subset.py:landsat_parent_flow
parameter_openapi_schema:
title: Parameters
type: object
properties:
bands:
title: bands
position: 0
type: array
items:
type: string
geojson_files:
title: geojson_files
position: 1
type: array
items:
type: string
start_date:
title: start_date
position: 2
type: string
end_date:
title: end_date
position: 3
type: string
query:
title: query
position: 4
type: object
required: null
definitions: null
timestamp: '2023-04-04T12:08:32.417683+00:00'