Skip to content

Instantly share code, notes, and snippets.

@anna-geller
Created November 15, 2022 01:39
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 anna-geller/5c93a681d026f8f325b42016a86eb436 to your computer and use it in GitHub Desktop.
Save anna-geller/5c93a681d026f8f325b42016a86eb436 to your computer and use it in GitHub Desktop.
###
### A complete description of a Prefect Deployment for flow 'taxi-data'
###
name: yellow
description: null
version: 130746a12ffa6ed31ffe6f21fa338fcc
# The work queue that will handle this deployment's runs
work_queue_name: default
tags: []
parameters:
table_name: green_tripdata
schedule: null
infra_overrides: {}
###
### DO NOT EDIT BELOW THIS LINE
###
flow_name: taxi-data
manifest_path: null
infrastructure:
type: process
env: {}
labels: {}
name: null
command: null
stream_output: true
working_dir: null
_block_document_id: cbf76251-f469-43b1-8e2a-14938a37eb18
_block_document_name: anonymous-48b08c4e-b819-4951-b0f5-9a791b6cd66b
_is_anonymous: true
block_type_slug: process
_block_type_slug: process
storage: null
path: /Users/anna/repos/de-zoomcamp
entrypoint: week_2_dataflow/main.py:taxi_data
parameter_openapi_schema:
title: Parameters
type: object
properties:
file:
title: file
default: yellow_tripdata_2022-06.parquet
type: string
dataset:
title: dataset
default: trips_data_all
type: string
table_name:
title: table_name
default: yellow_tripdata
type: string
kwargs:
title: kwargs
required:
- kwargs
definitions: null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment