-
Notifications
You must be signed in to change notification settings - Fork 610
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
En version of Airflow docs #13965
En version of Airflow docs #13965
Conversation
⚪ Test history | Ya make output | Test bloat
🟢 |
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
ydb/docs/en/core/integrations/orchestration/_includes/toc-table.md
Outdated
Show resolved
Hide resolved
ydb/docs/en/core/integrations/orchestration/_includes/toc-table.md
Outdated
Show resolved
Hide resolved
⚪ |
❌ Documentation buildRevision build failed Build logsErrors (4)❌ /en/integrations/orchestration/airflow.md: 34: MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] ❌ /en/integrations/orchestration/airflow.md: 39: MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] ❌ /en/integrations/orchestration/airflow.md: 58: MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] ❌ /en/integrations/orchestration/airflow.md: 72: MD026/no-trailing-punctuation Trailing punctuation in heading [Punctuation: ':'] |
⚪ |
Co-authored-by: Ivan Blinkov <ivan@blinkov.ru>
72f02f3
to
d13365c
Compare
⚪ Test history | Ya make output | Test bloat
🟢 |
✅ Documentation buildRevision built successfully |
⚪ Test history | Ya make output | Test bloat
🟢 |
#### Optional arguments | ||
|
||
- `ydb_conn_id` — the connection identifier with the `YDB` type, containing the connection parameters for {{ ydb-full-name }}. If omitted, a connection named [`ydb_default`](#ydb_default) is used. The `ydb_default` connection is preinstalled as part of {{ airflow-name }} and does not need to be configured separately. | ||
- `is_ddl` — indicates that [SQL DDL](https://en.wikipedia.org/wiki/Data_definition_language) is running. If omitted or set to `False`, then [SQL DML](https://en.wikipedia.org/wiki/Data_Manipulation_Language) is running. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Зачем нужен параметр is_ddl? Для QueryService в нем нет необходимости
@@ -0,0 +1,277 @@ | |||
# {{ airflow-name }} | |||
|
|||
Integration of {{ ydb-short-name }} with [{{ airflow-name }}](https://airflow.apache.org) allows you to automate and manage complex workflows. {{ airflow-name }} provides features for scheduling tasks, monitoring their execution, and managing dependencies between them, such as orchestration. Using Airflow to orchestrate tasks such as uploading data to {{ ydb-short-name }}, executing queries, and managing transactions allows you to automate and optimize operational processes. This is especially important for ETL tasks, where large amounts of data require regular extraction, transformation, and loading. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Было бы хорошо английский вычитать
Co-authored-by: Ivan Blinkov <ivan@ydb.tech>
Changelog entry
English version of Airflow docs added.
Changelog category
Additional information
...