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 5f9d001 commit 63853e7Copy full SHA for 63853e7
webapps/console/lib/schema/destinations.tsx
@@ -161,6 +161,8 @@ export const BaseBulkerConnectionOptions = z
161
.default("segment-single-table"),
162
schemaFreeze: z.boolean().default(false),
163
keepOriginalNames: z.boolean().default(false),
164
+ multithreading: z.boolean().optional(),
165
+ threadsCount: z.number().optional(),
166
})
167
.merge(BatchModeOptions)
168
.merge(FunctionsConnectionOptions);
0 commit comments