write_cnt | R Documentation |
Additional write methods for Databricks connectors implemented for
connector::write_cnt()
:
ConnectorDatabricksTable: Reuses the connector::write_cnt()
method for ConnectorDatabricksTable, but always
sets the catalog
and schema
as defined in when initializing the
connector. Creates temporary volume to write object as a
parquet file and then convert it to a table.
ConnectorDatabricksVolume: Reuses the connector::write_cnt()
method for ConnectorDatabricksVolume, but always
sets the catalog
, schema
and path
as defined in when initializing the
connector.
write_cnt(
connector_object,
x,
name,
overwrite = zephyr::get_option("overwrite", "connector"),
...
)
## S3 method for class 'ConnectorDatabricksTable'
write_cnt(
connector_object,
x,
name,
overwrite = zephyr::get_option("overwrite", "connector.databricks"),
...,
method = "volume",
tags = NULL
)
## S3 method for class 'ConnectorDatabricksVolume'
write_cnt(
connector_object,
x,
name,
overwrite = zephyr::get_option("overwrite", "connector.databricks"),
...
)
connector_object |
Connector The connector object to use. |
x |
The object to write to the connection |
name |
character Name of the content to read, write, or remove. Typically the table name. |
overwrite |
Overwrite existing content if it exists in the connector. |
... |
ConnectorDatabricksVolume: Additional parameters to pass to the
|
method |
|
tags |
|
invisible connector_object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.