We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918ed71 commit f2d7defCopy full SHA for f2d7def
ydb/core/tx/schemeshard/schemeshard_audit_log.cpp
@@ -298,7 +298,7 @@ TParts ImportKindSpecificParts(const Proto& proto) {
298
template <> TParts ImportKindSpecificParts(const Ydb::Import::ImportFromS3Settings& proto) {
299
return {
300
{"import_type", "s3"},
301
- {"export_item_count", ToString(proto.items().size())},
+ {"import_item_count", ToString(proto.items().size())},
302
{"import_s3_bucket", proto.bucket()},
303
//NOTE: take first item's source_prefix as a "good enough approximation"
304
// (each item has its own source_prefix, but in practice they are all the same)
0 commit comments