
List available content from the connector
Source:R/connector_imports.R
, R/table_methods.R
, R/volume_methods.R
list_content_cnt.Rd
Addition list content methods for databricks connectors implemented for
connector::list_content_cnt()
:
ConnectorDatabricksTable: Reuses the
connector::list_content_cnt()
method for connector::connector_dbi, but always sets thecatalog
andschema
as defined in when initializing the connector.
ConnectorDatabricksVolume: Reuses the
connector::list_content_cnt()
method for ConnectorDatabricksVolume, but always sets thecatalog
andschema
as defined in when initializing the connector.
Usage
list_content_cnt(connector_object, ...)
# S3 method for class 'ConnectorDatabricksTable'
list_content_cnt(connector_object, ..., tags = NULL)
# S3 method for class 'ConnectorDatabricksVolume'
list_content_cnt(connector_object, ...)
Arguments
- connector_object
Connector The connector object to use.
- ...
ConnectorDatabricksVolume: Additional parameters to pass to the
brickster::db_volume_list()
methodExpression to be translated to SQL using
dbplyr::translate_sql()
e.g.((tag_name == "name1" && tag_value == "value1") || (tag_name == "name2"))
. It should containtag_name
andtag_value
values to filter by.
Value
A character vector of content names