-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprefect.yaml
More file actions
57 lines (53 loc) · 1.5 KB
/
prefect.yaml
File metadata and controls
57 lines (53 loc) · 1.5 KB
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
# File for configuring project / deployment build, push and pull steps
# Generic metadata about this project
name: fraud_detection
prefect-version: 2.10.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.projects.steps.git_clone_project:
# repository: https://github.com/discdiver/prefect-mlops-zoomcamp.git
# branch: main
# access_token: null
deployments:
- name: fraud_detection
version:
tags: []
description:
entrypoint: orchestration/orquestrate.py:main_flow
parameters: {}
work_pool:
name: zoompool
work_queue_name:
job_variables: {}
schedules:
- interval: 60.0
anchor_date: '2024-08-14T14:34:53.071104+00:00'
timezone: UTC
active: false
pull:
- prefect.deployments.steps.git_clone:
repository: https://github.com/AMaldu/fraud_detection.git
branch: main
- name: reduced_project
version:
tags: []
description:
entrypoint: orchestration/orquestrate.py:main_flow
parameters: {}
work_pool:
name: reduced_project_pool
work_queue_name:
job_variables: {}
schedules:
- interval: 60.0
anchor_date: '2024-08-18T13:26:49.743422+00:00'
timezone: UTC
active: true
pull:
- prefect.deployments.steps.git_clone:
repository: https://github.com/AMaldu/fraud_detection.git
branch: main