-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprefect.yaml
44 lines (39 loc) · 1.34 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
# 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: dev-day-zoom-out
prefect-version: 3.1.12
# 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.set_working_directory:
directory: /Users/jennifer/Desktop/Prefect/dev-day-zoom-out
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: mlb-simple-deploy
version:
tags: []
concurrency_limit:
description: Prefect flow to fetch game scores and locations for multiple teams,
then insert them into Snowflake.
entrypoint:
track_2_operationalize_workflows/session_3_zoom_out/get_mlb_data_results.py:mlb_simple_flow
parameters: {}
work_pool:
name: process
work_queue_name:
job_variables: {}
enforce_parameter_schema: true
schedules: []
sla:
- name: mlb-simple-high
severity: high
duration: 18
- name: mlb-simple-critical
severity: critical
duration: 1800
tags: ["jenny"]