@narrative.io/data-collaboration-sdk-ts 2.96.0 → 2.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/nql/types.d.ts +1 -0
- package/build/nql/types.js +4 -0
- package/package.json +1 -1
package/build/nql/types.d.ts
CHANGED
package/build/nql/types.js
CHANGED
|
@@ -45,6 +45,10 @@ export const NqlQueryInputObj = z.object({
|
|
|
45
45
|
})
|
|
46
46
|
.optional()
|
|
47
47
|
.describe("Execution cluster configuration"),
|
|
48
|
+
compute_pool_id: z
|
|
49
|
+
.string()
|
|
50
|
+
.optional()
|
|
51
|
+
.describe("Identifier of the compute pool to run the query on. Interaction with `execution_cluster` is determined by the backend."),
|
|
48
52
|
create_as_view: z
|
|
49
53
|
.boolean()
|
|
50
54
|
.optional()
|