Flowfile 0.3.7__py3-none-any.whl → 0.3.9__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 (93) hide show
  1. flowfile/__init__.py +4 -3
  2. flowfile/api.py +5 -2
  3. flowfile/web/__init__.py +2 -0
  4. flowfile/web/static/assets/{CloudConnectionManager-c20a740f.js → CloudConnectionManager-c97c25f8.js} +2 -2
  5. flowfile/web/static/assets/{CloudStorageReader-960b400a.js → CloudStorageReader-f1ff509e.js} +7 -7
  6. flowfile/web/static/assets/{CloudStorageWriter-e3decbdd.js → CloudStorageWriter-034f8b78.js} +7 -7
  7. flowfile/web/static/assets/{CrossJoin-d67e2405.js → CrossJoin-9e156ebe.js} +8 -8
  8. flowfile/web/static/assets/{DatabaseConnectionSettings-a81e0f7e.js → DatabaseConnectionSettings-d5c625b3.js} +2 -2
  9. flowfile/web/static/assets/{DatabaseManager-9ea35e84.js → DatabaseManager-265adc5e.js} +2 -2
  10. flowfile/web/static/assets/{DatabaseReader-9578bfa5.js → DatabaseReader-0b10551e.js} +9 -9
  11. flowfile/web/static/assets/{DatabaseWriter-19531098.js → DatabaseWriter-c17c6916.js} +9 -9
  12. flowfile/web/static/assets/{ExploreData-40476474.js → ExploreData-18a4fe52.js} +5 -5
  13. flowfile/web/static/assets/{ExternalSource-2297ef96.js → ExternalSource-3a66556c.js} +6 -6
  14. flowfile/web/static/assets/{Filter-f211c03a.js → Filter-91ad87e7.js} +8 -8
  15. flowfile/web/static/assets/{Formula-4207ea31.js → Formula-3c395ab1.js} +8 -8
  16. flowfile/web/static/assets/{FuzzyMatch-bf120df0.js → FuzzyMatch-2df0d230.js} +9 -9
  17. flowfile/web/static/assets/{GraphSolver-5bb7497a.js → GraphSolver-d285877f.js} +5 -5
  18. flowfile/web/static/assets/{GroupBy-92c81b65.js → GroupBy-0bd1cc6b.js} +6 -6
  19. flowfile/web/static/assets/{Join-4e49a274.js → Join-5a78a203.js} +9 -9
  20. flowfile/web/static/assets/{ManualInput-90998ae8.js → ManualInput-93aef9d6.js} +5 -5
  21. flowfile/web/static/assets/{Output-81e3e917.js → Output-411ecaee.js} +4 -4
  22. flowfile/web/static/assets/{Pivot-a3419842.js → Pivot-89db4b04.js} +6 -6
  23. flowfile/web/static/assets/{PolarsCode-72710deb.js → PolarsCode-a9f974f8.js} +6 -6
  24. flowfile/web/static/assets/{Read-c4059daf.js → Read-c3b1929c.js} +6 -6
  25. flowfile/web/static/assets/{RecordCount-c2b5e095.js → RecordCount-4e95f98e.js} +5 -5
  26. flowfile/web/static/assets/{RecordId-10baf191.js → RecordId-55ae7d36.js} +6 -6
  27. flowfile/web/static/assets/{Sample-3ed9a0ae.js → Sample-b4a18476.js} +5 -5
  28. flowfile/web/static/assets/{SecretManager-0d49c0e8.js → SecretManager-b066d13a.js} +2 -2
  29. flowfile/web/static/assets/{Select-8a02a0b3.js → Select-727688dc.js} +8 -8
  30. flowfile/web/static/assets/{SettingsSection-4c0f45f5.js → SettingsSection-695ac487.js} +1 -1
  31. flowfile/web/static/assets/{Sort-f55c9f9d.js → Sort-be3339a8.js} +6 -6
  32. flowfile/web/static/assets/{TextToRows-5dbc2145.js → TextToRows-7b8998da.js} +8 -8
  33. flowfile/web/static/assets/{UnavailableFields-a1768e52.js → UnavailableFields-8b0cb48e.js} +2 -2
  34. flowfile/web/static/assets/{Union-f2aefdc9.js → Union-89fd73dc.js} +5 -5
  35. flowfile/web/static/assets/{Unique-46b250da.js → Unique-af5a80b4.js} +8 -8
  36. flowfile/web/static/assets/{Unpivot-25ac84cc.js → Unpivot-5195d411.js} +5 -5
  37. flowfile/web/static/assets/{api-a0abbdc7.js → api-023d1733.js} +1 -1
  38. flowfile/web/static/assets/{api-6ef0dcef.js → api-cb00cce6.js} +1 -1
  39. flowfile/web/static/assets/{designer-186f2e71.css → designer-2197d782.css} +17 -17
  40. flowfile/web/static/assets/{designer-13eabd83.js → designer-6c322d8e.js} +67 -21
  41. flowfile/web/static/assets/{documentation-b87e7f6f.js → documentation-4d1fafe1.js} +1 -1
  42. flowfile/web/static/assets/{dropDown-13564764.js → dropDown-0b46dd77.js} +1 -1
  43. flowfile/web/static/assets/{fullEditor-fd2cd6f9.js → fullEditor-ec4e4f95.js} +2 -2
  44. flowfile/web/static/assets/{genericNodeSettings-71e11604.js → genericNodeSettings-def5879b.js} +3 -3
  45. flowfile/web/static/assets/{index-f6c15e76.js → index-683fc198.js} +6 -6
  46. flowfile/web/static/assets/{nodeTitle-988d9efe.js → nodeTitle-a16db7c3.js} +3 -3
  47. flowfile/web/static/assets/{secretApi-dd636aa2.js → secretApi-baceb6f9.js} +1 -1
  48. flowfile/web/static/assets/{selectDynamic-af36165e.js → selectDynamic-de91449a.js} +3 -3
  49. flowfile/web/static/assets/{vue-codemirror.esm-2847001e.js → vue-codemirror.esm-dc5e3348.js} +1 -1
  50. flowfile/web/static/assets/{vue-content-loader.es-0371da73.js → vue-content-loader.es-ba94b82f.js} +1 -1
  51. flowfile/web/static/index.html +1 -1
  52. {flowfile-0.3.7.dist-info → flowfile-0.3.9.dist-info}/METADATA +2 -1
  53. {flowfile-0.3.7.dist-info → flowfile-0.3.9.dist-info}/RECORD +88 -90
  54. flowfile_core/configs/settings.py +4 -2
  55. flowfile_core/configs/utils.py +5 -0
  56. flowfile_core/database/connection.py +1 -3
  57. flowfile_core/flowfile/code_generator/code_generator.py +36 -0
  58. flowfile_core/flowfile/flow_data_engine/cloud_storage_reader.py +0 -1
  59. flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +60 -80
  60. flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py +61 -0
  61. flowfile_core/flowfile/flow_data_engine/fuzzy_matching/prepare_for_fuzzy_match.py +44 -3
  62. flowfile_core/flowfile/flow_data_engine/subprocess_operations/models.py +3 -3
  63. flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +5 -2
  64. flowfile_core/flowfile/flow_graph.py +129 -88
  65. flowfile_core/flowfile/flow_node/flow_node.py +30 -15
  66. flowfile_core/flowfile/flow_node/models.py +0 -2
  67. flowfile_core/flowfile/flow_node/schema_callback.py +138 -43
  68. flowfile_core/flowfile/graph_tree/graph_tree.py +250 -0
  69. flowfile_core/flowfile/graph_tree/models.py +15 -0
  70. flowfile_core/flowfile/manage/compatibility_enhancements.py +1 -1
  71. flowfile_core/flowfile/{flow_data_engine/fuzzy_matching/settings_validator.py → schema_callbacks.py} +65 -13
  72. flowfile_core/flowfile/setting_generator/settings.py +2 -1
  73. flowfile_core/flowfile/util/execution_orderer.py +9 -0
  74. flowfile_core/flowfile/util/node_skipper.py +8 -0
  75. flowfile_core/schemas/schemas.py +46 -3
  76. flowfile_core/schemas/transform_schema.py +27 -38
  77. flowfile_core/utils/arrow_reader.py +8 -3
  78. flowfile_core/utils/validate_setup.py +0 -2
  79. flowfile_frame/__init__.py +1 -4
  80. flowfile_frame/expr.py +14 -0
  81. flowfile_frame/flow_frame.py +34 -5
  82. flowfile_frame/flow_frame.pyi +5 -6
  83. flowfile_worker/funcs.py +7 -3
  84. flowfile_worker/models.py +3 -1
  85. flowfile_worker/polars_fuzzy_match/matcher.py +0 -435
  86. flowfile_worker/polars_fuzzy_match/models.py +0 -36
  87. flowfile_worker/polars_fuzzy_match/pre_process.py +0 -213
  88. flowfile_worker/polars_fuzzy_match/process.py +0 -86
  89. flowfile_worker/polars_fuzzy_match/utils.py +0 -50
  90. {flowfile-0.3.7.dist-info → flowfile-0.3.9.dist-info}/LICENSE +0 -0
  91. {flowfile-0.3.7.dist-info → flowfile-0.3.9.dist-info}/WHEEL +0 -0
  92. {flowfile-0.3.7.dist-info → flowfile-0.3.9.dist-info}/entry_points.txt +0 -0
  93. {flowfile_worker/polars_fuzzy_match → flowfile_core/flowfile/graph_tree}/__init__.py +0 -0
