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 ccefbff commit d70ba54Copy full SHA for d70ba54
src/services/api.js
@@ -83,8 +83,11 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
83
path,
84
enums: true,
85
backup: false,
86
+ private: true,
87
+ partition_config: false,
88
partition_stats: false,
89
partitioning_info: false,
90
+ subs: 1,
91
},
92
{concurrentId: concurrentId || `getSchema|${path}`},
93
);
@@ -93,6 +96,8 @@ export class YdbEmbeddedAPI extends AxiosWrapper {
96
return this.get(this.getPath('/viewer/json/describe'), {
94
97
95
98
99
+ partition_stats: true,
100
+ subs: 0,
101
});
102
}
103
getSchemaAcl({path}) {
0 commit comments