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
3.83k stars 532 forks source link

JSON import requires all columns to be provided #1497

Open zinal opened 7 months ago

zinal commented 7 months ago

YDB CLI's ydb import file json requires that all columns for the particular table are provided. This looks like an overkill, specifically for nullable columns, where the missing column in a row can be treated as NULL.

zinal commented 7 months ago

Added pull request https://github.com/ydb-platform/ydb/pull/1498 to resolve the issue