Emil Christensen
07/06/2023, 3:42 PMJeff Hale
07/06/2023, 3:51 PMJeff Hale
07/06/2023, 4:00 PMDevin
07/06/2023, 5:05 PMEmil Christensen
07/06/2023, 5:20 PMDima Anoshin
07/06/2023, 5:21 PMJeff Hale
07/06/2023, 5:22 PMEdward at Evo
07/06/2023, 5:25 PMJeff Hale
07/06/2023, 5:26 PMGautam Peri
07/06/2023, 5:40 PMAlyssa Harris
07/06/2023, 5:40 PMFlow could not be retrieved from deployment.
Traceback (most recent call last):
File "<frozen importlib._bootstrap_external>", line 879, in exec_module
File "<frozen importlib._bootstrap_external>", line 1016, in get_code
File "<frozen importlib._bootstrap_external>", line 1073, in get_data
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/53/65gf_nkd2l14whfqq9lcrvnr0000gn/T/tmpcdtvon3cprefect/pacc-2023/flows.py'
Emil Christensen
07/06/2023, 5:52 PMElla
07/06/2023, 5:54 PMJeff Hale
07/06/2023, 5:56 PMJeff Hale
07/06/2023, 6:01 PMJeff Hale
07/06/2023, 6:25 PMTheo Platt
07/06/2023, 6:37 PMEmil Christensen
07/06/2023, 6:38 PMAgnieszka Jamroz
07/06/2023, 7:01 PMdainslie
07/06/2023, 7:06 PMEmil Christensen
07/06/2023, 7:24 PMJeff Hale
07/06/2023, 7:31 PMJeff Hale
07/06/2023, 7:32 PMKristopher Keene
07/06/2023, 7:39 PMGrant
07/06/2023, 7:45 PM# Welcome to your prefect.yaml file! You can you 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: Prefect_Cert_Course
prefect-version: 2.10.18
# build section allows you to manage and build docker images
build: null
# push section allows you to manage if and how this project is uploaded to remote locations
push: # ADD GIT PUSH STUFF HERE
- prefect.deployments.steps.git_push:
repository: <https://github.com/grant-arbuckle/Prefect_Cert_Course>
branch: main
# pull section allows you to provide instructions for cloning this project in remote locations
pull:
# - prefect.deployments.steps.set_working_directory:
# directory: C:\Users\grant.arbuckle\Prefect_Cert_Course
- prefect.deployments.steps.git_clone:
repository: <https://github.com/grant-arbuckle/Prefect_Cert_Course>
branch: main
# the deployments section allows you to provide configuration for deploying flows
deployments:
- name: pipe3_for_class
version: null
tags: []
description: null
entrypoint: 104.py:pipe3
parameters: {}
work_pool:
name: pool-for-prefect-class
work_queue_name: null
job_variables: {}
schedule: null
Emil Christensen
07/06/2023, 7:46 PMJeff Hale
07/06/2023, 7:49 PMJeff Hale
07/06/2023, 9:35 PMJeff Hale
07/07/2023, 11:55 AMJeff Hale
08/15/2023, 3:30 PM