Query Query
Query Certified

Execute a single SQL query against Vertica

yaml
type: io.kestra.plugin.jdbc.vertica.Query
yaml
id: vertica_query
namespace: company.team

tasks:
  - id: query
    type: io.kestra.plugin.jdbc.vertica.Query
    url: jdbc:vertica://127.0.0.1:56982/db
    username: "{{ secret('VERTICA_USERNAME') }}"
    password: "{{ secret('VERTICA_PASSWORD') }}"
    sql: select * from customer
    fetchType: FETCH_ONE
Properties
Default10000
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi
Unitrows