LookmlModelApi: LookmlModel operations

LookmlModelApiR Documentation

LookmlModel operations

Description

looker.LookmlModel

Methods

all_lookml_models Get All LookML Models

create_lookml_model Create LookML Model

delete_lookml_model Delete LookML Model

graph_derived_tables_for_model Get Derived Table

lookml_model Get LookML Model

lookml_model_explore Get LookML Model Explore

update_lookml_model Update LookML Model

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
LookmlModelApi$new(apiClient)

Method all_lookml_models()

Usage
LookmlModelApi$all_lookml_models(fields, limit, offset, ...)

Method create_lookml_model()

Usage
LookmlModelApi$create_lookml_model(body, ...)

Method delete_lookml_model()

Usage
LookmlModelApi$delete_lookml_model(lookml_model_name, ...)

Method graph_derived_tables_for_model()

Usage
LookmlModelApi$graph_derived_tables_for_model(model, format, color, ...)

Method lookml_model()

Usage
LookmlModelApi$lookml_model(lookml_model_name, fields, ...)

Method lookml_model_explore()

Usage
LookmlModelApi$lookml_model_explore(
  lookml_model_name,
  explore_name,
  fields,
  ...
)

Method update_lookml_model()

Usage
LookmlModelApi$update_lookml_model(lookml_model_name, body, ...)

Method clone()

The objects of this class are cloneable with this method.

Usage
LookmlModelApi$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


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