john_lynch
Databricks Employee
Databricks Employee

@adrin, why not just run the query in a python cell? Do something like below:

df = sqlContext.sql("select * from table limit 10")