Fix indentation in baselines2/cql-keyvalue2.yaml for schema-astra block

This commit is contained in:
Stefano Lottini 2022-07-01 01:12:02 +02:00
parent 4c34c1b2be
commit e9e648efc6

View File

@ -40,16 +40,16 @@ blocks:
value text, value text,
PRIMARY KEY (key) PRIMARY KEY (key)
); );
schema-astra: schema-astra:
params: params:
prepared: false prepared: false
statements: statements:
create-table: | create-table: |
create table if not exists TEMPLATE(keyspace,baselines).TEMPLATE(table,keyvalue) ( create table if not exists TEMPLATE(keyspace,baselines).TEMPLATE(table,keyvalue) (
key text, key text,
value text, value text,
PRIMARY KEY (key) PRIMARY KEY (key)
); );
rampup: rampup:
params: params:
cl: TEMPLATE(write_cl,LOCAL_QUORUM) cl: TEMPLATE(write_cl,LOCAL_QUORUM)