Query
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-dynamic
Definitions
io.kestra.plugin.cassandra.astradb.AstraDbSession
clientId*Requiredstring
clientSecret*Requiredstring
keyspace*Requiredstring
proxyAddress
io.kestra.plugin.cassandra.astradb.AstraDbSession-ProxyAddress
hostname*Requiredstring
Min length
1portintegerstring
Default
9042secureBundlestring
fetchType string
Default
NONEPossible Values
STOREFETCHFETCH_ONENONEOutputs
bytes integer
row object
rows array
SubTypeobject
size integer
uri string
Format
uri