When using args_mapping it's failing to convert the string into a stricter inf.Dec type that Cassandra expects.
I’ve tried passing the value in both string and float formats, but in both cases, I encounter conversion errors:
When sent as string → Failed to send message: can not marshal string into decimal
When sent as float → Failed to send message: can not marshal float64 into decimal