Kacper Kwasnioch
12/14/2023, 3:15 PMprefect deployment build -n marvin -p default-agent-pool -q test flows/marvin.py:say_hi
name: name
description: null
version: version
# The work queue that will handle this deployment's runs
work_queue_name: w-q
work_pool_name: w-p
tags: []
parameters: {}
schedule: null
is_schedule_active: null
infra_overrides: {}
infrastructure:
type: process
env: {}
labels: {}
name: null
command:
- conda
- run
- -n
- conda_env_name
- python
- -m
- prefect.engine
stream_output: true
working_dir: null
block_type_slug: process
_block_type_slug: process
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: flow-name
manifest_path: null
storage: null
path: path
entrypoint: flow.py:flow
parameter_openapi_schema:
title: Parameters
type: object
properties: {}
required: null
definitions: null
timestamp: '2023-12-14T15:01:06.337189+00:00'
triggers: []
Is it correct way? Thanks!Bianca Hoch
12/14/2023, 4:07 PMBianca Hoch
12/14/2023, 4:08 PMKacper Kwasnioch
12/15/2023, 8:27 AM