Skip to content

Instantly share code, notes, and snippets.

@discdiver
Last active August 18, 2022 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discdiver/25c66a2b0e377655b367353360e80b4c to your computer and use it in GitHub Desktop.
Save discdiver/25c66a2b0e377655b367353360e80b4c to your computer and use it in GitHub Desktop.
###
### A complete description of a Prefect Deployment for flow 'Previously unreliable pipeline'
###
name: etl
description: null
version: 2cbeebadbddd7f0203b3a03a1d5208e8
# The work queue that will handle this deployment's runs
work_queue_name: default
tags:
- testing
parameters: {}
schedule: null
infra_overrides: {}
infrastructure:
type: process
env: {}
labels: {}
name: null
command:
- python
- -m
- prefect.engine
stream_output: true
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: Previously unreliable pipeline
manifest_path: null
storage: null
path: /Users/jeffhale/Desktop/prefect/prefect-101
entrypoint: basic-flow.py:pipeline4
parameter_openapi_schema:
title: Parameters
type: object
properties:
msg:
title: msg
default: Let's rock this!
type: string
required: null
definitions: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment