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! Go to Solution.
This query is used to enable query killing functionality for Looker on Databricks, so it is serving an important purpose.
This query is used to enable query killing functionality for Looker on Databricks, so it is serving an important purpose.