feat: add extensible operators and golden flows
This commit is contained in:
@@ -10,7 +10,7 @@ export type PipelineStatus = "draft" | "active" | "archived";
|
||||
export type DefinitionScopeType = "system" | "tenant" | "group" | "user";
|
||||
export type DefinitionKind = "flow" | "template";
|
||||
export type EditorMode = "graph" | "sql";
|
||||
export type NodeCategory = "load" | "combine" | "filter" | "transform" | "output";
|
||||
export type NodeCategory = "load" | "combine" | "filter" | "transform" | "quality" | "output";
|
||||
|
||||
export type GraphPosition = { x: number; y: number };
|
||||
export type PipelineGraphNode = {
|
||||
|
||||
Reference in New Issue
Block a user