The datatype of varchar columns is displayed with precision 0 in warehouse catalog while viewing table structures of underlying Cassandra tables

This is expected behavior as Cassandra doesn’t have a limit on the varchar datatype. It is stored in Cassandra as a UTF-8 encoded string.
By default, the varchar datatype length is set to 4000 in the Strategy Cassandra ODBC Driver. Strategy Intelligence Server uses an ODBC Call (SQLDescribeCol) to determine the proper resources to allocate for the query results, for varchar columns the default size is 4000 as specified by the “string column length” setting in the ODBC driver. You may either see a degradation in performance if this value is set too high causing a lot of memory to be allocated or you may see truncation of data if this value is set too low. Please consult your DBA to set the values for the string column length field if the defaults don’t meet your requirements.
To edit this setting


