kestra-io / kestra-io/plugin-jdbc

Automatically output files for DuckDB

Open
#564 0 comments 0 reactions 0 assignees View on GitHub
area/plugin good first issue
Dominant language
Java
Stars
24
Forks
38
Avg merge
2d 3h
Merged PRs (30d)
22

Description

### Feature description

- following to #267

COPY TO '{{ outputFiles.result }}' — if you have any files generated within the query that weren’t in the wdir before the task run, we can automatically output them without requiring to specify any outputFiles objects. This syntax will still work if specified, but it's no longer required. we can deprecate the outputFiles property because it will now be done by default (TBD if possible)

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reading the related issue #267 and reviewing how DuckDB COPY TO and the outputFiles property are currently handled. Determine whether files generated during a query can be detected and output automatically, while preserving the existing syntax or defining its deprecation. Done means the behavior is specified and implemented without requiring outputFiles objects.

Written by the indexing model from the issue text.

Assessment

Tech stack
java, sql
Domain
databases
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.