kestra-io / kestra-io/plugin-jdbc
Automatically output files for DuckDB
- 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