-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
159 lines (143 loc) · 4.24 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>dbt JSON Schemas</title>
<style>
body {
background: #003645 !important;
color: #93a1a1;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 40px 20px;
text-align: center;
}
main {
font-size: 180%;
}
h1 {
color: #fff;
}
i {
color: #719e07;
}
p {
margin-bottom: 2em;
}
a {
color: #93a1a1;
text-decoration: none;
}
a:hover {
color: #fff
}
ul {
list-style: none;
padding: 0;
}
ul li {
margin-bottom: 1em;
}
footer {
margin-top: 10em;
font-size: 140%;
}
</style>
</head>
<body>
<main>
<img src="static/dbt-logo-full-white.svg" width="150">
<h1>dbt JSON Schemas</h1>
<h3>Manifest</h3>
<ul>
<li>
<a href="dbt/manifest/v12/index.html">v12</a> (<a href="dbt/manifest/v12.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v11/index.html">v11</a> (<a href="dbt/manifest/v11.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v10/index.html">v10</a> (<a href="dbt/manifest/v10.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v9/index.html">v9</a> (<a href="dbt/manifest/v9.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v8/index.html">v8</a> (<a href="dbt/manifest/v8.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v7/index.html">v7</a> (<a href="dbt/manifest/v7.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v6/index.html">v6</a> (<a href="dbt/manifest/v6.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v5/index.html">v5</a> (<a href="dbt/manifest/v5.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v4/index.html">v4</a> (<a href="dbt/manifest/v4.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v3/index.html">v3</a> (<a href="dbt/manifest/v3.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v2/index.html">v2</a> (<a href="dbt/manifest/v2.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v1/index.html">v1</a> (<a href="dbt/manifest/v1.json">raw</a>)
</li>
<li>
<a href="dbt/manifest/v0/index.html">v0</a> (<a href="dbt/manifest/v0.json">raw</a>)
</li>
</ul>
<h3>Catalog</h3>
<ul>
<li>
<a href="dbt/catalog/v1/index.html">v1</a> (<a href="dbt/catalog/v1.json">raw</a>)
</li>
<li>
<a href="dbt/catalog/v0/index.html">v0</a> (<a href="dbt/catalog/v0.json">raw</a>)
</li>
</ul>
<h3>Run Results</h3>
<ul>
<li>
<a href="dbt/run-results/v6/index.html">v6</a> (<a href="dbt/run-results/v6.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v5/index.html">v5</a> (<a href="dbt/run-results/v5.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v4/index.html">v4</a> (<a href="dbt/run-results/v4.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v3/index.html">v3</a> (<a href="dbt/run-results/v3.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v2/index.html">v2</a> (<a href="dbt/run-results/v2.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v1/index.html">v1</a> (<a href="dbt/run-results/v1.json">raw</a>)
</li>
<li>
<a href="dbt/run-results/v0/index.html">v0</a> (<a href="dbt/run-results/v0.json">raw</a>)
</li>
</ul>
<h3>Sources</h3>
<ul>
<li>
<a href="dbt/sources/v3/index.html">v3</a> (<a href="dbt/sources/v3.json">raw</a>)
</li>
<li>
<a href="dbt/sources/v2/index.html">v2</a> (<a href="dbt/sources/v2.json">raw</a>)
</li>
<li>
<a href="dbt/sources/v1/index.html">v1</a> (<a href="dbt/sources/v1.json">raw</a>)
</li>
<li>
<a href="dbt/sources/v0/index.html">v0</a> (<a href="dbt/sources/v0.json">raw</a>)
</li>
</ul>
</main>
</body>
</html>