Skip to content

Commit

Permalink
Cassandra Kamelets: Consistency Level in source should list only avai…
Browse files Browse the repository at this point in the history
…lable consistency level for reading

Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Mar 23, 2023
1 parent f4d605d commit 9d84dff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
description: The consistency level to use.
type: string
default: QUORUM
enum: ["ANY", "ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
enum: ["ONE", "TWO", "THREE", "QUORUM", "ALL", "LOCAL_QUORUM", "EACH_QUORUM", "SERIAL", "LOCAL_SERIAL", "LOCAL_ONE"]
query:
title: Query
description: The query to execute against the Cassandra cluster table.
Expand Down

0 comments on commit 9d84dff

Please sign in to comment.