Preview Flyte 2 for productionHosted on Union.ai
DuckDB

DuckDB

flytekitplugins-duckdb

FlytekitDatabases & Warehousesduckdbsqlanalyticsolap

Run analytical workloads with ease using DuckDB.

Install
pip install flytekitplugins-duckdb

Quick Start(example, may need adjustment)

See full examples
pip install flytekitplugins-duckdb

from flytekit import task, workflow
from flytekitplugins.duckdb import DuckDBProvider, DuckDBQuery

config = DuckDBProvider(...)

@task
def my_task() -> None:
    ...

@workflow
def my_workflow() -> None:
    my_task()

Available Imports (2)

enumDuckDBProvider

Configuration type for DuckDB.

extends Enum — enumeration of predefined options

from flytekitplugins.duckdb import DuckDBProvider

typeDuckDBQuery

Configuration type for DuckDB.

from flytekitplugins.duckdb import DuckDBQuery

Dependencies

duckdbpandas

Related Plugins

Package Info

Min Flytekit1.3.0
Modules2

Downloads

Stats unavailable