sql_query_save.DatabricksConnection: Create temporary views and tables in Databricks

View source: R/databricks-dbplyr.R

sql_query_save.DatabricksConnectionR Documentation

Create temporary views and tables in Databricks

Description

Create temporary views and tables in Databricks

Usage

## S3 method for class 'DatabricksConnection'
sql_query_save(con, sql, name, temporary = TRUE, ...)

Arguments

con

A DatabricksConnection object

sql

SQL query to save as table/view

name

Name for the temporary view or table

temporary

Whether the object should be temporary (default: TRUE)

...

Additional arguments (ignored)

Value

The table/view name (invisibly)


brickster documentation built on Sept. 9, 2025, 5:33 p.m.