Get Derived Table graph for model beta
Implementation Notes
Discover information about derived tables.
Response Class
Parameters
Parameter | Required? | Description | Parameter Type | Data Type |
---|---|---|---|---|
model | true | The name of the Lookml model. | string | string |
format | false | The format of the graph. Valid values are [dot]. Default is `dot` | string | string |
color | false | Color denoting the build status of the graph. Grey = not built, green = built, yellow = building, red = error. | string | string |
Response Messages
HTTP Status Code | Reason | Response Model |
---|---|---|
400 | Bad Request |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
404 | Not Found |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
Get subgraph of derived table and dependencies beta
Implementation Notes
Get the subgraph representing this derived table and its dependencies.
Response Class
Parameters
Parameter | Required? | Description | Parameter Type | Data Type |
---|---|---|---|---|
view | true | The derived table’s view name. | string | string |
models | false | The models where this derived table is defined. | string | string |
workspace | false | The model directory to look in, either `dev` or `production`. | string | string |
Response Messages
HTTP Status Code | Reason | Response Model |
---|---|---|
400 | Bad Request |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
404 | Not Found |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
Start a PDT materialization beta
Implementation Notes
Enqueue materialization for a PDT with the given model name and view name.
Response Class
Parameters
Parameter | Required? | Description | Parameter Type | Data Type |
---|---|---|---|---|
model_name | true | The model of the PDT to start building. | string | string |
view_name | true | The view name of the PDT to start building. | string | string |
force_rebuild | false | Force rebuild of required dependent PDTs, even if they are already materialized. | string | string |
force_full_incremental | false | Force involved incremental PDTs to fully re-materialize. | string | string |
workspace | false | Workspace in which to materialize selected PDT (‘dev’ or default ‘production’). | string | string |
source | false | The source of this request. | string | string |
Response Messages
HTTP Status Code | Reason | Response Model |
---|---|---|
400 | Bad Request |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
404 | Not Found |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
Check status of a PDT materialization beta
Implementation Notes
Check status of PDT materialization.
Response Class
Parameters
Parameter | Required? | Description | Parameter Type | Data Type |
---|---|---|---|---|
materialization_id | true | The materialization id to check status for. | string | string |
Response Messages
HTTP Status Code | Reason | Response Model |
---|---|---|
400 | Bad Request |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
404 | Not Found |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
Stop a PDT materialization beta
Implementation Notes
Stop a PDT materialization.
Response Class
Parameters
Parameter | Required? | Description | Parameter Type | Data Type |
---|---|---|---|---|
materialization_id | true | The materialization id to stop. | string | string |
source | false | The source of this request. | string | string |
Response Messages
HTTP Status Code | Reason | Response Model |
---|---|---|
400 | Bad Request |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|
404 | Not Found |
Error {
message (string, read-only, required): Error details, documentation_url (string, read-only, required): Documentation link }
|