-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdeployment-pipeline.yaml
63 lines (62 loc) · 1.31 KB
/
deployment-pipeline.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
###
### A complete description of a Prefect Deployment for flow 'pipeline'
###
name: deployment-pipeline
description: null
version: ebcb971732022610968c57aa2dd74fae
# 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: pipeline
manifest_path: null
storage:
repository: https://github.com/GbotemiB/gharchive_DE_project
reference: main
access_token: null
include_git_objects: true
_block_document_id: b73c209f-40a6-41eb-8961-b57658060be6
_block_document_name: gharchive-github
_is_anonymous: false
block_type_slug: github
_block_type_slug: github
path: ''
entrypoint: code/main.py:pipeline
parameter_openapi_schema:
title: Parameters
type: object
properties:
year:
title: year
position: 0
type: integer
months:
title: months
position: 1
type: array
items: {}
days:
title: days
position: 2
required:
- year
- months
definitions: null
timestamp: '2023-03-30T13:49:48.441905+00:00'