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
Default NONE
Possible Values
STOREFETCHFETCH_ONENONE
SubType object
Format uri
Min length 1
Default 9042