# Cassandra Input

## ![](/files/3SWOF8pHvSFniyR9YxKY) Cassandra Input

### Description <a href="#description" id="description"></a>

The Cassandra Input transform reads data from a Cassandra table of an Apache Cassandra cluster using CQL (Cassandra Query Language) version 3.x.

| Hop Engine | <sup>✓</sup> |
| ---------- | ------------ |
| Spark      | <sup>✓</sup> |
| Flink      | <sup>✓</sup> |
| Dataflow   | <sup>✓</sup> |

### Options

| Option                               | Description                                                                                                                                                                                     |
| ------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cassandra connection                 | Here you specify the name of the connection to use either as a fixed value or as a variable expression. There are buttons to the right of the input field to hel you manage the metadata.       |
| Transport max length                 | Set an optional maximum object size that can be sent. Leaving it blank means that the default cluster value is used. (typically 16384000)                                                       |
| Execute query for each incoming row? | This will cause the query to be executed repeatedly: once per input row.                                                                                                                        |
| CQL                                  | The Cassandra Query Language statement you want to use. For more information on CQL, see [Introduction to Cassandra Query Language](https://docs.datastax.com/en/cql-oss/3.x/cql/cqlIntro.html) |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.primeur.com/data-shaper-1.21/knowing-the-data-shaper-designer/pipelines/transforms/cassandra-input.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
