Query
yaml
type: "io.kestra.plugin.cassandra.astradb.query"
Examples
yaml
id: cassandra_astradb_query
namespace: company.team
tasks:
- id: query
type: io.kestra.plugin.cassandra.astradb.Query
session:
secureBundle: /path/to/secureBundle.zip
keyspace: astradb_keyspace
clientId: astradb_clientId
clientSecret: astradb_clientSecret
cql: SELECT * FROM CQL_TABLE
fetchType: FETCH
Properties
cql *Requiredstring
session *RequiredNon-dynamicAstraDbSession
fetchType string
Default
NONE
Possible Values
STORE
FETCH
FETCH_ONE
NONE
Outputs
bytes integer
row object
rows array
SubType object
size integer
uri string
Format
uri
Definitions
io.kestra.plugin.cassandra.astradb.AstraDbSession
clientId *Requiredstring
clientSecret *Requiredstring
keyspace *Requiredstring
proxyAddress AstraDbSession-ProxyAddress
secureBundle string
io.kestra.plugin.cassandra.astradb.AstraDbSession-ProxyAddress
hostname *Requiredstring
Min length
1
port integerstring
Default
9042