Flowfile 0.3.1.2__py3-none-any.whl → 0.3.2__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 (65) hide show
  1. flowfile/api.py +5 -3
  2. flowfile/web/static/assets/{AirbyteReader-cb0c1d4a.js → AirbyteReader-2b1cf2d8.js} +10 -9
  3. flowfile/web/static/assets/{CrossJoin-a514fa59.js → CrossJoin-cc3ab73c.js} +8 -8
  4. flowfile/web/static/assets/{DatabaseConnectionSettings-f2cecf33.js → DatabaseConnectionSettings-307c4652.js} +2 -2
  5. flowfile/web/static/assets/{DatabaseManager-83ee3c98.js → DatabaseManager-69faa6e1.js} +10 -6
  6. flowfile/web/static/assets/{DatabaseReader-dc0c6881.js → DatabaseReader-e4134cd0.js} +9 -9
  7. flowfile/web/static/assets/{DatabaseWriter-5afe9f8d.js → DatabaseWriter-d32d75b1.js} +9 -9
  8. flowfile/web/static/assets/{ExploreData-c7ee19cf.js → ExploreData-5eb48389.js} +18639 -18629
  9. flowfile/web/static/assets/{ExternalSource-17b23a01.js → ExternalSource-29489051.js} +8 -21
  10. flowfile/web/static/assets/{Filter-90856b4f.js → Filter-031332bb.js} +9 -9
  11. flowfile/web/static/assets/{Formula-38b71e9e.js → Formula-3b900540.js} +15 -15
  12. flowfile/web/static/assets/{Formula-d60a74f4.css → Formula-b8cefc31.css} +4 -4
  13. flowfile/web/static/assets/{FuzzyMatch-d0f1fe81.js → FuzzyMatch-dee31153.js} +9 -9
  14. flowfile/web/static/assets/{GraphSolver-0c86bbc6.js → GraphSolver-ca74eb47.js} +5 -5
  15. flowfile/web/static/assets/{GroupBy-f2772e9f.js → GroupBy-081b6591.js} +8 -7
  16. flowfile/web/static/assets/{Join-bc3e1cf7.js → Join-b467376f.js} +11 -10
  17. flowfile/web/static/assets/{ManualInput-03aa0245.js → ManualInput-ffffb80a.js} +11 -8
  18. flowfile/web/static/assets/{Output-5b35eee8.js → Output-9a87d4ba.js} +4 -4
  19. flowfile/web/static/assets/{Pivot-7164087c.js → Pivot-ee3e6093.js} +8 -7
  20. flowfile/web/static/assets/{PolarsCode-3abf6507.js → PolarsCode-03921254.js} +13 -11
  21. flowfile/web/static/assets/{PopOver-b37ff9be.js → PopOver-3bdf8951.js} +1 -1
  22. flowfile/web/static/assets/{Read-65966a3e.js → Read-67fee3a0.js} +6 -6
  23. flowfile/web/static/assets/{RecordCount-c66c6d6d.js → RecordCount-a2acd02d.js} +7 -6
  24. flowfile/web/static/assets/{RecordId-826dc095.js → RecordId-0c8bcd77.js} +10 -8
  25. flowfile/web/static/assets/{Sample-4ed555c8.js → Sample-60594a3a.js} +7 -6
  26. flowfile/web/static/assets/{SecretManager-eac1e97d.js → SecretManager-bbcec2ac.js} +2 -2
  27. flowfile/web/static/assets/{Select-085f05cc.js → Select-9540e6ca.js} +8 -8
  28. flowfile/web/static/assets/{SettingsSection-1f5e79c1.js → SettingsSection-48f28104.js} +1 -1
  29. flowfile/web/static/assets/{Sort-3e6cb414.js → Sort-6dbe3633.js} +6 -6
  30. flowfile/web/static/assets/{TextToRows-606349bc.js → TextToRows-27aab4a8.js} +18 -13
  31. flowfile/web/static/assets/{UnavailableFields-b41976ed.js → UnavailableFields-8143044b.js} +2 -2
  32. flowfile/web/static/assets/{Union-fca91665.js → Union-52460248.js} +7 -6
  33. flowfile/web/static/assets/{Unique-a59f830e.js → Unique-f6962644.js} +8 -8
  34. flowfile/web/static/assets/{Unpivot-c3815565.js → Unpivot-1ff1e938.js} +5 -5
  35. flowfile/web/static/assets/{api-22b338bd.js → api-3b345d92.js} +1 -1
  36. flowfile/web/static/assets/{designer-e5bbe26f.js → designer-4736134f.js} +72 -42
  37. flowfile/web/static/assets/{documentation-08045cf2.js → documentation-b9545eba.js} +1 -1
  38. flowfile/web/static/assets/{dropDown-5e7e9a5a.js → dropDown-d5a4014c.js} +1 -1
  39. flowfile/web/static/assets/{dropDownGeneric-50a91b99.js → dropDownGeneric-1f4e32ec.js} +2 -2
  40. flowfile/web/static/assets/{fullEditor-705c6ccb.js → fullEditor-f4791c23.js} +3 -3
  41. flowfile/web/static/assets/{genericNodeSettings-65587f20.js → genericNodeSettings-1d456350.js} +3 -3
  42. flowfile/web/static/assets/{index-552863fd.js → index-f25c9283.js} +2608 -1570
  43. flowfile/web/static/assets/{nodeTitle-cf9bae3c.js → nodeTitle-cad6fd9d.js} +3 -3
  44. flowfile/web/static/assets/{secretApi-3ad510e1.js → secretApi-01f07e2c.js} +1 -1
  45. flowfile/web/static/assets/{selectDynamic-bd644891.js → selectDynamic-f46a4e3f.js} +3 -3
  46. flowfile/web/static/assets/{vue-codemirror.esm-dd17b478.js → vue-codemirror.esm-eb98fc8b.js} +15 -14
  47. flowfile/web/static/assets/{vue-content-loader.es-6b36f05e.js → vue-content-loader.es-860c0380.js} +1 -1
  48. flowfile/web/static/index.html +1 -1
  49. {flowfile-0.3.1.2.dist-info → flowfile-0.3.2.dist-info}/METADATA +1 -3
  50. {flowfile-0.3.1.2.dist-info → flowfile-0.3.2.dist-info}/RECORD +62 -64
  51. flowfile_core/configs/node_store/nodes.py +2 -4
  52. flowfile_core/flowfile/FlowfileFlow.py +72 -12
  53. flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +1 -1
  54. flowfile_core/flowfile/flow_data_engine/polars_code_parser.py +32 -1
  55. flowfile_core/flowfile/flow_graph_utils.py +320 -0
  56. flowfile_core/flowfile/sources/external_sources/custom_external_sources/__init__.py +0 -1
  57. flowfile_core/schemas/input_schema.py +2 -10
  58. flowfile_frame/__init__.py +1 -1
  59. flowfile_frame/flow_frame.py +455 -51
  60. flowfile/web/static/assets/GoogleSheet-854294a4.js +0 -2616
  61. flowfile/web/static/assets/GoogleSheet-92084da7.css +0 -233
  62. flowfile_core/flowfile/sources/external_sources/custom_external_sources/google_sheet.py +0 -74
  63. {flowfile-0.3.1.2.dist-info → flowfile-0.3.2.dist-info}/LICENSE +0 -0
  64. {flowfile-0.3.1.2.dist-info → flowfile-0.3.2.dist-info}/WHEEL +0 -0
  65. {flowfile-0.3.1.2.dist-info → flowfile-0.3.2.dist-info}/entry_points.txt +0 -0
