Storage - Models

Get model DDL

Get the DDL for a model's table in the system of record

get/storage/models/{uuid}/ddl

Path parameters

uuidstring required

Resource UUID

Resource UUID

Response

Successful response

ddlstring required

Data Definition Language for the model table.

languagestring required

System of record dialect (e.g. snowflake, bigquery).

Changes