ydb-platform / ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
https://ydb.tech
Apache License 2.0
4k stars 565 forks source link

support UUID column types in export operations #6504

Closed antonkovalenko closed 3 months ago

antonkovalenko commented 4 months ago

It is possible to create a table with UUID type for columns.

Such tables cause process that exports tables to s3 to crash.

It is required to support UUID in backup/restore procedures

antonkovalenko commented 4 months ago

Epic: #74

dcherednik commented 4 months ago

It looks it was implemented already https://github.com/ydb-platform/ydb/pull/6619