diff --git a/ydb/docs/en/core/changelog-enterprise.md b/ydb/docs/en/core/changelog-enterprise.md index 47c2263b46bd..f78fcb9b7e7f 100644 --- a/ydb/docs/en/core/changelog-enterprise.md +++ b/ydb/docs/en/core/changelog-enterprise.md @@ -95,7 +95,7 @@ Release date: December 24, 2024. * Extended [federated query](./concepts/federated_query/) capabilities to support new external data sources: MySQL, Microsoft SQL Server, and Greenplum. * Published [documentation](./devops/deployment-options/manual/federated-queries/connector-deployment.md) on deploying YDB with [federated query](./concepts/federated_query/) New Features (manual setup). * Added a new launch parameter `FQ_CONNECTOR_ENDPOINT` for YDB Docker containers that specifies an external data source connector address. Added support for TLS encryption for connections to the connector and the ability to expose the connector service port locally on the same host as the dynamic YDB node. -* Added an [auto-partitioning mode](./concepts/topic#autopartitioning) for topics, where partitions can dynamically split based on load while preserving message read-order and exactly-once guarantees. The mode can be enabled by the cluster administrator using the settings `enable_topic_split_merge` and `enable_pqconfig_transactions_at_scheme_shard` in [dynamic configuration](./maintenance/manual/dynamic-config#updating-dynamic-configuration). +* Added an [auto-partitioning mode](./concepts/datamodel/topic.md#autopartitioning) for topics, where partitions can dynamically split based on load while preserving message read-order and exactly-once guarantees. The mode can be enabled by the cluster administrator using the settings `enable_topic_split_merge` and `enable_pqconfig_transactions_at_scheme_shard` in [dynamic configuration](./maintenance/manual/dynamic-config#updating-dynamic-configuration). * Added support for transactions involving [topics](./concepts/topic) and row-based tables, enabling transactional data transfer between tables and topics, or between topics, ensuring no data loss or duplication. Transactions can be enabled by the cluster administrator using the settings `enable_topic_service_tx` and `enable_pqconfig_transactions_at_scheme_shard` in [dynamic configuration](./maintenance/manual/dynamic-config#updating-dynamic-configuration). * [Implemented](https://github.com/ydb-platform/ydb/pull/7150) [Change Data Capture (CDC)](./concepts/cdc) for synchronous secondary indexes. * Added support for changing record retention periods in [CDC](./concepts/cdc) topics. diff --git a/ydb/docs/ru/core/recipes/import-export-column-tables.md b/ydb/docs/ru/core/recipes/import-export-column-tables.md index 9ee5e46f6ec1..6f83d4e08284 100644 --- a/ydb/docs/ru/core/recipes/import-export-column-tables.md +++ b/ydb/docs/ru/core/recipes/import-export-column-tables.md @@ -125,7 +125,7 @@ SELECT * FROM `external/backup/lineitem_sql`; ## Экспорт и импорт с помощью Apache Spark™ {#spark} -Использование [коннектора]('../../../integrations/ingestion/spark.md') {{ ydb-short-name }} для Apache Spark™ является гибким и масштабируемым решением для экспорта и импорта больших объемов данных. +Использование [коннектора](../integrations/ingestion/spark.md) {{ ydb-short-name }} для Apache Spark™ является гибким и масштабируемым решением для экспорта и импорта больших объемов данных. ### Предварительные требования