MetadataApi: Metadata operations

MetadataApiR Documentation

Metadata operations

Description

looker.Metadata

Methods

connection_columns Get columns for a connection

connection_cost_estimate Estimate costs for a connection

connection_databases List accessible databases to this connection

connection_features Metadata features supported by this connection

connection_schemas Get schemas for a connection

connection_search_columns Search a connection for columns

connection_tables Get tables for a connection

get_model Get a single model

model_fieldname_suggestions Model field name suggestions

Public fields

path

Stores url path of the request.

apiClient

Handles the client-server communication.

userAgent

Set the user agent of the request.

Active bindings

path

Stores url path of the request.

Methods

Public methods


Method new()

Usage
MetadataApi$new(apiClient)

Method connection_columns()

Usage
MetadataApi$connection_columns(
  connection_name,
  database,
  schema_name,
  cache,
  table_limit,
  table_names,
  fields,
  ...
)

Method connection_cost_estimate()

Usage
MetadataApi$connection_cost_estimate(connection_name, body, fields, ...)

Method connection_databases()

Usage
MetadataApi$connection_databases(connection_name, ...)

Method connection_features()

Usage
MetadataApi$connection_features(connection_name, fields, ...)

Method connection_schemas()

Usage
MetadataApi$connection_schemas(connection_name, database, cache, fields, ...)

Method connection_search_columns()

Usage
MetadataApi$connection_search_columns(
  connection_name,
  column_name,
  fields,
  ...
)

Method connection_tables()

Usage
MetadataApi$connection_tables(
  connection_name,
  database,
  schema_name,
  cache,
  fields,
  ...
)

Method get_model()

Usage
MetadataApi$get_model(model_name, ...)

Method model_fieldname_suggestions()

Usage
MetadataApi$model_fieldname_suggestions(
  model_name,
  view_name,
  field_name,
  term,
  filters,
  ...
)

Method clone()

The objects of this class are cloneable with this method.

Usage
MetadataApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


looker/lookr documentation built on Jan. 15, 2024, 2:49 a.m.