Python sdk: executing sql statements

I want to issue sql queries, but it appears that I must convert each sql statement into a Rockset Q object before I can execute the sql statement. Is there an easier way of just passing through the sql statement or a Rockset library that converts the sql statements to Q objects? thanks.

Hi! sorry for being a little late on this. Would this help:
Q(‘select ... from ...’)

Best,
n