-
Notifications
You must be signed in to change notification settings - Fork 9
/
prefect-docker-deployment.yaml
68 lines (67 loc) · 1.62 KB
/
prefect-docker-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
###
### A complete description of a Prefect Deployment for flow 'Create a Report for Google Trends'
###
name: google-trends-gh-docker
description: null
version: c77c003fb81669eab35a129f16e2bb90
# The work queue that will handle this deployment's runs
work_queue_name: test
tags: []
parameters: {}
schedule: null
infra_overrides: {}
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: Create a Report for Google Trends
manifest_path: null
infrastructure:
type: docker-container
env:
EXTRA_PIP_PACKAGES: datapane==0.15.1 plotly==5.10.0 prefect>=2.3.1 prefect_shell==0.1.1
pytrends==4.8.0
labels: {}
name: null
command:
- python
- -m
- prefect.engine
image: prefecthq/prefect:2.3.2-python3.9
image_pull_policy: null
image_registry: null
networks: []
network_mode: null
auto_remove: false
volumes: []
stream_output: true
_block_document_id: 77f47e0e-63c1-4fc4-a785-7750c22eb499
_block_document_name: google-trends
_is_anonymous: false
_block_type_slug: docker-container
storage:
repository: https://github.com/khuyentran1401/prefect-docker
reference: master
_block_document_id: 1806cf00-a5a6-4834-9d06-159d2b8ee72f
_block_document_name: pytrends
_is_anonymous: false
_block_type_slug: github
path: ''
entrypoint: src/main.py:create_pytrends_report
parameter_openapi_schema:
title: Parameters
type: object
properties:
keyword:
title: keyword
default: COVID
type: string
start_date:
title: start_date
default: '2020-01-01'
type: string
num_countries:
title: num_countries
default: 10
type: integer
required: null
definitions: null