Skip to main content

Perform Ad Hoc Queries

This page shows you different methods for performing ad hoc queries.

To see the full example, refer to the Stream Workers SDK Example.

q = "select * from SampleCargoAppDestTable limit 3"
result = app.query(q)
print(result)