I'm trying to use query pushdown from databricks to Snowflake. I'm reading data from snowflake(data source) to databricks, creating dataframes and applying joins, filter and aggregate functions. Code is running fine but not able to find if the query is pushed down to snowflake. How to check if query has run on snowflake or spark(databricks) cluster?
Asked
Active
Viewed 264 times