commsor / titanoboa

Titanoboa makes complex workflows easy. It is a low-code workflow orchestration platform for JVM - distributed, highly scalable and fault tolerant.

Home Page:https://titanoboa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support query opts in jdbc tasklet

mikub opened this issue · comments

Currently jdbc tasklet does not support passing query options to clojure.java.jdbc/query function (see doc).

This would be highly beneficial as it would allow people to use :row-fn and other options making the DB querying super flexible and removing any need for further ETL steps.

Fixed in 14a25fe