I'm trying to create user in cassandra using python driver.
defined variable password
password=abcde
rows = session.execute("create user test_user with 'password')
Syntax error in CQL query] message="line password expecting K_PASSWORD
password=abcde
rows = session.execute("create user test_user with 'password')