Hi,
I am wondering what documentation exists on Query Pushdown in Snowflake.
I noticed that a single function (monitonically_increasing_id()) prevented the entire query being pushed down to Snowflake during an ETL process.
Is Pushdown coming from the Spark JDBC connector OR is this from Databricks itself?
Is it possible to determine whether the query will be pushed down?