i am using python cassandra driver, i have searched that how to get last inserted id but couldn't find any solution except this, but i want to get uuid or id not timestamp
can any body help me please ?
i am using python cassandra driver, i have searched that how to get last inserted id but couldn't find any solution except this, but i want to get uuid or id not timestamp
can any body help me please ?
Unfortunately you really can't. If this is a requirement you're better off creating the uuid locally and sending it to cassandra yourself.