GoshDarnedHero
10/11/2023, 1:06 PMprefect.yaml
and I'm getting an error.
Here's the snippet
deployments:
# Production deployments deploy with '*-prod'
- name: create-picks-prod
version: {{ $NEW_VERSION }}
tags: [production]
description: 'Creates the weekly picks page'
schedule:
cron: 0 6 * * 3
timezone: US/Pacific
entrypoint: create_picks.py:create_picks
work_pool:
name: tgfp-jobs
pull:
- prefect.deployments.steps.set_working_directory: *path-prod
Justin Trautmann
10/11/2023, 1:36 PMversion: "{{ $NEW_VERSION }}"
GoshDarnedHero
10/11/2023, 8:49 PM