diff options
author | nsofya <nsofya@ydb.tech> | 2023-10-12 21:03:14 +0300 |
---|---|---|
committer | nsofya <nsofya@ydb.tech> | 2023-10-12 21:22:13 +0300 |
commit | 18e4a43a37ff5de955deed68bbdb98238c591334 (patch) | |
tree | 3462c6b437b2e2c938cc706f6d193b14065febb2 /.mapping.json | |
parent | b0e672e2a87c46ac2b724cad5bf01b7a3924dc2a (diff) | |
download | ydb-18e4a43a37ff5de955deed68bbdb98238c591334.tar.gz |
Add TABLE object type
Diffstat (limited to '.mapping.json')
-rw-r--r-- | .mapping.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.mapping.json b/.mapping.json index 7f672f345c..3cb003223e 100644 --- a/.mapping.json +++ b/.mapping.json @@ -4585,6 +4585,11 @@ "ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.linux-x86_64.txt":"", "ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.txt":"", "ydb/core/kqp/gateway/behaviour/external_data_source/CMakeLists.windows-x86_64.txt":"", + "ydb/core/kqp/gateway/behaviour/table/CMakeLists.darwin-x86_64.txt":"", + "ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-aarch64.txt":"", + "ydb/core/kqp/gateway/behaviour/table/CMakeLists.linux-x86_64.txt":"", + "ydb/core/kqp/gateway/behaviour/table/CMakeLists.txt":"", + "ydb/core/kqp/gateway/behaviour/table/CMakeLists.windows-x86_64.txt":"", "ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.darwin-x86_64.txt":"", "ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-aarch64.txt":"", "ydb/core/kqp/gateway/behaviour/tablestore/CMakeLists.linux-x86_64.txt":"", |