(({ onChange, query })
value={query.step}
/>
+ } tooltipInteractive>
+ {isStreaming ? 'Enabled' : 'Disabled'}
+
>
);
});
+const StreamingTooltip = () => {
+ return (
+
+
+ Indicates if streaming is currently enabled. Streaming allows you to view partial query results before the
+ entire query completes.
+
+
+ Learn more
+
+
+ );
+};
+
TempoQueryBuilderOptions.displayName = 'TempoQueryBuilderOptions';