Create temporary views and tables in Databricks
# S3 method for DatabricksConnection
sql_query_save(con, sql, name, temporary = TRUE, ...)The table/view name (invisibly)
A DatabricksConnection object
SQL query to save as table/view
Name for the temporary view or table
Whether the object should be temporary (default: TRUE)
Additional arguments (ignored)