peter-toth commented on PR #28953:
URL: https://github.com/apache/spark/pull/28953#issuecomment-1240980222
Can you please try:
```
df = spark.read.format(SNOWFLAKE_SOURCE_NAME)
.option("sessionInitStatement", "call
SP_UTILIZATION_INSIGHTS_LOOKUP_TABLE()")
.option("query", "SELECT * FROM your_table_that_is_populated")
.load()
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]