forked from rwalshe/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sidebarsLearn.js
270 lines (270 loc) · 7.57 KB
/
sidebarsLearn.js
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
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
module.exports = {
learn: [
'overview',
{
type: 'category',
label: 'Get started',
link: {
type: 'generated-index',
title: 'Get started',
description: 'Get started with Apache Airflow.',
},
items: [
'intro-to-airflow',
'airflow-quickstart',
{
type: 'category',
label: 'Tutorials',
link: {
type: 'doc',
id: 'get-started-with-airflow',
},
items: [
'get-started-with-airflow',
'get-started-with-airflow-part-2',
],
},
],
},
{
type: 'category',
label: 'Airflow concepts',
link: {
type: 'generated-index',
title: 'Airflow concepts',
description: 'Learn about the fundamentals of Apache Airflow.'
},
items: [
{
type: 'category',
label: 'Basics',
link: {
type: 'generated-index',
title: 'Basics',
description: 'Learn about the fundamentals of running Apache Airflow.',
},
items: [
'bashoperator',
'connections',
'dags',
'what-is-a-hook',
'managing-airflow-code',
'airflow-openlineage',
'what-is-an-operator',
'airflow-sql',
'scheduling-in-airflow',
'what-is-a-sensor',
'managing-dependencies',
'airflow-ui',
'airflow-variables',
],
},
{
type: 'category',
label: 'DAGs',
link: {
type: 'generated-index',
title: 'DAGs',
description: 'Learn about how to construct and manage data pipelines to be reliable and performant.',
},
items: [
'astro-python-sdk-etl',
'airflow-branch-operator',
'airflow-context',
'cross-dag-dependencies',
'airflow-importing-custom-hooks-operators',
'error-notifications-in-airflow',
'dag-best-practices',
'debugging-dags',
'dynamic-tasks',
'templating',
'airflow-params',
'airflow-passing-data-between-tasks',
'rerunning-dags',
'subdags',
'airflow-decorators',
'task-groups',
],
},
{
type: 'category',
label: 'Infrastructure',
link: {
type: 'generated-index',
title: 'Infrastructure',
description: 'Learn how to tune your infrastructure to make the most of Airflow.',
},
items: [
'airflow-components',
'airflow-executors-explained',
'airflow-database',
'airflow-scaling-workers',
],
},
{
type: 'category',
label: 'Advanced',
link: {
type: 'generated-index',
title: 'Management',
description: 'Learn how to reliably run Airflow at scale.',
},
items: [
'logging',
'data-quality',
'airflow-datasets',
'deferrable-operators',
'dynamically-generating-dags',
'kubepod-operator',
'using-airflow-plugins',
'airflow-pools',
'airflow-setup-teardown',
'testing-airflow',
],
},
],
},
{
type: 'category',
label: 'Airflow tutorials',
link: {
type: 'generated-index',
title: 'Airflow tutorials',
description: 'Step-by-step guides for writing DAGs and running Airflow.'
},
items: [
'cloud-ide-tutorial',
'operator-extra-link-tutorial',
'xcom-backend-tutorial',
'airflow-sql-data-quality',
'astro-python-sdk',
'external-python-operator',
'custom-airflow-ui-docs-tutorial',
'pycharm-local-dev',
'vscode-local-dev',
'example-ms-teams-callback',
],
},
{
type: 'category',
label: 'Integrations',
link: {
type: 'generated-index',
title: 'Integrations',
description: 'Integrate Airflow with commonly used data engineering tools.',
},
items: [
'airflow-sagemaker',
'airflow-kafka',
'connections/azure-blob-storage',
'airflow-azure-container-instances',
'airflow-azure-data-explorer',
{
type: 'category',
label: 'Azure Data Factory',
link: {
type: 'generated-index',
title: 'Azure Data Factory',
description: 'Integrate Airflow with Azure Data Factory',
image: '/img/integrations/azure-data-factory.png'
},
items: [
'connections/azure-data-factory',
'airflow-azure-data-factory-integration',
],
},
'connections/bigquery',
{
type: 'category',
label: 'Databricks',
link: {
type: 'generated-index',
title: 'Databricks',
description: 'Integrate Airflow with Databricks',
image: '/img/integrations/databricks.png'
},
items: [
'connections/databricks',
'airflow-databricks',
],
},
{
type: 'category',
label: 'dbt Cloud',
link: {
type: 'generated-index',
title: 'dbt Cloud',
description: 'Integrate Airflow with dbt Cloud',
image: '/img/integrations/dbt.png'
},
items: [
'connections/dbt-cloud',
'airflow-dbt-cloud',
],
},
'airflow-dbt',
'airflow-duckdb',
'airflow-fivetran',
'airflow-great-expectations',
'execute-notebooks',
'marquez',
'airflow-mlflow',
'airflow-mongodb',
'connections/ms-sqlserver',
{
type: 'category',
label: 'Redshift',
link: {
type: 'generated-index',
title: 'Redshift',
description: 'Orchestrate Redshift queries from your Airflow DAGs.',
image: '/img/integrations/redshift.png'
},
items: [
'connections/redshift',
'airflow-redshift',
],
},
'connections/postgres',
{
type: 'category',
label: 'Snowflake',
link: {
type: 'generated-index',
title: 'Snowflake',
description: 'Orchestrate Snowflake queries from your Airflow DAGs.',
image: '/img/integrations/snowflake.png'
},
items: [
'connections/snowflake',
'airflow-snowflake',
'airflow-snowpark',
],
},
'soda-data-quality',
'airflow-talend-integration',
'airflow-weaviate',
'airflow-weights-and-biases',
],
},
{
type: 'category',
label: 'Use cases',
link: {
type: 'generated-index',
title: 'Use cases',
description: 'Example use cases and implementations with Apache Airflow.'
},
items: [
'use-case-setup-teardown-data-quality',
'use-case-airflow-databricks',
'use-case-airflow-dbt',
'use-case-elt-ml-finance',
'use-case-airflow-llm-rag-finance',
'use-case-airflow-ml-datasets',
'use-case-airflow-mlflow'
],
},
'airflow-glossary'
],
};