acoustic-carpenter-78188
02/27/2023, 3:38 PMduckdb_task = DuckDBQuery(name="duckdb_task", query="SELECT SUM(a) FROM mydf", inputs=kwtypes(mydf=pd.DataFrame))
Describe alternatives you've considered
An alternative is to handle DuckDB code from within a Flyte task: https://gist.github.com/samhita-alla/003c3f409e8caa88470f6f7206b54ae3.
Propose: Link/Inline OR Additional context
A task plugin that accepts a query, a dataframe/pyarrow table/parquet file/csv file and parameters.
Are you sure this issue hasn't been raised already?
☑︎ Yes
Have you read the Code of Conduct?
☑︎ Yes
flyteorg/flyteacoustic-carpenter-78188
02/27/2023, 3:38 PM