@@ -1,11 +1,11 @@
1
- import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, a4 as withDirectives, a5 as vModelText, h as createBlock, u as unref, _ as _export_sfc, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { C as ColumnSelector } from "./dropDown-5e7e9a5a.js";
4
- import { u as unavailableField } from "./UnavailableFields-b41976ed.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
7
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
8
- import "./designer-e5bbe26f.js";
1
+ import { d as defineComponent, r as ref, l as computed, n as onMounted, R as nextTick, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, p as createBaseVNode, g as createTextVNode, i as createCommentVNode, a5 as withDirectives, a6 as vModelText, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport } from "./index-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { C as ColumnSelector } from "./dropDown-d5a4014c.js";
4
+ import { u as unavailableField } from "./UnavailableFields-8143044b.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
7
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
8
+ import "./designer-4736134f.js";
9
9
  const _hoisted_1$1 = {
10
10
  key: 0,
11
11
  class: "listbox-wrapper"
@@ -145,13 +145,15 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
145
145
  default: withCtx(() => _cache[10] || (_cache[10] = [
146
146
  createTextVNode("Split by a fixed value")
147
147
  ])),
148
- _: 1
148
+ _: 1,
149
+ __: [10]
149
150
  }),
150
151
  createVNode(_component_el_radio, { label: false }, {
151
152
  default: withCtx(() => _cache[11] || (_cache[11] = [
152
153
  createTextVNode("Split by a column")
153
154
  ])),
154
- _: 1
155
+ _: 1,
156
+ __: [11]
155
157
  })
156
158
  ]),
157
159
  _: 1
@@ -162,7 +164,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
162
164
  default: withCtx(() => _cache[12] || (_cache[12] = [
163
165
  createBaseVNode("label", null, "Split by value", -1)
164
166
  ])),
165
- _: 1
167
+ _: 1,
168
+ __: [12]
166
169
  }),
