Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Databricks Connection queries are very expensive?

Been looking at our AWS and Databricks costs associated with our Looker instance and it looks like the most expensive query is the following:

 

 

SELECT '${hiveconf:hive.session.id}' AS connection_id

 

 

What is this query for exactly? 

Solved Solved
0 1 198
1 ACCEPTED SOLUTION

This query is used to enable query killing functionality for Looker on Databricks, so it is serving an important purpose.

View solution in original post

1 REPLY 1

This query is used to enable query killing functionality for Looker on Databricks, so it is serving an important purpose.