flowfile/__init__.py CHANGED
@@ -7,7 +7,7 @@ This package ties together the FlowFile ecosystem components:
7
7
  - flowfile_worker: Computation engine
8
8
  """
9
9
 
10
- __version__ = "0.3.7"
10
+ __version__ = "0.3.9"
11
11
 
12
12
  import os
13
13
  import logging
@@ -36,7 +36,8 @@ from flowfile_frame import (read_csv, read_parquet, from_dict, concat, scan_csv,
36
36
  get_all_available_cloud_storage_connections,
37
37
  create_cloud_storage_connection,
38
38
  del_cloud_storage_connection,
39
- create_cloud_storage_connection_if_not_exists)
39
+ create_cloud_storage_connection_if_not_exists,
40
+ FuzzyMapping)
40
41
  from flowfile_frame.expr import (
41
42
  col, lit, column, cum_count, len,
42
43
  sum, min, max, mean, count, when
@@ -71,7 +72,7 @@ __all__ = [
71
72
  'scan_csv_from_cloud_storage', 'get_all_available_cloud_storage_connections', 'create_cloud_storage_connection',
72
73
  'del_cloud_storage_connection', 'create_cloud_storage_connection_if_not_exists',
73
74
  'FlowGraph', 'FlowDataEngine', 'node_interface', 'FlowSettings', 'transform_schema',
74
- 'FlowNode', 'FlowfileColumn', 'FlowInformation',
75
+ 'FlowNode', 'FlowfileColumn', 'FlowInformation', "FuzzyMapping",
75
76
 
76
77
  # Expression API
77
78
  'col', 'lit', 'column', 'cum_count', 'len',
flowfile/api.py CHANGED
@@ -17,6 +17,7 @@ from typing import Optional, Dict, Any, Union, Tuple, List
17
17
  from subprocess import Popen
18
18
  from flowfile_core.flowfile.flow_graph import FlowGraph
19
19
  from tempfile import TemporaryDirectory
20
+ import flowfile as ff
20
21
 
21
22
  # Configuration
22
23
  FLOWFILE_HOST: str = os.environ.get("FLOWFILE_HOST", "127.0.0.1")
@@ -206,7 +207,7 @@ def check_if_in_single_mode() -> bool:
206
207
  try:
207
208
  response: requests.Response = requests.get(f"{FLOWFILE_BASE_URL}/single_mode", timeout=1)
208
209
  if response.ok:
209
- return response.json() == "1"
210
+ return response.json()
210
211
  except Exception:
211
212
  pass
212
213
  return False
@@ -400,6 +401,8 @@ def _open_flow_in_browser(flow_id: int) -> None:
400
401
  logger.info(f"Unified mode detected. Opening imported flow in browser: {flow_url}")
401
402
  try:
402
403
  time.sleep(0.5)
404
+ logger.info("Attempting to open browser tab for flow...")
405
+ logger.info("Opening URL in browser: %s", flow_url)
403
406
  webbrowser.open_new_tab(flow_url)
404
407
  except Exception as wb_err:
405
408
  logger.warning(f"Could not automatically open browser tab: {wb_err}")
@@ -452,7 +455,7 @@ def open_graph_in_editor(flow_graph: FlowGraph, storage_location: Optional[str]
452
455
  return False
453
456
 
454
457
  flow_id = import_flow_to_editor(flow_file_path, auth_token)
455
-
458
+ print(flow_id, "flow_id", flow_in_single_mode, automatically_open_browser)
456
459
  if flow_id is not None:
457
460
  if flow_in_single_mode and automatically_open_browser:
458
461
  _open_flow_in_browser(flow_id)
flowfile/web/__init__.py CHANGED
@@ -51,6 +51,8 @@ def extend_app(app: FastAPI):
51
51
 
52
52
  @app.get("/single_mode")
53
53
  async def in_single_mode() -> bool:
54
+ print("Checking if single file mode is enabled")
55
+ print(os.environ.get('FLOWFILE_SINGLE_FILE_MODE'))
54
56
  return os.environ.get('FLOWFILE_SINGLE_FILE_MODE', "0") == "1"
55
57
 
56
58
  @app.get("/ui", include_in_schema=False)
@@ -1,5 +1,5 @@
1
- import { f as fetchCloudStorageConnectionsInterfaces, c as createCloudStorageConnectionApi, d as deleteCloudStorageConnectionApi } from "./api-6ef0dcef.js";
2
- import { d as defineComponent, r as ref, m as watch, l as computed, c as openBlock, e as createElementBlock, p as createBaseVNode, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, F as Fragment, q as renderList, t as toDisplayString, i as createCommentVNode, ah as vModelDynamic, s as normalizeClass, ai as vModelCheckbox, v as withModifiers, n as onMounted, g as createTextVNode, f as createVNode, w as withCtx, u as unref, z as ElMessage, aj as ElDialog, ak as ElButton, _ as _export_sfc } from "./index-f6c15e76.js";
1
+ import { f as fetchCloudStorageConnectionsInterfaces, c as createCloudStorageConnectionApi, d as deleteCloudStorageConnectionApi } from "./api-cb00cce6.js";
2
+ import { d as defineComponent, r as ref, m as watch, l as computed, c as openBlock, e as createElementBlock, p as createBaseVNode, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, F as Fragment, q as renderList, t as toDisplayString, i as createCommentVNode, ah as vModelDynamic, s as normalizeClass, ai as vModelCheckbox, v as withModifiers, n as onMounted, g as createTextVNode, f as createVNode, w as withCtx, u as unref, z as ElMessage, aj as ElDialog, ak as ElButton, _ as _export_sfc } from "./index-683fc198.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,10 +1,10 @@
1
- import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, a5 as withDirectives, F as Fragment, q as renderList, t as toDisplayString, ag as vModelSelect, g as createTextVNode, i as createCommentVNode, a6 as vModelText, ai as vModelCheckbox, h as createBlock, u as unref, z as ElMessage, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { f as fetchCloudStorageConnectionsInterfaces } from "./api-6ef0dcef.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
7
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, a5 as withDirectives, F as Fragment, q as renderList, t as toDisplayString, ag as vModelSelect, g as createTextVNode, i as createCommentVNode, a6 as vModelText, ai as vModelCheckbox, h as createBlock, u as unref, z as ElMessage, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { f as fetchCloudStorageConnectionsInterfaces } from "./api-cb00cce6.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
+ import "./designer-6c322d8e.js";
8
8
  const createNodeCloudStorageReader = (flowId, nodeId) => {
9
9
  const cloudStorageReadSettings = {
10
10
  auth_mode: "aws-cli",
@@ -1,10 +1,10 @@
1
- import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, a5 as withDirectives, F as Fragment, q as renderList, t as toDisplayString, ag as vModelSelect, g as createTextVNode, i as createCommentVNode, a6 as vModelText, h as createBlock, u as unref, z as ElMessage, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { f as fetchCloudStorageConnectionsInterfaces } from "./api-6ef0dcef.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
7
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, a5 as withDirectives, F as Fragment, q as renderList, t as toDisplayString, ag as vModelSelect, g as createTextVNode, i as createCommentVNode, a6 as vModelText, h as createBlock, u as unref, z as ElMessage, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { f as fetchCloudStorageConnectionsInterfaces } from "./api-cb00cce6.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
+ import "./designer-6c322d8e.js";
8
8
  const createNodeCloudStorageWriter = (flowId, nodeId) => {
9
9
  const cloudStorageWriteSettings = {
10
10
  auth_mode: "aws-cli",
@@ -1,11 +1,11 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { s as selectDynamic } from "./selectDynamic-af36165e.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-f6c15e76.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
7
- import "./UnavailableFields-a1768e52.js";
8
- import "./designer-13eabd83.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { s as selectDynamic } from "./selectDynamic-de91449a.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import { d as defineComponent, r as ref, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-683fc198.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
+ import "./UnavailableFields-8b0cb48e.js";
8
+ import "./designer-6c322d8e.js";
9
9
  const _hoisted_1$1 = { key: 0 };
10
10
  const _hoisted_2 = { class: "listbox-wrapper" };
11
11
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
@@ -1,5 +1,5 @@
1
- import { f as fetchSecretsApi } from "./secretApi-dd636aa2.js";
2
- import { d as defineComponent, r as ref, n as onMounted, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, F as Fragment, q as renderList, i as createCommentVNode, _ as _export_sfc } from "./index-f6c15e76.js";
1
+ import { f as fetchSecretsApi } from "./secretApi-baceb6f9.js";
2
+ import { d as defineComponent, r as ref, n as onMounted, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, F as Fragment, q as renderList, i as createCommentVNode, _ as _export_sfc } from "./index-683fc198.js";
3
3
  const _hoisted_1 = { class: "connection-settings-container" };
4
4
  const _hoisted_2 = { class: "toggle-button" };
5
5
  const _hoisted_3 = {
@@ -1,5 +1,5 @@
1
- import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-a0abbdc7.js";
2
- import { d as defineComponent, r as ref, m as watch, l as computed, c as openBlock, e as createElementBlock, p as createBaseVNode, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, ah as vModelDynamic, s as normalizeClass, ai as vModelCheckbox, t as toDisplayString, v as withModifiers, n as onMounted, g as createTextVNode, F as Fragment, q as renderList, f as createVNode, w as withCtx, u as unref, z as ElMessage, aj as ElDialog, ak as ElButton, _ as _export_sfc } from "./index-f6c15e76.js";
1
+ import { f as fetchDatabaseConnectionsInterfaces, c as createDatabaseConnectionApi, d as deleteDatabaseConnectionApi } from "./api-023d1733.js";
2
+ import { d as defineComponent, r as ref, m as watch, l as computed, c as openBlock, e as createElementBlock, p as createBaseVNode, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, ah as vModelDynamic, s as normalizeClass, ai as vModelCheckbox, t as toDisplayString, v as withModifiers, n as onMounted, g as createTextVNode, F as Fragment, q as renderList, f as createVNode, w as withCtx, u as unref, z as ElMessage, aj as ElDialog, ak as ElButton, _ as _export_sfc } from "./index-683fc198.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,12 +1,12 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, _ as _export_sfc, r as ref, n as onMounted, b as resolveComponent, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, al as ElRadio, g as createTextVNode, t as toDisplayString, a5 as withDirectives, ag as vModelSelect, a6 as vModelText, i as createCommentVNode, a as axios, z as ElMessage, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { f as fetchDatabaseConnectionsInterfaces } from "./api-a0abbdc7.js";
5
- import { D as DatabaseConnectionSettings } from "./DatabaseConnectionSettings-a81e0f7e.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
8
- import "./secretApi-dd636aa2.js";
9
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, _ as _export_sfc, r as ref, n as onMounted, b as resolveComponent, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, al as ElRadio, g as createTextVNode, t as toDisplayString, a5 as withDirectives, ag as vModelSelect, a6 as vModelText, i as createCommentVNode, a as axios, z as ElMessage, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { f as fetchDatabaseConnectionsInterfaces } from "./api-023d1733.js";
5
+ import { D as DatabaseConnectionSettings } from "./DatabaseConnectionSettings-d5c625b3.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
8
+ import "./secretApi-baceb6f9.js";
9
+ import "./designer-6c322d8e.js";
10
10
  const createNodeDatabaseReader = (flowId, nodeId) => {
11
11
  const databaseSettings = {
12
12
  query_mode: "table",
@@ -1,12 +1,12 @@
1
- import { d as defineComponent, r as ref, n as onMounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, h as createBlock, u as unref, al as ElRadio, g as createTextVNode, t as toDisplayString, a5 as withDirectives, ag as vModelSelect, a6 as vModelText, z as ElMessage, _ as _export_sfc, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { f as fetchDatabaseConnectionsInterfaces } from "./api-a0abbdc7.js";
5
- import { D as DatabaseConnectionSettings } from "./DatabaseConnectionSettings-a81e0f7e.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
8
- import "./secretApi-dd636aa2.js";
9
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, n as onMounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, h as createBlock, u as unref, al as ElRadio, g as createTextVNode, t as toDisplayString, a5 as withDirectives, ag as vModelSelect, a6 as vModelText, z as ElMessage, _ as _export_sfc, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { f as fetchDatabaseConnectionsInterfaces } from "./api-023d1733.js";
5
+ import { D as DatabaseConnectionSettings } from "./DatabaseConnectionSettings-d5c625b3.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
8
+ import "./secretApi-baceb6f9.js";
9
+ import "./designer-6c322d8e.js";
10
10
  const createNodeDatabaseWriter = (flowId, nodeId) => {
11
11
  const databaseWriteSettings = {
12
12
  if_exists: "replace",
@@ -1,8 +1,8 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { k as getDefaultExportFromCjs, d as defineComponent, r as ref, n as onMounted, o as onUnmounted, c as openBlock, e as createElementBlock, af as toRaw, _ as _export_sfc, a as axios, l as computed, h as createBlock, u as unref, p as createBaseVNode, t as toDisplayString, f as createVNode, a7 as Teleport, i as createCommentVNode, R as nextTick } from "./index-f6c15e76.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
5
- import { u as useItemStore } from "./designer-13eabd83.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { k as getDefaultExportFromCjs, d as defineComponent, r as ref, n as onMounted, o as onUnmounted, c as openBlock, e as createElementBlock, af as toRaw, _ as _export_sfc, a as axios, l as computed, h as createBlock, u as unref, p as createBaseVNode, t as toDisplayString, f as createVNode, a7 as Teleport, i as createCommentVNode, R as nextTick } from "./index-683fc198.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
5
+ import { u as useItemStore } from "./designer-6c322d8e.js";
6
6
  function _mergeNamespaces(n10, m10) {
7
7
  for (var i = 0; i < m10.length; i++) {
8
8
  const e19 = m10[i];
@@ -1,9 +1,9 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
4
- import { d as defineComponent, r as ref, a3 as watchEffect, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, i as createCommentVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
6
- import "./designer-13eabd83.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
4
+ import { d as defineComponent, r as ref, a3 as watchEffect, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, i as createCommentVNode, h as createBlock, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
6
+ import "./designer-6c322d8e.js";
7
7
  function get_template_source_type(type, options) {
8
8
  switch (type) {
9
9
  case "SAMPLE_USERS":
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, u as unref, a5 as withDirectives, a6 as vModelText, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { C as ColumnSelector } from "./dropDown-13564764.js";
4
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
5
- import mainEditorRef from "./fullEditor-fd2cd6f9.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
8
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, u as unref, a5 as withDirectives, a6 as vModelText, h as createBlock, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { C as ColumnSelector } from "./dropDown-0b46dd77.js";
4
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
5
+ import mainEditorRef from "./fullEditor-ec4e4f95.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
8
+ import "./designer-6c322d8e.js";
9
9
  const _hoisted_1 = { key: 0 };
10
10
  const _hoisted_2 = { class: "listbox-wrapper" };
11
11
  const _hoisted_3 = { style: { "border-radius": "20px" } };
@@ -1,11 +1,11 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import mainEditorRef from "./fullEditor-fd2cd6f9.js";
4
- import { C as ColumnSelector } from "./dropDown-13564764.js";
5
- import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, t as toDisplayString, i as createCommentVNode, p as createBaseVNode, f as createVNode, _ as _export_sfc, w as withCtx, u as unref, h as createBlock, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
8
- import "./designer-13eabd83.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import mainEditorRef from "./fullEditor-ec4e4f95.js";
4
+ import { C as ColumnSelector } from "./dropDown-0b46dd77.js";
5
+ import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, t as toDisplayString, i as createCommentVNode, p as createBaseVNode, f as createVNode, _ as _export_sfc, w as withCtx, u as unref, h as createBlock, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
8
+ import "./designer-6c322d8e.js";
9
9
  const _hoisted_1$2 = {
10
10
  key: 0,
11
11
  class: "label"
@@ -1,12 +1,12 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, s as normalizeClass, F as Fragment, q as renderList, h as createBlock, i as createCommentVNode, g as createTextVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { C as ColumnSelector } from "./dropDown-13564764.js";
4
- import { s as selectDynamic } from "./selectDynamic-af36165e.js";
5
- import { u as unavailableField } from "./UnavailableFields-a1768e52.js";
6
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
7
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
8
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
9
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, s as normalizeClass, F as Fragment, q as renderList, h as createBlock, i as createCommentVNode, g as createTextVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, ag as vModelSelect, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { C as ColumnSelector } from "./dropDown-0b46dd77.js";
4
+ import { s as selectDynamic } from "./selectDynamic-de91449a.js";
5
+ import { u as unavailableField } from "./UnavailableFields-8b0cb48e.js";
6
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
7
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
8
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
9
+ import "./designer-6c322d8e.js";
10
10
  const _hoisted_1$1 = {
11
11
  key: 0,
12
12
  class: "fuzzy-join-container"
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, f as createVNode, w as withCtx, v as withModifiers, h as createBlock, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
5
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, f as createVNode, w as withCtx, v as withModifiers, h as createBlock, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
5
+ import "./designer-6c322d8e.js";
6
6
  const _hoisted_1$3 = ["onClick"];
7
7
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
8
8
  __name: "ContextMenu",
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
6
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
6
+ import "./designer-6c322d8e.js";
7
7
  const _hoisted_1$1 = { key: 0 };
8
8
  const _hoisted_2 = { class: "listbox-wrapper" };
9
9
  const _hoisted_3 = {
@@ -1,12 +1,12 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { C as ColumnSelector } from "./dropDown-13564764.js";
4
- import { s as selectDynamic } from "./selectDynamic-af36165e.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
6
- import { d as defineComponent, r as ref, l as computed, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, i as createCommentVNode, F as Fragment, q as renderList, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
8
- import "./UnavailableFields-a1768e52.js";
9
- import "./designer-13eabd83.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { C as ColumnSelector } from "./dropDown-0b46dd77.js";
4
+ import { s as selectDynamic } from "./selectDynamic-de91449a.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
6
+ import { d as defineComponent, r as ref, l as computed, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, h as createBlock, i as createCommentVNode, F as Fragment, q as renderList, u as unref, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
8
+ import "./UnavailableFields-8b0cb48e.js";
9
+ import "./designer-6c322d8e.js";
10
10
  const _hoisted_1$1 = {
11
11
  key: 0,
12
12
  class: "listbox-wrapper"
@@ -1,8 +1,8 @@
1
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
2
- import { r as ref, d as defineComponent, l as computed, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, a5 as withDirectives, a6 as vModelText, u as unref, h as createBlock, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import "./designer-13eabd83.js";
1
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
2
+ import { r as ref, d as defineComponent, l as computed, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, a5 as withDirectives, a6 as vModelText, u as unref, h as createBlock, g as createTextVNode, s as normalizeClass, t as toDisplayString, i as createCommentVNode, E as ElNotification, _ as _export_sfc, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import "./designer-6c322d8e.js";
6
6
  const createManualInput = (flowId = -1, nodeId = -1, pos_x = 0, pos_y = 0) => {
7
7
  const nodeManualInput = ref({
8
8
  flow_id: flowId,
@@ -1,7 +1,7 @@
1
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
2
- import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, an as ElOption, ao as ElSelect, _ as _export_sfc, b as resolveComponent, i as createCommentVNode, l as computed, g as createTextVNode, a as axios, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
3
- import { w as warning_filled_default, F as FileBrowser } from "./designer-13eabd83.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
1
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
2
+ import { d as defineComponent, r as ref, m as watch, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, F as Fragment, q as renderList, h as createBlock, u as unref, an as ElOption, ao as ElSelect, _ as _export_sfc, b as resolveComponent, i as createCommentVNode, l as computed, g as createTextVNode, a as axios, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
3
+ import { w as warning_filled_default, F as FileBrowser } from "./designer-6c322d8e.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
5
5
  const createDefaultParquetSettings = () => {
6
6
  return {
7
7
  file_type: "parquet"
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, u as unref, ap as ElIcon, p as createBaseVNode, e as createElementBlock, i as createCommentVNode, aq as ElPopover, _ as _export_sfc, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-4c0f45f5.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
6
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, l as computed, c as openBlock, h as createBlock, w as withCtx, f as createVNode, u as unref, ap as ElIcon, p as createBaseVNode, e as createElementBlock, i as createCommentVNode, aq as ElPopover, _ as _export_sfc, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-695ac487.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
6
+ import "./designer-6c322d8e.js";
7
7
  const _hoisted_1$2 = { class: "validation-wrapper" };
8
8
  const _hoisted_2$1 = {
9
9
  key: 0,
@@ -1,9 +1,9 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { v as keymap, w as acceptCompletion, x as indentMore, q as EditorState, r as autocompletion, o as T, u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { p as python, o as oneDark } from "./designer-13eabd83.js";
4
- import { d as defineComponent, r as ref, X as shallowRef, m as watch, c as openBlock, e as createElementBlock, f as createVNode, u as unref, t as toDisplayString, i as createCommentVNode, w as withCtx, h as createBlock, n as onMounted, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { v as keymap, w as acceptCompletion, x as indentMore, q as EditorState, r as autocompletion, o as T, u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { p as python, o as oneDark } from "./designer-6c322d8e.js";
4
+ import { d as defineComponent, r as ref, X as shallowRef, m as watch, c as openBlock, e as createElementBlock, f as createVNode, u as unref, t as toDisplayString, i as createCommentVNode, w as withCtx, h as createBlock, n as onMounted, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
7
  const polarsCompletionVals = [
8
8
  // Polars basics
9
9
  { label: "pl", type: "variable", info: "Polars main module" },
@@ -1,9 +1,9 @@
1
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
2
- import { a as axios, d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, i as createCommentVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, h as createBlock, u as unref, _ as _export_sfc, ar as ElCheckbox, F as Fragment, q as renderList, an as ElOption, ao as ElSelect, as as ElSlider, R as nextTick, a7 as Teleport } from "./index-f6c15e76.js";
3
- import { C as ColumnSelector } from "./dropDown-13564764.js";
4
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
5
- import { F as FileBrowser } from "./designer-13eabd83.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
1
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
2
+ import { a as axios, d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, f as createVNode, w as withCtx, i as createCommentVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, h as createBlock, u as unref, _ as _export_sfc, ar as ElCheckbox, F as Fragment, q as renderList, an as ElOption, ao as ElSelect, as as ElSlider, R as nextTick, a7 as Teleport } from "./index-683fc198.js";
3
+ import { C as ColumnSelector } from "./dropDown-0b46dd77.js";
4
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
5
+ import { F as FileBrowser } from "./designer-6c322d8e.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
7
  const getXlsxSheetNamesForPath = async (path) => {
8
8
  const response = await axios.get(`/api/get_xlsx_sheet_names?path=${path}`);
9
9
  return response.data;
@@ -1,8 +1,8 @@
1
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
2
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
3
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-f6c15e76.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
5
- import "./designer-13eabd83.js";
1
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
3
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-683fc198.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
5
+ import "./designer-6c322d8e.js";
6
6
  const _hoisted_1$1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-4c0f45f5.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
6
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, t as toDisplayString, h as createBlock, i as createCommentVNode, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { C as ContextMenu, S as SettingsSection } from "./SettingsSection-695ac487.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
6
+ import "./designer-6c322d8e.js";
7
7
  const _hoisted_1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"
@@ -1,8 +1,8 @@
1
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
5
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, a5 as withDirectives, a6 as vModelText, i as createCommentVNode, h as createBlock, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
5
+ import "./designer-6c322d8e.js";
6
6
  const _hoisted_1$1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -1,5 +1,5 @@
1
- import { r as ref, l as computed, d as defineComponent, n as onMounted, e as createElementBlock, p as createBaseVNode, v as withModifiers, a5 as withDirectives, a6 as vModelText, ah as vModelDynamic, s as normalizeClass, g as createTextVNode, t as toDisplayString, u as unref, O as isRef, i as createCommentVNode, F as Fragment, q as renderList, c as openBlock } from "./index-f6c15e76.js";
2
- import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-dd636aa2.js";
1
+ import { r as ref, l as computed, d as defineComponent, n as onMounted, e as createElementBlock, p as createBaseVNode, v as withModifiers, a5 as withDirectives, a6 as vModelText, ah as vModelDynamic, s as normalizeClass, g as createTextVNode, t as toDisplayString, u as unref, O as isRef, i as createCommentVNode, F as Fragment, q as renderList, c as openBlock } from "./index-683fc198.js";
2
+ import { f as fetchSecretsApi, a as addSecretApi, g as getSecretValueApi, d as deleteSecretApi } from "./secretApi-baceb6f9.js";
3
3
  function useSecretManager() {
4
4
  const secrets = ref([]);
5
5
  const isLoading = ref(true);
@@ -1,11 +1,11 @@
1
- import { r as ref, d as defineComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, n as onMounted, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-f6c15e76.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
3
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
4
- import { s as selectDynamic } from "./selectDynamic-af36165e.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
7
- import "./UnavailableFields-a1768e52.js";
8
- import "./designer-13eabd83.js";
1
+ import { r as ref, d as defineComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, n as onMounted, R as nextTick, a7 as Teleport, i as createCommentVNode } from "./index-683fc198.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
3
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
4
+ import { s as selectDynamic } from "./selectDynamic-de91449a.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
7
+ import "./UnavailableFields-8b0cb48e.js";
8
+ import "./designer-6c322d8e.js";
9
9
  const createSelectInput = (column_name, data_type = void 0, position = void 0, original_position = void 0) => {
10
10
  const selectInput = {
11
11
  old_name: column_name,
@@ -1,4 +1,4 @@
1
- import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode } from "./index-f6c15e76.js";
1
+ import { d as defineComponent, c as openBlock, e as createElementBlock, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, T as normalizeStyle, _ as _export_sfc, g as createTextVNode, i as createCommentVNode } from "./index-683fc198.js";
2
2
  const _hoisted_1$1 = ["onClick"];
3
3
  const _sfc_main$1 = /* @__PURE__ */ defineComponent({
4
4
  __name: "ContextMenu",
@@ -1,9 +1,9 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f6c15e76.js";
2
- import { u as useNodeStore } from "./vue-codemirror.esm-2847001e.js";
3
- import { C as CodeLoader } from "./vue-content-loader.es-0371da73.js";
4
- import { G as GenericNodeSettings } from "./genericNodeSettings-71e11604.js";
5
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-988d9efe.js";
6
- import "./designer-13eabd83.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, F as Fragment, q as renderList, s as normalizeClass, t as toDisplayString, i as createCommentVNode, T as normalizeStyle, v as withModifiers, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-683fc198.js";
2
+ import { u as useNodeStore } from "./vue-codemirror.esm-dc5e3348.js";
3
+ import { C as CodeLoader } from "./vue-content-loader.es-ba94b82f.js";
4
+ import { G as GenericNodeSettings } from "./genericNodeSettings-def5879b.js";
5
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-a16db7c3.js";
6
+ import "./designer-6c322d8e.js";
7
7
  const _hoisted_1$1 = {
8
8
  key: 0,
9
9
  class: "listbox-wrapper"