I am using dsbulk to load dataset into the datastax astra
my table structure:
CREATE TABLE project(
FL_DATE date,
OP_CARRIER text,
DEP_DELAY float,
ARR_DELAY float,
PRIMARY KEY ((FL_DATE), OP_CARRIER)
) WITH CLUSTERING ORDER BY (OP_CARRIER ASC);
my mapping error
i try changing datatype still not working. Appreciate if anyone can help me
Assumptions:
/path/to/
directoryTable Structure:
Starting with an empty table:
Input sample csv file contents:
DSBulk configuration contents is:
DSBulk Load command executed is: