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 b25656b commit 8014bc3Copy full SHA for 8014bc3
src/notebooks/deepnote/deepnoteSchemas.ts
@@ -22,7 +22,7 @@ export const DeepnoteBigNumberMetadataSchema = z.object({
22
.nullish()
23
.transform((val) => val ?? null),
24
deepnote_big_number_comparison_type: z
25
- .enum(['absolute-value', 'percentage-change', 'absolute-change'])
+ .string()
26
27
28
deepnote_big_number_comparison_title: z
0 commit comments