167
170
  createVNode(_component_el_col, { span: 8 }, {
168
171
  default: withCtx(() => [
@@ -182,7 +185,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
182
185
  default: withCtx(() => _cache[13] || (_cache[13] = [
183
186
  createBaseVNode("label", null, "Column that contains the value to split", -1)
184
187
  ])),
185
- _: 1
188
+ _: 1,
189
+ __: [13]
186
190
  }),
187
191
  createVNode(_component_el_col, { span: 8 }, {
188
192
  default: withCtx(() => {
@@ -205,7 +209,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
205
209
  default: withCtx(() => _cache[14] || (_cache[14] = [
206
210
  createBaseVNode("label", null, "Output column name", -1)
207
211
  ])),
208
- _: 1
212
+ _: 1,
213
+ __: [14]
209
214
  }),
210
215
  createVNode(_component_el_col, { span: 8 }, {
211
216
  default: withCtx(() => {
@@ -1,5 +1,5 @@
1
- import { P as PopOver } from "./PopOver-b37ff9be.js";
2
- import { d as defineComponent, c as openBlock, h as createBlock, w as withCtx, p as createBaseVNode, t as toDisplayString, _ as _export_sfc } from "./index-552863fd.js";
1
+ import { P as PopOver } from "./PopOver-3bdf8951.js";
2
+ import { d as defineComponent, c as openBlock, h as createBlock, w as withCtx, p as createBaseVNode, t as toDisplayString, _ as _export_sfc } from "./index-f25c9283.js";
3
3
  const _hoisted_1 = { class: "icon-wrapper" };
4
4
  const _hoisted_2 = { class: "unavailable-icon" };
5
5
  const _sfc_main = /* @__PURE__ */ defineComponent({
@@ -1,8 +1,8 @@
1
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
2
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
3
- import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, g as createTextVNode, i as createCommentVNode, _ as _export_sfc, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
5
- import "./designer-e5bbe26f.js";
1
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
2
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
3
+ import { d as defineComponent, r as ref, n as onMounted, R as nextTick, o as onUnmounted, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, g as createTextVNode, i as createCommentVNode, _ as _export_sfc, h as createBlock, a7 as Teleport } from "./index-f25c9283.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
+ import "./designer-4736134f.js";
6
6
  const _hoisted_1$1 = {
7
7
  key: 0,
8
8
  class: "listbox-wrapper"
@@ -66,7 +66,8 @@ const _sfc_main$1 = /* @__PURE__ */ defineComponent({
66
66
  default: withCtx(() => _cache[1] || (_cache[1] = [
67
67
  createTextVNode(" 'Union multiple tables into one table, this node does not have settings' ")
68
68
  ])),
69
- _: 1
69
+ _: 1,
70
+ __: [1]
70
71
  }, 8, ["modelValue"])
71
72
  ])) : createCommentVNode("", true);
72
73
  };
@@ -1,11 +1,11 @@
1
- import { r as ref, d as defineComponent, l as computed, n as onMounted, R as nextTick, o as onUnmounted, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, _ as _export_sfc, a6 as Teleport, i as createCommentVNode } from "./index-552863fd.js";
2
- import { C as CodeLoader } from "./vue-content-loader.es-6b36f05e.js";
3
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
4
- import { s as selectDynamic } from "./selectDynamic-bd644891.js";
5
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
6
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
7
- import "./UnavailableFields-b41976ed.js";
8
- import "./designer-e5bbe26f.js";
1
+ import { r as ref, d as defineComponent, l as computed, n as onMounted, R as nextTick, o as onUnmounted, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, h as createBlock, u as unref, _ as _export_sfc, a7 as Teleport, i as createCommentVNode } from "./index-f25c9283.js";
2
+ import { C as CodeLoader } from "./vue-content-loader.es-860c0380.js";
3
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
4
+ import { s as selectDynamic } from "./selectDynamic-f46a4e3f.js";
5
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
6
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
7
+ import "./UnavailableFields-8143044b.js";
8
+ import "./designer-4736134f.js";
9
9
  const createSelectInputFromName = (columnName, keep = true) => {
10
10
  return {
11
11
  old_name: columnName,
@@ -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, n as onMounted, R as nextTick, o as onUnmounted, b as resolveComponent, f as createVNode, w as withCtx, v as withModifiers, h as createBlock, a6 as Teleport } from "./index-552863fd.js";
2
- import { u as useNodeStore } from "./PopOver-b37ff9be.js";
3
- import { G as GenericNodeSettings } from "./genericNodeSettings-65587f20.js";
4
- import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cf9bae3c.js";
5
- import "./designer-e5bbe26f.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, 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-f25c9283.js";
2
+ import { u as useNodeStore } from "./PopOver-3bdf8951.js";
3
+ import { G as GenericNodeSettings } from "./genericNodeSettings-1d456350.js";
4
+ import { N as NodeButton, a as NodeTitle } from "./nodeTitle-cad6fd9d.js";
5
+ import "./designer-4736134f.js";
6
6
  const _hoisted_1$3 = ["onClick"];
7
7
  const _sfc_main$3 = /* @__PURE__ */ defineComponent({
8
8
  __name: "ContextMenu",
@@ -1,4 +1,4 @@
1
- import { a as axios } from "./index-552863fd.js";
1
+ import { a as axios } from "./index-f25c9283.js";
2
2
  const API_BASE_URL = "/db_connection_lib";
3
3
  const toPythonFormat = (connection) => {
4
4
  return {