forked from discdiver/pacc-nyc-2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pipe-deployment.yaml
58 lines (57 loc) · 1.31 KB
/
pipe-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
###
### A complete description of a Prefect Deployment for flow 'pipe'
###
name: dockit
description: null
version: e29de5d01b06d61b4e321d40f34a480c
# The work queue that will handle this deployment's runs
work_queue_name: default
work_pool_name: default-agent-pool
tags: []
parameters: {}
schedule: null
is_schedule_active: true
infra_overrides:
env.EXTRA_PIP_PACKAGES: s3fs
infrastructure:
type: docker-container
env: {}
labels: {}
name: null
command: null
image: prefecthq/prefect:2.7.12-python3.10
image_pull_policy: null
image_registry: null
networks: []
network_mode: null
auto_remove: false
volumes: []
stream_output: true
memswap_limit: null
mem_limit: null
privileged: false
block_type_slug: docker-container
_block_type_slug: docker-container
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: pipe
manifest_path: null
storage:
bucket_path: my-first-bucket34
aws_access_key_id: '**********'
aws_secret_access_key: '**********'
_block_document_id: 7fb1e3b9-1393-47cb-bf2f-c5c8627f7e23
_block_document_name: myawsblock
_is_anonymous: false
block_type_slug: s3
_block_type_slug: s3
path: ''
entrypoint: 202/flows.py:pipe
parameter_openapi_schema:
title: Parameters
type: object
properties: {}
required: null
definitions: null
timestamp: '2023-02-08T23:00:14.974642+00:00'