diff options
author | hor911 <hor911@ydb.tech> | 2023-05-12 19:24:59 +0300 |
---|---|---|
committer | hor911 <hor911@ydb.tech> | 2023-05-12 19:24:59 +0300 |
commit | 8ba46efa5fcb92e1efa4c1862e86887e628acaeb (patch) | |
tree | cc5ad0f4f2302935769845bff13a86b4f332c248 | |
parent | 56bc42869149ed7e52e604cb38660e80dc1269f9 (diff) | |
download | ydb-8ba46efa5fcb92e1efa4c1862e86887e628acaeb.tar.gz |
Correct schema name
-rw-r--r-- | ydb/core/fq/libs/control_plane_storage/internal/utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp b/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp index 025e3941e8..776cdcdcd7 100644 --- a/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp +++ b/ydb/core/fq/libs/control_plane_storage/internal/utils.cpp @@ -139,7 +139,7 @@ std::vector<TString> GetMeteringRecords(const TString& statistics, bool billable auto now = Now(); result.emplace_back(TBillRecord() .Id(jobId + "_i") - .Schema("yq.ingress.mbytes") + .Schema("yq.ingress.v1") .FolderId(TScope(scope).ParseFolder()) .SourceWt(now) .SourceId(sourceId) |