yaml
type: "io.kestra.plugin.cassandra.astradb.Query"
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
Definitions
clientId*Requiredstring
clientSecret*Requiredstring
keyspace*Requiredstring
proxyAddress
hostname*Requiredstring
Min length1
portintegerstring
Default9042
secureBundlestring
DefaultNONE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi