Flowfile 0.5.4__py3-none-any.whl → 0.5.6__py3-none-any.whl

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.
Files changed (105) hide show
  1. flowfile/__main__.py +94 -1
  2. flowfile/web/static/assets/{AdminView-f9847d67.js → AdminView-c2c7942b.js} +1 -1
  3. flowfile/web/static/assets/{CloudConnectionView-faace55b.js → CloudConnectionView-7a3042c6.js} +2 -2
  4. flowfile/web/static/assets/{CloudStorageReader-d86ecaa7.js → CloudStorageReader-709c4037.js} +8 -8
  5. flowfile/web/static/assets/{CloudStorageWriter-0f4d9a44.js → CloudStorageWriter-604c51a8.js} +8 -8
  6. flowfile/web/static/assets/{ColumnActionInput-f4189ae0.js → ColumnActionInput-d63d6746.js} +5 -5
  7. flowfile/web/static/assets/{ColumnSelector-e66b33da.js → ColumnSelector-0c8cd1cd.js} +1 -1
  8. flowfile/web/static/assets/ContextMenu-366bf1b4.js +9 -0
  9. flowfile/web/static/assets/ContextMenu-85cf5b44.js +9 -0
  10. flowfile/web/static/assets/ContextMenu-9d28ae6d.js +9 -0
  11. flowfile/web/static/assets/{ContextMenu.vue_vue_type_script_setup_true_lang-a1bd6314.js → ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js} +1 -1
  12. flowfile/web/static/assets/{CrossJoin-24694b8f.js → CrossJoin-38e5b99a.js} +9 -9
  13. flowfile/web/static/assets/{CustomNode-569d45ff.js → CustomNode-76e8f3f5.js} +16 -16
  14. flowfile/web/static/assets/{DatabaseConnectionSettings-cfc08938.js → DatabaseConnectionSettings-38155669.js} +2 -2
  15. flowfile/web/static/assets/{DatabaseReader-701feabb.js → DatabaseReader-2e549c8f.js} +11 -11
  16. flowfile/web/static/assets/{DatabaseView-0482e5b5.js → DatabaseView-dc877c29.js} +2 -2
  17. flowfile/web/static/assets/{DatabaseWriter-16721989.js → DatabaseWriter-ffb91864.js} +10 -10
  18. flowfile/web/static/assets/{DesignerView-49abb835.css → DesignerView-71d4e9a1.css} +83 -82
  19. flowfile/web/static/assets/{DesignerView-f64749fb.js → DesignerView-a4466dab.js} +133 -80
  20. flowfile/web/static/assets/{DocumentationView-61bd2990.js → DocumentationView-979afc84.js} +1 -1
  21. flowfile/web/static/assets/{ExploreData-e2735b13.js → ExploreData-e4b92aaf.js} +7 -7
  22. flowfile/web/static/assets/{ExternalSource-2535c3b2.js → ExternalSource-d08e7227.js} +7 -7
  23. flowfile/web/static/assets/{Filter-2cdbc93c.js → Filter-7add806d.js} +9 -9
  24. flowfile/web/static/assets/{Formula-fcda3c2c.js → Formula-36ab24d2.js} +9 -9
  25. flowfile/web/static/assets/{FuzzyMatch-f8d3b7d3.js → FuzzyMatch-cc01bb04.js} +10 -10
  26. flowfile/web/static/assets/{GraphSolver-72eaa695.js → GraphSolver-4fb98f3b.js} +8 -8
  27. flowfile/web/static/assets/{GroupBy-8aa0598b.js → GroupBy-b3c8f429.js} +7 -7
  28. flowfile/web/static/assets/{Join-e40f0ffa.js → Join-096b7b26.js} +10 -10
  29. flowfile/web/static/assets/{LoginView-5111c9ae.js → LoginView-c33a246a.js} +1 -1
  30. flowfile/web/static/assets/{ManualInput-3702e677.css → ManualInput-39111f19.css} +48 -48
  31. flowfile/web/static/assets/{ManualInput-9b6f3224.js → ManualInput-7307e9b1.js} +55 -13
  32. flowfile/web/static/assets/{MultiSelect-ef28e19e.js → MultiSelect-14822c48.js} +2 -2
  33. flowfile/web/static/assets/{MultiSelect.vue_vue_type_script_setup_true_lang-83b3bbfd.js → MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js} +1 -1
  34. flowfile/web/static/assets/{NodeDesigner-d2b7ee2b.js → NodeDesigner-5036c392.js} +3 -3
  35. flowfile/web/static/assets/{NumericInput-1d789794.js → NumericInput-15cf3b72.js} +2 -2
  36. flowfile/web/static/assets/{NumericInput.vue_vue_type_script_setup_true_lang-7775f83e.js → NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js} +1 -1
  37. flowfile/web/static/assets/{Output-cefef801.js → Output-1f8ed42c.js} +9 -9
  38. flowfile/web/static/assets/{Pivot-bab1b75b.js → Pivot-0e153f4e.js} +9 -9
  39. flowfile/web/static/assets/{PivotValidation-e7941f91.js → PivotValidation-5a4f7c79.js} +1 -1
  40. flowfile/web/static/assets/{PivotValidation-fba09336.js → PivotValidation-81ec2a33.js} +1 -1
  41. flowfile/web/static/assets/{PolarsCode-740e40fa.js → PolarsCode-a39f15ac.js} +7 -7
  42. flowfile/web/static/assets/PopOver-ddcfe4f6.js +138 -0
  43. flowfile/web/static/assets/{Read-225cc63f.js → Read-39b63932.js} +11 -11
  44. flowfile/web/static/assets/{RecordCount-ffc71eca.js → RecordCount-e9048ccd.js} +6 -6
  45. flowfile/web/static/assets/{RecordId-a70bb8df.js → RecordId-ad02521d.js} +8 -8
  46. flowfile/web/static/assets/{SQLQueryComponent-15a421f5.js → SQLQueryComponent-2eeecf0b.js} +1 -1
  47. flowfile/web/static/assets/{Sample-6c26afc7.js → Sample-9a68c23d.js} +6 -6
  48. flowfile/web/static/assets/{SecretSelector-ceed9496.js → SecretSelector-2429f35a.js} +2 -2
  49. flowfile/web/static/assets/{SecretsView-214d255a.js → SecretsView-c6afc915.js} +2 -2
  50. flowfile/web/static/assets/{Select-8fc29999.js → Select-fcd002b6.js} +9 -9
  51. flowfile/web/static/assets/{SettingsSection-9f0d1725.js → SettingsSection-5ce15962.js} +1 -1
  52. flowfile/web/static/assets/{SettingsSection-83090218.js → SettingsSection-c6b1362c.js} +1 -1
  53. flowfile/web/static/assets/{SettingsSection-3f70e4c3.js → SettingsSection-cebb91d5.js} +1 -1
  54. flowfile/web/static/assets/{SetupView-3fa0aa03.js → SetupView-2d12e01f.js} +4 -4
  55. flowfile/web/static/assets/{SetupView-e2da3442.css → SetupView-ec26f76a.css} +38 -38
  56. flowfile/web/static/assets/{SingleSelect-a4a568cb.js → SingleSelect-b67de4eb.js} +2 -2
  57. flowfile/web/static/assets/{SingleSelect.vue_vue_type_script_setup_true_lang-c8ebdd33.js → SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js} +1 -1
  58. flowfile/web/static/assets/{SliderInput-be533e71.js → SliderInput-fd8134ac.js} +1 -1
  59. flowfile/web/static/assets/{Sort-154dad81.js → Sort-c005a573.js} +7 -7
  60. flowfile/web/static/assets/{TextInput-454e2bda.js → TextInput-1bb31dab.js} +2 -2
  61. flowfile/web/static/assets/{TextInput.vue_vue_type_script_setup_true_lang-e86510d0.js → TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js} +1 -1
  62. flowfile/web/static/assets/{TextToRows-ea73433d.js → TextToRows-4f363753.js} +9 -9
  63. flowfile/web/static/assets/{ToggleSwitch-9d7b30f1.js → ToggleSwitch-ca0f2e5e.js} +2 -2
  64. flowfile/web/static/assets/{ToggleSwitch.vue_vue_type_script_setup_true_lang-00f2580e.js → ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js} +1 -1
  65. flowfile/web/static/assets/{UnavailableFields-b72a2c72.js → UnavailableFields-f6147968.js} +2 -2
  66. flowfile/web/static/assets/{Union-1e44f263.js → Union-c65f17b7.js} +6 -6
  67. flowfile/web/static/assets/{Unique-a3bc6d0a.js → Unique-a1d96fb2.js} +10 -10
  68. flowfile/web/static/assets/{Unpivot-e27935fc.js → Unpivot-c2657ff3.js} +8 -8
  69. flowfile/web/static/assets/{UnpivotValidation-72497680.js → UnpivotValidation-28e29a3b.js} +1 -1
  70. flowfile/web/static/assets/{VueGraphicWalker-d9ab70a3.js → VueGraphicWalker-2fc3ddd4.js} +1 -1
  71. flowfile/web/static/assets/{api-a2102880.js → api-df48ec50.js} +1 -1
  72. flowfile/web/static/assets/{api-f75042b0.js → api-ee542cf7.js} +1 -1
  73. flowfile/web/static/assets/{dropDown-2798a109.js → dropDown-7576a76a.js} +1 -1
  74. flowfile/web/static/assets/{fullEditor-cf7d7d93.js → fullEditor-7583bef5.js} +3 -3
  75. flowfile/web/static/assets/{genericNodeSettings-14eac1c3.js → genericNodeSettings-0155288b.js} +2 -3
  76. flowfile/web/static/assets/{index-f0a6e5a5.js → index-057d770d.js} +2 -2
  77. flowfile/web/static/assets/{index-6b367bb5.js → index-aeec439d.js} +1 -1
  78. flowfile/web/static/assets/{index-387a6f18.js → index-ca6799de.js} +2207 -199
  79. flowfile/web/static/assets/{index-e96ab018.css → index-d60c9dd4.css} +311 -0
  80. flowfile/web/static/assets/nodeInput-d478b9ac.js +2 -0
  81. flowfile/web/static/assets/{outputCsv-3c1757e8.js → outputCsv-c492b15e.js} +3 -3
  82. flowfile/web/static/assets/outputCsv-cc84e09f.css +2499 -0
  83. flowfile/web/static/assets/{outputExcel-686e1f48.js → outputExcel-13bfa10f.js} +1 -1
  84. flowfile/web/static/assets/{outputParquet-df28faa7.js → outputParquet-9be1523a.js} +1 -1
  85. flowfile/web/static/assets/{readCsv-e37eee21.js → readCsv-5a49a8c9.js} +1 -1
  86. flowfile/web/static/assets/{readExcel-a13f14bb.js → readExcel-27c30ad8.js} +3 -3
  87. flowfile/web/static/assets/{readParquet-344cf746.js → readParquet-446bde68.js} +1 -1
  88. flowfile/web/static/assets/{secrets.api-ae198c5c.js → secrets.api-34431884.js} +1 -1
  89. flowfile/web/static/assets/{selectDynamic-6b4b0767.js → selectDynamic-5754a2b1.js} +2 -3
  90. flowfile/web/static/assets/{vue-codemirror.esm-31ba0e0b.js → vue-codemirror.esm-8f46fb36.js} +1 -1
  91. flowfile/web/static/assets/{vue-content-loader.es-4469c8ff.js → vue-content-loader.es-808fe33a.js} +1 -1
  92. flowfile/web/static/index.html +2 -2
  93. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/METADATA +1 -1
  94. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/RECORD +99 -99
  95. flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +12 -0
  96. flowfile_core/main.py +2 -4
  97. flowfile/web/static/assets/ContextMenu-49463352.js +0 -9
  98. flowfile/web/static/assets/ContextMenu-dd5f3f25.js +0 -9
  99. flowfile/web/static/assets/ContextMenu-f709b884.js +0 -9
  100. flowfile/web/static/assets/PopOver-862d7e28.js +0 -939
  101. flowfile/web/static/assets/nodeInput-ed2ae8d7.js +0 -2
  102. flowfile/web/static/assets/outputCsv-b9a072af.css +0 -2499
  103. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/WHEEL +0 -0
  104. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/entry_points.txt +0 -0
  105. {flowfile-0.5.4.dist-info → flowfile-0.5.6.dist-info}/licenses/LICENSE +0 -0
flowfile/__main__.py CHANGED
@@ -1,5 +1,88 @@
1
1
  # flowfile/__main__.py
2
2
 
3
+ import sys
4
+ from pathlib import Path
5
+
6
+
7
+ def run_flow(flow_path: str) -> int:
8
+ """
9
+ Load and execute a flow from a YAML/JSON file.
10
+
11
+ Args:
12
+ flow_path: Path to the flow file (.yaml, .yml, or .json)
13
+
14
+ Returns:
15
+ Exit code (0 for success, 1 for failure)
16
+ """
17
+ # Disable worker communication for CLI execution
18
+ from flowfile_core.configs.settings import OFFLOAD_TO_WORKER
19
+
20
+ OFFLOAD_TO_WORKER.set(False)
21
+
22
+ from flowfile_core.flowfile.manage.io_flowfile import open_flow
23
+
24
+ path = Path(flow_path)
25
+ if not path.exists():
26
+ print(f"Error: File not found: {flow_path}", file=sys.stderr)
27
+ return 1
28
+
29
+ if path.suffix.lower() not in (".yaml", ".yml", ".json"):
30
+ print(f"Error: Unsupported file format: {path.suffix}", file=sys.stderr)
31
+ print("Supported formats: .yaml, .yml, .json", file=sys.stderr)
32
+ return 1
33
+
34
+ print(f"Loading flow from: {flow_path}")
35
+
36
+ try:
37
+ flow = open_flow(path)
38
+ except Exception as e:
39
+ print(f"Error loading flow: {e}", file=sys.stderr)
40
+ return 1
41
+
42
+ # Force local execution for CLI - no worker service needed
43
+ flow.execution_location = "local"
44
+
45
+ # Remove explore_data nodes - they're UI-only and require a worker service
46
+ explore_data_nodes = [n.node_id for n in flow.nodes if n.node_type == "explore_data"]
47
+ for node_id in explore_data_nodes:
48
+ flow.delete_node(node_id)
49
+ if explore_data_nodes:
50
+ print(f"Skipping {len(explore_data_nodes)} explore_data node(s) (UI-only)")
51
+
52
+ flow_name = flow.flow_settings.name or f"Flow {flow.flow_id}"
53
+ print(f"Running flow: {flow_name} (id={flow.flow_id})")
54
+ print(f"Nodes: {len(flow.nodes)}")
55
+ flow.print_tree()
56
+ print("-" * 40)
57
+
58
+ try:
59
+ result = flow.run_graph()
60
+ except Exception as e:
61
+ print(f"Error running flow: {e}", file=sys.stderr)
62
+ return 1
63
+
64
+ if result is None:
65
+ print("Error: Flow execution returned no result", file=sys.stderr)
66
+ return 1
67
+
68
+ # Display results
69
+ print("-" * 40)
70
+ if result.success:
71
+ duration = ""
72
+ if result.start_time and result.end_time:
73
+ duration = f" in {(result.end_time - result.start_time).total_seconds():.2f}s"
74
+ print(f"Flow completed successfully{duration}")
75
+ print(f"Nodes completed: {result.nodes_completed}/{result.number_of_nodes}")
76
+ else:
77
+ print("Flow execution failed", file=sys.stderr)
78
+ for node_result in result.node_step_result:
79
+ if not node_result.success and node_result.error:
80
+ node_name = node_result.node_name or f"Node {node_result.node_id}"
81
+ print(f" - {node_name}: {node_result.error}", file=sys.stderr)
82
+ return 1
83
+
84
+ return 0
85
+
3
86
 
4
87
  def main():
5
88
  """
@@ -12,8 +95,9 @@ def main():
12
95
  parser = argparse.ArgumentParser(description="FlowFile: A visual ETL tool with a Polars-like API")
13
96
  parser.add_argument("command", nargs="?", choices=["run"], help="Command to execute")
14
97
  parser.add_argument(
15
- "component", nargs="?", choices=["ui", "core", "worker"], help="Component to run (ui, core, or worker)"
98
+ "component", nargs="?", choices=["ui", "core", "worker", "flow"], help="Component to run"
16
99
  )
100
+ parser.add_argument("file_path", nargs="?", help="Path to flow file (for 'flow' component)")
17
101
  parser.add_argument("--host", default="127.0.0.1", help="Host to bind the server to")
18
102
  parser.add_argument("--port", type=int, default=63578, help="Port to bind the server to")
19
103
  parser.add_argument("--no-browser", action="store_true", help="Don't open a browser window")
@@ -37,6 +121,12 @@ def main():
37
121
  from flowfile_worker.main import run as run_worker
38
122
 
39
123
  run_worker(host=args.host, port=args.port)
124
+ elif args.component == "flow":
125
+ if not args.file_path:
126
+ print("Error: 'flow' component requires a file path", file=sys.stderr)
127
+ print("Usage: flowfile run flow <path-to-flow-file>", file=sys.stderr)
128
+ sys.exit(1)
129
+ sys.exit(run_flow(args.file_path))
40
130
  else:
41
131
  # Default action - show info
42
132
  print(f"FlowFile v{flowfile.__version__}")
@@ -45,6 +135,9 @@ def main():
45
135
  print(" # Start the FlowFile web UI with integrated services")
46
136
  print(" flowfile run ui")
47
137
  print("")
138
+ print(" # Run a flow from a file")
139
+ print(" flowfile run flow my_pipeline.yaml")
140
+ print("")
48
141
  print(" # Advanced: Run individual components")
49
142
  print(" flowfile run core # Start only the core service")
50
143
  print(" flowfile run worker # Start only the worker service")
@@ -1,4 +1,4 @@
1
- import { k as axios, d as defineComponent, h as useAuthStore, B as computed, r as ref, F as onMounted, c as createElementBlock, p as createVNode, q as withCtx, ai as Transition, a as createBaseVNode, w as withModifiers, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, f as createTextVNode, e as createCommentVNode, ap as vModelCheckbox, t as toDisplayString, G as Fragment, H as renderList, o as openBlock, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { k as axios, d as defineComponent, h as useAuthStore, G as computed, r as ref, J as onMounted, c as createElementBlock, z as createVNode, A as withCtx, an as Transition, a as createBaseVNode, w as withModifiers, i as withDirectives, v as vModelText, j as vModelDynamic, n as normalizeClass, f as createTextVNode, e as createCommentVNode, au as vModelCheckbox, t as toDisplayString, K as Fragment, L as renderList, o as openBlock, g as _export_sfc } from "./index-ca6799de.js";
2
2
  class UserService {
3
3
  /**
4
4
  * Get all users (admin only)
@@ -1,5 +1,5 @@
1
- import { f as fetchCloudStorageConnectionsInterfaces, c as createCloudStorageConnectionApi, d as deleteCloudStorageConnectionApi } from "./api-f75042b0.js";
2
- import { d as defineComponent, r as ref, C as watch, B as computed, o as openBlock, c as createElementBlock, a as createBaseVNode, i as withDirectives, v as vModelText, ao as vModelSelect, G as Fragment, H as renderList, t as toDisplayString, e as createCommentVNode, j as vModelDynamic, n as normalizeClass, ap as vModelCheckbox, w as withModifiers, F as onMounted, f as createTextVNode, p as createVNode, q as withCtx, x as unref, J as ElMessage, aq as ElDialog, ar as ElButton, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { f as fetchCloudStorageConnectionsInterfaces, c as createCloudStorageConnectionApi, d as deleteCloudStorageConnectionApi } from "./api-ee542cf7.js";
2
+ import { d as defineComponent, r as ref, H as watch, G as computed, o as openBlock, c as createElementBlock, a as createBaseVNode, i as withDirectives, v as vModelText, at as vModelSelect, K as Fragment, L as renderList, t as toDisplayString, e as createCommentVNode, j as vModelDynamic, n as normalizeClass, au as vModelCheckbox, w as withModifiers, J as onMounted, f as createTextVNode, z as createVNode, A as withCtx, B as unref, N as ElMessage, av as ElDialog, aw as ElButton, g as _export_sfc } from "./index-ca6799de.js";
3
3
  const _hoisted_1$1 = { class: "form-grid" };
4
4
  const _hoisted_2$1 = { class: "form-field" };
5
5
  const _hoisted_3$1 = { class: "form-field" };
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, i as withDirectives, ao as vModelSelect, G as Fragment, H as renderList, t as toDisplayString, f as createTextVNode, e as createCommentVNode, v as vModelText, ap as vModelCheckbox, y as createBlock, x as unref, J as ElMessage, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { f as fetchCloudStorageConnectionsInterfaces } from "./api-f75042b0.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
6
- import "./DesignerView-f64749fb.js";
7
- import "./index-f0a6e5a5.js";
8
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, i as withDirectives, at as vModelSelect, K as Fragment, L as renderList, t as toDisplayString, f as createTextVNode, e as createCommentVNode, v as vModelText, au as vModelCheckbox, C as createBlock, B as unref, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { f as fetchCloudStorageConnectionsInterfaces } from "./api-ee542cf7.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
5
+ import "./DesignerView-a4466dab.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./index-057d770d.js";
8
+ import "./vue-codemirror.esm-8f46fb36.js";
9
9
  const createNodeCloudStorageReader = (flowId, nodeId) => {
10
10
  const cloudStorageReadSettings = {
11
11
  auth_mode: "aws-cli",
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, i as withDirectives, ao as vModelSelect, G as Fragment, H as renderList, t as toDisplayString, f as createTextVNode, e as createCommentVNode, v as vModelText, y as createBlock, x as unref, J as ElMessage, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { f as fetchCloudStorageConnectionsInterfaces } from "./api-f75042b0.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
6
- import "./DesignerView-f64749fb.js";
7
- import "./index-f0a6e5a5.js";
8
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, i as withDirectives, at as vModelSelect, K as Fragment, L as renderList, t as toDisplayString, f as createTextVNode, e as createCommentVNode, v as vModelText, C as createBlock, B as unref, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { f as fetchCloudStorageConnectionsInterfaces } from "./api-ee542cf7.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
5
+ import "./DesignerView-a4466dab.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./index-057d770d.js";
8
+ import "./vue-codemirror.esm-8f46fb36.js";
9
9
  const createNodeCloudStorageWriter = (flowId, nodeId) => {
10
10
  const cloudStorageWriteSettings = {
11
11
  auth_mode: "aws-cli",
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, r as ref, B as computed, C as watch, F as onMounted, l as onUnmounted, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock, e as createCommentVNode, n as normalizeClass, w as withModifiers, a0 as normalizeStyle, x as unref, at as ElIcon, g as _export_sfc } from "./index-387a6f18.js";
2
- import { d as delete_default } from "./DesignerView-f64749fb.js";
3
- import "./PopOver-862d7e28.js";
4
- import "./index-f0a6e5a5.js";
5
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, r as ref, G as computed, H as watch, J as onMounted, q as onUnmounted, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock, e as createCommentVNode, n as normalizeClass, w as withModifiers, a4 as normalizeStyle, B as unref, ay as ElIcon, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { d as delete_default } from "./DesignerView-a4466dab.js";
3
+ import "./PopOver-ddcfe4f6.js";
4
+ import "./index-057d770d.js";
5
+ import "./vue-codemirror.esm-8f46fb36.js";
6
6
  const _hoisted_1 = { class: "component-container" };
7
7
  const _hoisted_2 = { class: "listbox-subtitle" };
8
8
  const _hoisted_3 = {
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, B as computed, m as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, p as createVNode, q as withCtx, G as Fragment, H as renderList, y as createBlock, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { d as defineComponent, G as computed, y as resolveComponent, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, z as createVNode, A as withCtx, K as Fragment, L as renderList, C as createBlock, g as _export_sfc } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = { class: "component-container" };
3
3
  const _hoisted_2 = { class: "listbox-subtitle" };
4
4
  const _hoisted_3 = {
@@ -0,0 +1,9 @@
1
+ import "./index-ca6799de.js";
2
+ import "./DesignerView-a4466dab.js";
3
+ import { _ as _sfc_main } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
4
+ import "./PopOver-ddcfe4f6.js";
5
+ import "./index-057d770d.js";
6
+ import "./vue-codemirror.esm-8f46fb36.js";
7
+ export {
8
+ _sfc_main as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import "./index-ca6799de.js";
2
+ import "./DesignerView-a4466dab.js";
3
+ import { _ as _sfc_main } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
4
+ import "./PopOver-ddcfe4f6.js";
5
+ import "./index-057d770d.js";
6
+ import "./vue-codemirror.esm-8f46fb36.js";
7
+ export {
8
+ _sfc_main as default
9
+ };
@@ -0,0 +1,9 @@
1
+ import "./index-ca6799de.js";
2
+ import "./DesignerView-a4466dab.js";
3
+ import { _ as _sfc_main } from "./ContextMenu.vue_vue_type_script_setup_true_lang-774c517c.js";
4
+ import "./PopOver-ddcfe4f6.js";
5
+ import "./index-057d770d.js";
6
+ import "./vue-codemirror.esm-8f46fb36.js";
7
+ export {
8
+ _sfc_main as default
9
+ };
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, r as ref, F as onMounted, l as onUnmounted, o as openBlock, c as createElementBlock, a as createBaseVNode, G as Fragment, H as renderList, n as normalizeClass, t as toDisplayString, a0 as normalizeStyle } from "./index-387a6f18.js";
1
+ import { d as defineComponent, r as ref, J as onMounted, q as onUnmounted, o as openBlock, c as createElementBlock, a as createBaseVNode, K as Fragment, L as renderList, n as normalizeClass, t as toDisplayString, a4 as normalizeStyle } from "./index-ca6799de.js";
2
2
  const _hoisted_1 = ["onClick"];
3
3
  const _sfc_main = /* @__PURE__ */ defineComponent({
4
4
  __name: "ContextMenu",
@@ -1,12 +1,12 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { d as defineComponent, r as ref, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, y as createBlock, x as unref, g as _export_sfc } from "./index-387a6f18.js";
4
- import { s as selectDynamic } from "./selectDynamic-6b4b0767.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
6
- import "./UnavailableFields-b72a2c72.js";
7
- import "./DesignerView-f64749fb.js";
8
- import "./index-f0a6e5a5.js";
9
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
2
+ import { d as defineComponent, r as ref, l as useNodeStore, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, C as createBlock, B as unref, g as _export_sfc } from "./index-ca6799de.js";
3
+ import { s as selectDynamic } from "./selectDynamic-5754a2b1.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
5
+ import "./UnavailableFields-f6147968.js";
6
+ import "./PopOver-ddcfe4f6.js";
7
+ import "./DesignerView-a4466dab.js";
8
+ import "./index-057d770d.js";
9
+ import "./vue-codemirror.esm-8f46fb36.js";
10
10
  const _hoisted_1 = { key: 0 };
11
11
  const _hoisted_2 = { class: "listbox-wrapper" };
12
12
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,19 +1,19 @@
1
- import { k as axios, d as defineComponent, r as ref, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, p as createVNode, q as withCtx, G as Fragment, H as renderList, i as withDirectives, ak as vShow, y as createBlock, g as _export_sfc } from "./index-387a6f18.js";
2
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
4
- import { _ as _sfc_main$3 } from "./MultiSelect.vue_vue_type_script_setup_true_lang-83b3bbfd.js";
5
- import { _ as _sfc_main$5 } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-00f2580e.js";
6
- import { _ as _sfc_main$1 } from "./TextInput.vue_vue_type_script_setup_true_lang-e86510d0.js";
7
- import { _ as _sfc_main$2 } from "./NumericInput.vue_vue_type_script_setup_true_lang-7775f83e.js";
8
- import SliderInput from "./SliderInput-be533e71.js";
9
- import { _ as _sfc_main$4 } from "./SingleSelect.vue_vue_type_script_setup_true_lang-c8ebdd33.js";
10
- import ColumnSelector from "./ColumnSelector-e66b33da.js";
11
- import SecretSelector from "./SecretSelector-ceed9496.js";
12
- import ColumnActionInput from "./ColumnActionInput-f4189ae0.js";
13
- import "./DesignerView-f64749fb.js";
14
- import "./index-f0a6e5a5.js";
15
- import "./vue-codemirror.esm-31ba0e0b.js";
16
- import "./secrets.api-ae198c5c.js";
1
+ import { k as axios, d as defineComponent, r as ref, l as useNodeStore, o as openBlock, c as createElementBlock, a as createBaseVNode, f as createTextVNode, t as toDisplayString, e as createCommentVNode, z as createVNode, A as withCtx, K as Fragment, L as renderList, i as withDirectives, ap as vShow, C as createBlock, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
3
+ import { _ as _sfc_main$3 } from "./MultiSelect.vue_vue_type_script_setup_true_lang-90c4d340.js";
4
+ import { _ as _sfc_main$5 } from "./ToggleSwitch.vue_vue_type_script_setup_true_lang-49aa41d8.js";
5
+ import { _ as _sfc_main$1 } from "./TextInput.vue_vue_type_script_setup_true_lang-a51fe730.js";
6
+ import { _ as _sfc_main$2 } from "./NumericInput.vue_vue_type_script_setup_true_lang-91e679d7.js";
7
+ import SliderInput from "./SliderInput-fd8134ac.js";
8
+ import { _ as _sfc_main$4 } from "./SingleSelect.vue_vue_type_script_setup_true_lang-eedb70eb.js";
9
+ import ColumnSelector from "./ColumnSelector-0c8cd1cd.js";
10
+ import SecretSelector from "./SecretSelector-2429f35a.js";
11
+ import ColumnActionInput from "./ColumnActionInput-d63d6746.js";
12
+ import "./DesignerView-a4466dab.js";
13
+ import "./PopOver-ddcfe4f6.js";
14
+ import "./index-057d770d.js";
15
+ import "./vue-codemirror.esm-8f46fb36.js";
16
+ import "./secrets.api-34431884.js";
17
17
  async function getCustomNodeSchema(flowId, nodeId) {
18
18
  const response = await axios.get(
19
19
  `/user_defined_components/custom-node-schema`,
@@ -1,5 +1,5 @@
1
- import { d as defineComponent, r as ref, F as onMounted, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, G as Fragment, H as renderList, e as createCommentVNode, g as _export_sfc } from "./index-387a6f18.js";
2
- import { S as SecretsApi } from "./secrets.api-ae198c5c.js";
1
+ import { d as defineComponent, r as ref, J as onMounted, o as openBlock, c as createElementBlock, a as createBaseVNode, t as toDisplayString, K as Fragment, L as renderList, e as createCommentVNode, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { S as SecretsApi } from "./secrets.api-34431884.js";
3
3
  const _hoisted_1 = { class: "connection-settings-container" };
4
4
  const _hoisted_2 = { class: "toggle-button" };
5
5
  const _hoisted_3 = {
@@ -1,14 +1,14 @@
1
- import { d as defineComponent, r as ref, F as onMounted, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, y as createBlock, f as createTextVNode, t as toDisplayString, x as unref, au as ElRadio, i as withDirectives, ao as vModelSelect, v as vModelText, e as createCommentVNode, k as axios, J as ElMessage, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { f as fetchDatabaseConnectionsInterfaces } from "./api-a2102880.js";
5
- import DatabaseConnectionSettings from "./DatabaseConnectionSettings-cfc08938.js";
6
- import SqlQueryComponent from "./SQLQueryComponent-15a421f5.js";
7
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
8
- import "./secrets.api-ae198c5c.js";
9
- import "./DesignerView-f64749fb.js";
10
- import "./index-f0a6e5a5.js";
11
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, r as ref, l as useNodeStore, J as onMounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, C as createBlock, f as createTextVNode, t as toDisplayString, B as unref, az as ElRadio, i as withDirectives, at as vModelSelect, v as vModelText, e as createCommentVNode, k as axios, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { f as fetchDatabaseConnectionsInterfaces } from "./api-df48ec50.js";
4
+ import DatabaseConnectionSettings from "./DatabaseConnectionSettings-38155669.js";
5
+ import SqlQueryComponent from "./SQLQueryComponent-2eeecf0b.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
7
+ import "./secrets.api-34431884.js";
8
+ import "./DesignerView-a4466dab.js";
9
+ import "./PopOver-ddcfe4f6.js";
10
+ import "./index-057d770d.js";
11
+ import "./vue-codemirror.esm-8f46fb36.js";
12
12
  const createNodeDatabaseReader = (flowId, nodeId) => {
13
13
  const databaseSettings = {
14
14
  query_mode: "table",
@@ -1,5 +1,5 @@
1
- import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-a2102880.js";
2
- import { d as defineComponent, r as ref, C as watch, B as computed, o as openBlock, c as createElementBlock, a as createBaseVNode, i as withDirectives, v as vModelText, ao as vModelSelect, j as vModelDynamic, n as normalizeClass, ap as vModelCheckbox, t as toDisplayString, w as withModifiers, F as onMounted, f as createTextVNode, G as Fragment, H as renderList, p as createVNode, q as withCtx, x as unref, J as ElMessage, aq as ElDialog, ar as ElButton, g as _export_sfc } from "./index-387a6f18.js";
1
+ import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-df48ec50.js";
2
+ import { d as defineComponent, r as ref, H as watch, G as computed, o as openBlock, c as createElementBlock, a as createBaseVNode, i as withDirectives, v as vModelText, at as vModelSelect, j as vModelDynamic, n as normalizeClass, au as vModelCheckbox, t as toDisplayString, w as withModifiers, J as onMounted, f as createTextVNode, K as Fragment, L as renderList, z as createVNode, A as withCtx, B as unref, N as ElMessage, av as ElDialog, aw as ElButton, g as _export_sfc } from "./index-ca6799de.js";
3
3
  const _hoisted_1$1 = { class: "form-grid" };
4
4
  const _hoisted_2$1 = { class: "form-field" };
5
5
  const _hoisted_3$1 = { class: "form-field" };
@@ -1,13 +1,13 @@
1
- import { d as defineComponent, r as ref, F as onMounted, m as resolveComponent, o as openBlock, c as createElementBlock, p as createVNode, q as withCtx, a as createBaseVNode, G as Fragment, H as renderList, y as createBlock, f as createTextVNode, t as toDisplayString, x as unref, au as ElRadio, i as withDirectives, ao as vModelSelect, v as vModelText, J as ElMessage, g as _export_sfc } from "./index-387a6f18.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-4469c8ff.js";
3
- import { u as useNodeStore } from "./PopOver-862d7e28.js";
4
- import { f as fetchDatabaseConnectionsInterfaces } from "./api-a2102880.js";
5
- import DatabaseConnectionSettings from "./DatabaseConnectionSettings-cfc08938.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-14eac1c3.js";
7
- import "./secrets.api-ae198c5c.js";
8
- import "./DesignerView-f64749fb.js";
9
- import "./index-f0a6e5a5.js";
10
- import "./vue-codemirror.esm-31ba0e0b.js";
1
+ import { d as defineComponent, l as useNodeStore, r as ref, J as onMounted, y as resolveComponent, o as openBlock, c as createElementBlock, z as createVNode, A as withCtx, a as createBaseVNode, K as Fragment, L as renderList, C as createBlock, f as createTextVNode, t as toDisplayString, B as unref, az as ElRadio, i as withDirectives, at as vModelSelect, v as vModelText, N as ElMessage, g as _export_sfc } from "./index-ca6799de.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-808fe33a.js";
3
+ import { f as fetchDatabaseConnectionsInterfaces } from "./api-df48ec50.js";
4
+ import DatabaseConnectionSettings from "./DatabaseConnectionSettings-38155669.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-0155288b.js";
6
+ import "./secrets.api-34431884.js";
7
+ import "./DesignerView-a4466dab.js";
8
+ import "./PopOver-ddcfe4f6.js";
9
+ import "./index-057d770d.js";
10
+ import "./vue-codemirror.esm-8f46fb36.js";
11
11
  const createNodeDatabaseWriter = (flowId, nodeId) => {
12
12
  const databaseWriteSettings = {
13
13
  if_exists: "replace",