Skip to content

Commit 450dd65

Browse files
SloNNblinkov
andauthored
airflow (#8701)
Co-authored-by: Alex Dmitriev <slonnn@yandex-team.ru> Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
1 parent 89028b7 commit 450dd65

File tree

9 files changed

+296
-8
lines changed

9 files changed

+296
-8
lines changed

ydb/docs/presets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ default:
5656
corporate-yt-cluster: example-cluster
5757

5858
datalens-name: DataLens
59-
airflow-name: Apache Airflow
59+
airflow-name: Apache Airflow
6060
ydb-airflow: false
6161
ydb-finebi: false
6262
ydb-superset: false

ydb/docs/ru/core/integrations/index.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,9 @@
1919
{% include notitle [Содержание](visualization/_includes/toc-table.md) %}
2020

2121

22-
{% if ydb-airflow %}
2322
## Оркестрация {#orchestration}
2423

25-
| Среда | Инструкция |
26-
| --- | --- |
27-
| [{{ airflow-name }}](https://airflow.apache.org) | [Инструкция](airflow.md) |
28-
29-
{% endif %}
24+
{% include notitle [Содержание](orchestration/_includes/toc-table.md) %}
3025

3126
## Поставка данных {#ingestion}
3227

Loading
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Оркестрация
2+
3+
| Среда | Инструкция |
4+
| --- | --- |
5+
| [{{ airflow-name }}](https://airflow.apache.org) | [Инструкция](../airflow.md) |

ydb/docs/ru/core/integrations/orchestration/airflow.md

Lines changed: 278 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Оркестрация
2+
3+
{% include notitle [Содержание](_includes/toc-table.md) %}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
items:
2+
- name: Apache Airflow™
3+
href: airflow.md

ydb/docs/ru/core/integrations/toc_i.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ items:
99
include:
1010
mode: link
1111
path: visualization/toc-visualization.yaml
12+
- name: Оркестрация
13+
href: orchestration/index.md
14+
include:
15+
mode: link
16+
path: orchestration/toc-orchestration.yaml
1217
- name: Поставка данных
1318
href: ingestion/index.md
1419
include:
@@ -24,4 +29,3 @@ items:
2429
include:
2530
mode: link
2631
path: orm/toc-orm.yaml
27-

0 commit comments

Comments
 (0)