Remote REPL to Databricks Cluster
db_repl(
cluster_id,
language = c("r", "py", "scala", "sql", "sh"),
host = db_host(),
token = db_token()
)
Cluster Id to create REPL context against.
for REPL ('r', 'py', 'scala', 'sql', 'sh') are supported.
Databricks workspace URL, defaults to calling db_host()
.
Databricks workspace token, defaults to calling db_token()
.
db_repl()
will take over the existing console and allow execution of
commands against a Databricks cluster. For RStudio users there are Addins
which can be bound to keyboard shortcuts to improve usability.