Flowfile 0.3.3.1__py3-none-any.whl → 0.3.4__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.
Potentially problematic release.
This version of Flowfile might be problematic. Click here for more details.
- flowfile/__init__.py +2 -2
- flowfile/__main__.py +0 -2
- flowfile/api.py +94 -46
- flowfile/web/__init__.py +4 -1
- flowfile/web/static/assets/{AirbyteReader-2b1cf2d8.js → AirbyteReader-e08044e5.js} +8 -8
- flowfile/web/static/assets/{CrossJoin-cc3ab73c.js → CrossJoin-dfcf7351.js} +8 -8
- flowfile/web/static/assets/{DatabaseConnectionSettings-307c4652.js → DatabaseConnectionSettings-b2afb1d7.js} +2 -2
- flowfile/web/static/assets/{DatabaseManager-69faa6e1.js → DatabaseManager-824a49b2.js} +2 -2
- flowfile/web/static/assets/{DatabaseReader-e4134cd0.js → DatabaseReader-a48124d8.js} +9 -9
- flowfile/web/static/assets/{DatabaseWriter-d32d75b1.js → DatabaseWriter-b47cbae2.js} +9 -9
- flowfile/web/static/assets/{ExploreData-5eb48389.js → ExploreData-fdfc45a4.js} +5 -5
- flowfile/web/static/assets/{ExternalSource-29489051.js → ExternalSource-861b0e71.js} +6 -6
- flowfile/web/static/assets/{Filter-031332bb.js → Filter-f87bb897.js} +8 -9
- flowfile/web/static/assets/{Formula-3b900540.js → Formula-1e2ed720.js} +9 -10
- flowfile/web/static/assets/{FuzzyMatch-dee31153.js → FuzzyMatch-b6cc4fdd.js} +9 -9
- flowfile/web/static/assets/{GraphSolver-ca74eb47.js → GraphSolver-6a371f4c.js} +5 -5
- flowfile/web/static/assets/{GroupBy-081b6591.js → GroupBy-f7b7f472.js} +6 -6
- flowfile/web/static/assets/{Join-b467376f.js → Join-eec38203.js} +9 -9
- flowfile/web/static/assets/{ManualInput-ffffb80a.js → ManualInput-9aaa46fb.js} +5 -5
- flowfile/web/static/assets/{Output-9a87d4ba.js → Output-3b2ca045.js} +4 -4
- flowfile/web/static/assets/{Pivot-ee3e6093.js → Pivot-a4f5d88f.js} +6 -6
- flowfile/web/static/assets/PolarsCode-49ce444f.js +306 -0
- flowfile/web/static/assets/{Read-67fee3a0.js → Read-07acdc9a.js} +6 -6
- flowfile/web/static/assets/{RecordCount-a2acd02d.js → RecordCount-6a21da56.js} +5 -5
- flowfile/web/static/assets/{RecordId-0c8bcd77.js → RecordId-949bdc17.js} +6 -6
- flowfile/web/static/assets/{Sample-60594a3a.js → Sample-7afca6e1.js} +5 -5
- flowfile/web/static/assets/{SecretManager-bbcec2ac.js → SecretManager-b41c029d.js} +2 -2
- flowfile/web/static/assets/{Select-9540e6ca.js → Select-32b28406.js} +8 -8
- flowfile/web/static/assets/{SettingsSection-48f28104.js → SettingsSection-a0f15a05.js} +1 -1
- flowfile/web/static/assets/{Sort-6dbe3633.js → Sort-fc6ba0e2.js} +6 -6
- flowfile/web/static/assets/{TextToRows-27aab4a8.js → TextToRows-23127596.js} +8 -8
- flowfile/web/static/assets/{UnavailableFields-8143044b.js → UnavailableFields-c42880a3.js} +2 -2
- flowfile/web/static/assets/{Union-52460248.js → Union-39eecc6c.js} +5 -5
- flowfile/web/static/assets/{Unique-f6962644.js → Unique-a0e8fe61.js} +8 -8
- flowfile/web/static/assets/{Unpivot-1ff1e938.js → Unpivot-1e2d43f0.js} +5 -5
- flowfile/web/static/assets/{api-3b345d92.js → api-44ca9e9c.js} +1 -1
- flowfile/web/static/assets/{designer-2394122a.css → designer-186f2e71.css} +64 -9
- flowfile/web/static/assets/{designer-4736134f.js → designer-267d44f1.js} +2835 -105
- flowfile/web/static/assets/{documentation-b9545eba.js → documentation-6c0810a2.js} +1 -1
- flowfile/web/static/assets/{dropDown-d5a4014c.js → dropDown-52790b15.js} +1 -1
- flowfile/web/static/assets/{dropDownGeneric-1f4e32ec.js → dropDownGeneric-60f56a8a.js} +2 -2
- flowfile/web/static/assets/{fullEditor-f4791c23.js → fullEditor-e272b506.js} +2 -3
- flowfile/web/static/assets/{genericNodeSettings-1d456350.js → genericNodeSettings-4bdcf98e.js} +3 -3
- flowfile/web/static/assets/{index-f25c9283.js → index-e235a8bc.js} +12 -12
- flowfile/web/static/assets/{nodeTitle-cad6fd9d.js → nodeTitle-fc3fc4b7.js} +3 -3
- flowfile/web/static/assets/{secretApi-01f07e2c.js → secretApi-cdc2a3fd.js} +1 -1
- flowfile/web/static/assets/{selectDynamic-f46a4e3f.js → selectDynamic-96aa82cd.js} +3 -3
- flowfile/web/static/assets/{vue-codemirror.esm-eb98fc8b.js → vue-codemirror.esm-25e75a08.js} +610 -29
- flowfile/web/static/assets/{vue-content-loader.es-860c0380.js → vue-content-loader.es-6c4b1c24.js} +1 -1
- flowfile/web/static/index.html +1 -1
- {flowfile-0.3.3.1.dist-info → flowfile-0.3.4.dist-info}/METADATA +16 -3
- {flowfile-0.3.3.1.dist-info → flowfile-0.3.4.dist-info}/RECORD +74 -74
- flowfile_core/flowfile/code_generator/__init__.py +0 -0
- flowfile_core/flowfile/code_generator/code_generator.py +723 -0
- flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +1 -1
- flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py +1 -1
- flowfile_core/flowfile/{FlowfileFlow.py → flow_graph.py} +3 -3
- flowfile_core/flowfile/flow_graph_utils.py +1 -1
- flowfile_core/flowfile/handler.py +1 -1
- flowfile_core/flowfile/manage/open_flowfile.py +1 -1
- flowfile_core/flowfile/util/calculate_layout.py +1 -1
- flowfile_core/routes/routes.py +11 -1
- flowfile_core/schemas/input_schema.py +2 -1
- flowfile_frame/adapters.py +1 -1
- flowfile_frame/expr.py +19 -0
- flowfile_frame/flow_frame.py +1 -4
- flowfile_frame/flow_frame.pyi +1 -1
- flowfile_frame/flow_frame_methods.py +1 -1
- flowfile_frame/lazy.py +1 -1
- flowfile_frame/utils.py +1 -1
- flowfile/readme.md +0 -127
- flowfile/web/static/assets/PolarsCode-03921254.js +0 -2865
- flowfile/web/static/assets/PopOver-3bdf8951.js +0 -577
- /flowfile/web/static/assets/{PopOver-bccfde04.css → vue-codemirror-bccfde04.css} +0 -0
- {flowfile-0.3.3.1.dist-info → flowfile-0.3.4.dist-info}/LICENSE +0 -0
- {flowfile-0.3.3.1.dist-info → flowfile-0.3.4.dist-info}/WHEEL +0 -0
- {flowfile-0.3.3.1.dist-info → flowfile-0.3.4.dist-info}/entry_points.txt +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent, l as computed, e as createElementBlock, p as createBaseVNode, c as openBlock, _ as _export_sfc } from "./index-
|
|
1
|
+
import { d as defineComponent, l as computed, e as createElementBlock, p as createBaseVNode, c as openBlock, _ as _export_sfc } from "./index-e235a8bc.js";
|
|
2
2
|
const _hoisted_1 = { class: "doc-wrapper" };
|
|
3
3
|
const _hoisted_2 = ["src"];
|
|
4
4
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref, l as computed, n as onMounted, o as onUnmounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, s as normalizeClass, f as createVNode, w as withCtx, F as Fragment, q as renderList, v as withModifiers, i as createCommentVNode, at as Transition, _ as _export_sfc } from "./index-
|
|
1
|
+
import { d as defineComponent, r as ref, l as computed, n as onMounted, o as onUnmounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, a5 as withDirectives, a6 as vModelText, s as normalizeClass, f as createVNode, w as withCtx, F as Fragment, q as renderList, v as withModifiers, i as createCommentVNode, at as Transition, _ as _export_sfc } from "./index-e235a8bc.js";
|
|
2
2
|
const _hoisted_1 = { class: "input-wrapper" };
|
|
3
3
|
const _hoisted_2 = ["placeholder", "aria-expanded", "aria-controls", "aria-activedescendant", "disabled"];
|
|
4
4
|
const _hoisted_3 = { class: "icon-container" };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { C as ColumnSelector } from "./dropDown-
|
|
2
|
-
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 } from "./index-
|
|
1
|
+
import { C as ColumnSelector } from "./dropDown-52790b15.js";
|
|
2
|
+
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 } from "./index-e235a8bc.js";
|
|
3
3
|
const _hoisted_1 = {
|
|
4
4
|
key: 0,
|
|
5
5
|
class: "label"
|
|
@@ -4,9 +4,8 @@ var __publicField = (obj, key, value) => {
|
|
|
4
4
|
__defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
|
5
5
|
return value;
|
|
6
6
|
};
|
|
7
|
-
import { u as useNodeStore, P as PopOver } from "./
|
|
8
|
-
import { d as defineComponent, r as ref, m as watch, n as onMounted, c as openBlock, e as createElementBlock, q as renderList, p as createBaseVNode, t as toDisplayString, F as Fragment, _ as _export_sfc, s as normalizeClass, f as createVNode, w as withCtx, X as shallowRef, u as unref, a as axios, R as nextTick, i as createCommentVNode, l as computed, am as debounce, T as normalizeStyle, h as createBlock } from "./index-
|
|
9
|
-
import { V as ViewPlugin, D as Decoration, E as EditorState, a as autocompletion, R as RangeSetBuilder, T } from "./vue-codemirror.esm-eb98fc8b.js";
|
|
7
|
+
import { u as useNodeStore, P as PopOver, V as ViewPlugin, p as Decoration, q as EditorState, r as autocompletion, R as RangeSetBuilder, o as T } from "./vue-codemirror.esm-25e75a08.js";
|
|
8
|
+
import { d as defineComponent, r as ref, m as watch, n as onMounted, c as openBlock, e as createElementBlock, q as renderList, p as createBaseVNode, t as toDisplayString, F as Fragment, _ as _export_sfc, s as normalizeClass, f as createVNode, w as withCtx, X as shallowRef, u as unref, a as axios, R as nextTick, i as createCommentVNode, l as computed, am as debounce, T as normalizeStyle, h as createBlock } from "./index-e235a8bc.js";
|
|
10
9
|
const _hoisted_1$5 = { class: "cool-button-container" };
|
|
11
10
|
const _hoisted_2$4 = ["onClick"];
|
|
12
11
|
const _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
flowfile/web/static/assets/{genericNodeSettings-1d456350.js → genericNodeSettings-4bdcf98e.js}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { u as useNodeStore } from "./
|
|
2
|
-
import { i as info_filled_default } from "./designer-
|
|
3
|
-
import { d as defineComponent, r as ref, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, L as renderSlot, p as createBaseVNode, g as createTextVNode, u as unref, _ as _export_sfc } from "./index-
|
|
1
|
+
import { u as useNodeStore } from "./vue-codemirror.esm-25e75a08.js";
|
|
2
|
+
import { i as info_filled_default } from "./designer-267d44f1.js";
|
|
3
|
+
import { d as defineComponent, r as ref, m as watch, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, w as withCtx, L as renderSlot, p as createBaseVNode, g as createTextVNode, u as unref, _ as _export_sfc } from "./index-e235a8bc.js";
|
|
4
4
|
const _hoisted_1 = { class: "settings-wrapper" };
|
|
5
5
|
const _hoisted_2 = { class: "settings-section" };
|
|
6
6
|
const _hoisted_3 = { class: "setting-group" };
|
|
@@ -15636,27 +15636,27 @@ const routes = [
|
|
|
15636
15636
|
{
|
|
15637
15637
|
path: "designer",
|
|
15638
15638
|
name: "designer",
|
|
15639
|
-
component: () => __vitePreload(() => import("./designer-
|
|
15639
|
+
component: () => __vitePreload(() => import("./designer-267d44f1.js").then((n) => n.d), true ? ["assets/designer-267d44f1.js","assets/vue-codemirror.esm-25e75a08.js","assets/vue-codemirror-bccfde04.css","assets/designer-186f2e71.css"] : void 0)
|
|
15640
15640
|
},
|
|
15641
15641
|
{
|
|
15642
15642
|
name: "nodeData",
|
|
15643
15643
|
path: "nodeData",
|
|
15644
|
-
component: () => __vitePreload(() => import("./fullEditor-
|
|
15644
|
+
component: () => __vitePreload(() => import("./fullEditor-e272b506.js"), true ? ["assets/fullEditor-e272b506.js","assets/vue-codemirror.esm-25e75a08.js","assets/vue-codemirror-bccfde04.css","assets/fullEditor-178376bb.css"] : void 0)
|
|
15645
15645
|
},
|
|
15646
15646
|
{
|
|
15647
15647
|
name: "documentation",
|
|
15648
15648
|
path: "documentation",
|
|
15649
|
-
component: () => __vitePreload(() => import("./documentation-
|
|
15649
|
+
component: () => __vitePreload(() => import("./documentation-6c0810a2.js"), true ? ["assets/documentation-6c0810a2.js","assets/documentation-12216a74.css"] : void 0)
|
|
15650
15650
|
},
|
|
15651
15651
|
{
|
|
15652
15652
|
name: "databaseManager",
|
|
15653
15653
|
path: "databaseManager",
|
|
15654
|
-
component: () => __vitePreload(() => import("./DatabaseManager-
|
|
15654
|
+
component: () => __vitePreload(() => import("./DatabaseManager-824a49b2.js"), true ? ["assets/DatabaseManager-824a49b2.js","assets/api-44ca9e9c.js","assets/DatabaseManager-30fa27e5.css"] : void 0)
|
|
15655
15655
|
},
|
|
15656
15656
|
{
|
|
15657
15657
|
name: "secretManager",
|
|
15658
15658
|
path: "secretManager",
|
|
15659
|
-
component: () => __vitePreload(() => import("./SecretManager-
|
|
15659
|
+
component: () => __vitePreload(() => import("./SecretManager-b41c029d.js"), true ? ["assets/SecretManager-b41c029d.js","assets/secretApi-cdc2a3fd.js"] : void 0)
|
|
15660
15660
|
}
|
|
15661
15661
|
]
|
|
15662
15662
|
},
|
|
@@ -59647,13 +59647,13 @@ export {
|
|
|
59647
59647
|
authService as ac,
|
|
59648
59648
|
flowfileCorebaseURL as ad,
|
|
59649
59649
|
useCssVars as ae,
|
|
59650
|
-
|
|
59651
|
-
|
|
59652
|
-
|
|
59653
|
-
|
|
59654
|
-
|
|
59655
|
-
|
|
59656
|
-
|
|
59650
|
+
toRaw as af,
|
|
59651
|
+
vModelSelect as ag,
|
|
59652
|
+
vModelDynamic as ah,
|
|
59653
|
+
vModelCheckbox as ai,
|
|
59654
|
+
ElDialog as aj,
|
|
59655
|
+
ElButton as ak,
|
|
59656
|
+
ElRadio as al,
|
|
59657
59657
|
debounce$2 as am,
|
|
59658
59658
|
ElOption$1 as an,
|
|
59659
59659
|
ElSelect as ao,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as getImageUrl } from "./designer-
|
|
2
|
-
import { u as useNodeStore } from "./
|
|
3
|
-
import { d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, s as normalizeClass, u as unref, _ as _export_sfc, b as resolveComponent, h as createBlock, w as withCtx, f as createVNode } from "./index-
|
|
1
|
+
import { g as getImageUrl } from "./designer-267d44f1.js";
|
|
2
|
+
import { u as useNodeStore } from "./vue-codemirror.esm-25e75a08.js";
|
|
3
|
+
import { d as defineComponent, r as ref, l as computed, n as onMounted, m as watch, R as nextTick, c as openBlock, e as createElementBlock, p as createBaseVNode, t as toDisplayString, s as normalizeClass, u as unref, _ as _export_sfc, b as resolveComponent, h as createBlock, w as withCtx, f as createVNode } from "./index-e235a8bc.js";
|
|
4
4
|
const _hoisted_1$1 = { class: "component-wrapper" };
|
|
5
5
|
const _hoisted_2$1 = { class: "tooltip-text" };
|
|
6
6
|
const _hoisted_3$1 = ["src", "alt"];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { d as defineComponent, r as ref, a3 as watchEffect, l as computed, n as onMounted, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, p as createBaseVNode, i as createCommentVNode, t as toDisplayString, T as normalizeStyle, g as createTextVNode, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, w as withCtx, u as unref, h as createBlock, _ as _export_sfc } from "./index-
|
|
2
|
-
import { u as useNodeStore } from "./
|
|
3
|
-
import { u as unavailableField } from "./UnavailableFields-
|
|
1
|
+
import { d as defineComponent, r as ref, a3 as watchEffect, l as computed, n as onMounted, o as onUnmounted, b as resolveComponent, c as openBlock, e as createElementBlock, f as createVNode, p as createBaseVNode, i as createCommentVNode, t as toDisplayString, T as normalizeStyle, g as createTextVNode, F as Fragment, q as renderList, s as normalizeClass, v as withModifiers, w as withCtx, u as unref, h as createBlock, _ as _export_sfc } from "./index-e235a8bc.js";
|
|
2
|
+
import { u as useNodeStore } from "./vue-codemirror.esm-25e75a08.js";
|
|
3
|
+
import { u as unavailableField } from "./UnavailableFields-c42880a3.js";
|
|
4
4
|
const _hoisted_1 = { key: 0 };
|
|
5
5
|
const _hoisted_2 = {
|
|
6
6
|
key: 1,
|