-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.json
40 lines (40 loc) · 1.23 KB
/
metadata.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"example": {
"my_second_dbt_model": {
"title": "example: example",
"short_description": "example",
"long_description": "example",
"update_frequency": "Nunca",
"temporal_coverage": "example",
"data_owner": "example",
"publisher_name": "example",
"publisher_email": "example@gmail.com",
"tags": [],
"categories": [],
"columns": [
{
"name": "id",
"description": "The primary key for this table"
}
]
},
"my_first_dbt_model": {
"title": "example: example",
"short_description": "example",
"long_description": "example",
"update_frequency": "Nunca",
"temporal_coverage": "example",
"data_owner": "example",
"publisher_name": "example",
"publisher_email": "example@gmail.com",
"tags": [],
"categories": [],
"columns": [
{
"name": "id",
"description": "The primary key for this table"
}
]
}
}
}