yaml
type: "io.kestra.plugin.jdbc.vectorwise.Queries"
yaml
id: vectorwise_queries
namespace: company.team

tasks:
  - id: queries
    type: io.kestra.plugin.jdbc.vectorwise.Queries
    url: jdbc:vectorwise://url:port/base
    username: "{{ secret('VECTORWISE_USERNAME') }}"
    password: "{{ secret('VECTORWISE_PASSWORD') }}"
    sql: select count(*) from employee; select count(*) from laptop;
    fetchType: FETCH_ONE
Properties
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
Defaulttrue
Definitions
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Formaturi
Unitrows