Models
Schema: `Model`
- Type:
object
Properties
| Name | Type | Required | Description |
|---|---|---|---|
config |
ModelConfig |
false |
- |
contract |
ModelContract |
false |
- |
created_at |
string |
false |
- |
created_by |
string |
false |
- |
depends_on |
array[string] |
false |
- |
description |
string |
false |
- |
freshness_policy |
FreshnessPolicy |
false |
- |
id |
string |
false |
- |
materialization |
ModelMaterialization |
false |
- |
name |
string |
false |
- |
owner |
string |
false |
- |
project_name |
string |
false |
- |
sql |
string |
false |
- |
tags |
array[string] |
false |
- |
updated_at |
string |
false |
- |