-
Notifications
You must be signed in to change notification settings - Fork 1
/
prefect.yaml
50 lines (45 loc) · 1.25 KB
/
prefect.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
# Welcome to your prefect.yaml file! You can use this file for storing and managing
# configuration for deploying your flows. We recommend committing this file to source
# control along with your flow code.
# Generic metadata about this project
name: deeprootgen
prefect-version: 2.16.8
# build section allows you to manage and build docker images
build:
# push section allows you to manage if and how this project is uploaded to remote locations
push:
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
- prefect.deployments.steps.git_clone:
repository: git@github.com:JBris/deep-root-gen.git
branch: main
access_token:
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name:
version:
tags: []
description:
schedule: {}
flow_name:
entrypoint:
parameters: {}
work_pool:
name:
work_queue_name:
job_variables: {}
- name: default
version:
tags: []
description: Test description.
entrypoint: app/flows/test_flow.py:hello_flow
parameters: {}
work_pool:
name: default
work_queue_name:
job_variables: {}
schedules:
- interval: 3600.0
anchor_date: '2024-09-06T09:04:39.429625+00:00'
timezone: UTC
active: true