Created
October 29, 2022 22:05
-
-
Save anna-geller/51450a674caa851eae7af4e6c0213b05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
### A complete description of a Prefect Deployment for flow 'parametrized' | |
### | |
name: dev | |
description: null | |
version: 77ecff5259bc026121213109401965ae | |
# The work queue that will handle this deployment's runs | |
work_queue_name: dev | |
tags: [] | |
parameters: {} | |
schedule: null | |
infra_overrides: {} | |
### | |
### DO NOT EDIT BELOW THIS LINE | |
### | |
flow_name: parametrized | |
manifest_path: null | |
infrastructure: | |
type: process | |
env: {} | |
labels: {} | |
name: null | |
command: | |
- conda | |
- run | |
- -n | |
- dataplatform | |
- python | |
- -m | |
- prefect.engine | |
stream_output: true | |
working_dir: null | |
_block_document_id: fe9361e7-68d2-45d9-818d-9f3d77660ea1 | |
_block_document_name: anonymous-e3b61f4f-c424-4d4e-b3c7-e3c311f77d6c | |
_is_anonymous: true | |
block_type_slug: process | |
_block_type_slug: process | |
storage: null | |
path: /Users/anna/repos/prefect-deployment-patterns/__create_deployment | |
entrypoint: flows/parametrized.py:parametrized | |
parameter_openapi_schema: | |
title: Parameters | |
type: object | |
properties: | |
user: | |
title: user | |
default: Marvin | |
type: string | |
question: | |
title: question | |
default: Ultimate | |
type: string | |
answer: | |
title: answer | |
default: 42 | |
required: null | |
definitions: null |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment