Flowfile 0.3.0__py3-none-any.whl → 0.3.0.1__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 +13 -6
- flowfile/__main__.py +51 -15
- flowfile/api.py +379 -0
- flowfile/web/__init__.py +155 -0
- flowfile/web/static/assets/AirbyteReader-1ac35765.css +314 -0
- flowfile/web/static/assets/AirbyteReader-cb0c1d4a.js +921 -0
- flowfile/web/static/assets/CrossJoin-41efa4cb.css +100 -0
- flowfile/web/static/assets/CrossJoin-a514fa59.js +153 -0
- flowfile/web/static/assets/DatabaseConnectionSettings-0c04b2e5.css +77 -0
- flowfile/web/static/assets/DatabaseConnectionSettings-f2cecf33.js +151 -0
- flowfile/web/static/assets/DatabaseManager-30fa27e5.css +64 -0
- flowfile/web/static/assets/DatabaseManager-83ee3c98.js +484 -0
- flowfile/web/static/assets/DatabaseReader-dc0c6881.js +426 -0
- flowfile/web/static/assets/DatabaseReader-f50c6558.css +158 -0
- flowfile/web/static/assets/DatabaseWriter-2f570e53.css +96 -0
- flowfile/web/static/assets/DatabaseWriter-5afe9f8d.js +312 -0
- flowfile/web/static/assets/ExploreData-5bdae813.css +45 -0
- flowfile/web/static/assets/ExploreData-c7ee19cf.js +118306 -0
- flowfile/web/static/assets/ExternalSource-17b23a01.js +225 -0
- flowfile/web/static/assets/ExternalSource-e37b6275.css +94 -0
- flowfile/web/static/assets/Filter-90856b4f.js +238 -0
- flowfile/web/static/assets/Filter-a9d08ba1.css +20 -0
- flowfile/web/static/assets/Formula-38b71e9e.js +197 -0
- flowfile/web/static/assets/Formula-d60a74f4.css +17 -0
- flowfile/web/static/assets/FuzzyMatch-6857de82.css +254 -0
- flowfile/web/static/assets/FuzzyMatch-d0f1fe81.js +422 -0
- flowfile/web/static/assets/GoogleSheet-854294a4.js +2616 -0
- flowfile/web/static/assets/GoogleSheet-92084da7.css +233 -0
- flowfile/web/static/assets/GraphSolver-0c86bbc6.js +382 -0
- flowfile/web/static/assets/GraphSolver-17fd26db.css +68 -0
- flowfile/web/static/assets/GroupBy-ab1ea74b.css +51 -0
- flowfile/web/static/assets/GroupBy-f2772e9f.js +413 -0
- flowfile/web/static/assets/Join-41c0f331.css +109 -0
- flowfile/web/static/assets/Join-bc3e1cf7.js +247 -0
- flowfile/web/static/assets/ManualInput-03aa0245.js +391 -0
- flowfile/web/static/assets/ManualInput-ac7b9972.css +84 -0
- flowfile/web/static/assets/Output-48f81019.css +2642 -0
- flowfile/web/static/assets/Output-5b35eee8.js +536 -0
- flowfile/web/static/assets/Pivot-7164087c.js +408 -0
- flowfile/web/static/assets/Pivot-f415e85f.css +35 -0
- flowfile/web/static/assets/PolarsCode-3abf6507.js +2863 -0
- flowfile/web/static/assets/PolarsCode-650322d1.css +35 -0
- flowfile/web/static/assets/PopOver-b37ff9be.js +577 -0
- flowfile/web/static/assets/PopOver-bccfde04.css +32 -0
- flowfile/web/static/assets/Read-65966a3e.js +701 -0
- flowfile/web/static/assets/Read-80dc1675.css +197 -0
- flowfile/web/static/assets/RecordCount-c66c6d6d.js +121 -0
- flowfile/web/static/assets/RecordId-826dc095.js +339 -0
- flowfile/web/static/assets/Sample-4ed555c8.js +184 -0
- flowfile/web/static/assets/SecretManager-eac1e97d.js +382 -0
- flowfile/web/static/assets/Select-085f05cc.js +231 -0
- flowfile/web/static/assets/SettingsSection-1f5e79c1.js +87 -0
- flowfile/web/static/assets/SettingsSection-9c836ecc.css +47 -0
- flowfile/web/static/assets/Sort-3e6cb414.js +309 -0
- flowfile/web/static/assets/Sort-7ccfa0fe.css +51 -0
- flowfile/web/static/assets/TextToRows-606349bc.js +307 -0
- flowfile/web/static/assets/TextToRows-c92d1ec2.css +48 -0
- flowfile/web/static/assets/UnavailableFields-5edd5322.css +49 -0
- flowfile/web/static/assets/UnavailableFields-b41976ed.js +36 -0
- flowfile/web/static/assets/Union-8d9ac7f9.css +30 -0
- flowfile/web/static/assets/Union-fca91665.js +145 -0
- flowfile/web/static/assets/Unique-a59f830e.js +273 -0
- flowfile/web/static/assets/Unique-b5615727.css +51 -0
- flowfile/web/static/assets/Unpivot-246e9bbd.css +77 -0
- flowfile/web/static/assets/Unpivot-c3815565.js +441 -0
- flowfile/web/static/assets/airbyte-292aa232.png +0 -0
- flowfile/web/static/assets/api-22b338bd.js +60 -0
- flowfile/web/static/assets/cross_join-d30c0290.png +0 -0
- flowfile/web/static/assets/database_reader-ce1e55f3.svg +24 -0
- flowfile/web/static/assets/database_writer-b4ad0753.svg +23 -0
- flowfile/web/static/assets/designer-2394122a.css +10697 -0
- flowfile/web/static/assets/designer-e5bbe26f.js +69712 -0
- flowfile/web/static/assets/documentation-08045cf2.js +33 -0
- flowfile/web/static/assets/documentation-12216a74.css +50 -0
- flowfile/web/static/assets/dropDown-35135ba8.css +143 -0
- flowfile/web/static/assets/dropDown-5e7e9a5a.js +319 -0
- flowfile/web/static/assets/dropDownGeneric-50a91b99.js +72 -0
- flowfile/web/static/assets/dropDownGeneric-895680d6.css +10 -0
- flowfile/web/static/assets/element-icons-9c88a535.woff +0 -0
- flowfile/web/static/assets/element-icons-de5eb258.ttf +0 -0
- flowfile/web/static/assets/explore_data-8a0a2861.png +0 -0
- flowfile/web/static/assets/fa-brands-400-808443ae.ttf +0 -0
- flowfile/web/static/assets/fa-brands-400-d7236a19.woff2 +0 -0
- flowfile/web/static/assets/fa-regular-400-54cf6086.ttf +0 -0
- flowfile/web/static/assets/fa-regular-400-e3456d12.woff2 +0 -0
- flowfile/web/static/assets/fa-solid-900-aa759986.woff2 +0 -0
- flowfile/web/static/assets/fa-solid-900-d2f05935.ttf +0 -0
- flowfile/web/static/assets/fa-v4compatibility-0ce9033c.woff2 +0 -0
- flowfile/web/static/assets/fa-v4compatibility-30f6abf6.ttf +0 -0
- flowfile/web/static/assets/filter-d7708bda.png +0 -0
- flowfile/web/static/assets/formula-eeeb1611.png +0 -0
- flowfile/web/static/assets/fullEditor-178376bb.css +256 -0
- flowfile/web/static/assets/fullEditor-705c6ccb.js +630 -0
- flowfile/web/static/assets/fuzzy_match-40c161b2.png +0 -0
- flowfile/web/static/assets/genericNodeSettings-65587f20.js +137 -0
- flowfile/web/static/assets/genericNodeSettings-924759c7.css +46 -0
- flowfile/web/static/assets/graph_solver-8b7888b8.png +0 -0
- flowfile/web/static/assets/group_by-80561fc3.png +0 -0
- flowfile/web/static/assets/index-552863fd.js +58652 -0
- flowfile/web/static/assets/index-681a3ed0.css +8843 -0
- flowfile/web/static/assets/input_data-ab2eb678.png +0 -0
- flowfile/web/static/assets/join-349043ae.png +0 -0
- flowfile/web/static/assets/manual_input-ae98f31d.png +0 -0
- flowfile/web/static/assets/nodeTitle-cf9bae3c.js +227 -0
- flowfile/web/static/assets/nodeTitle-f4b12bcb.css +134 -0
- flowfile/web/static/assets/old_join-5d0eb604.png +0 -0
- flowfile/web/static/assets/output-06ec0371.png +0 -0
- flowfile/web/static/assets/pivot-9660df51.png +0 -0
- flowfile/web/static/assets/polars_code-05ce5dc6.png +0 -0
- flowfile/web/static/assets/record_count-dab44eb5.png +0 -0
- flowfile/web/static/assets/record_id-0b15856b.png +0 -0
- flowfile/web/static/assets/sample-693a88b5.png +0 -0
- flowfile/web/static/assets/secretApi-3ad510e1.js +46 -0
- flowfile/web/static/assets/select-b0d0437a.png +0 -0
- flowfile/web/static/assets/selectDynamic-b062bc9b.css +107 -0
- flowfile/web/static/assets/selectDynamic-bd644891.js +302 -0
- flowfile/web/static/assets/sort-2aa579f0.png +0 -0
- flowfile/web/static/assets/summarize-2a099231.png +0 -0
- flowfile/web/static/assets/text_to_rows-859b29ea.png +0 -0
- flowfile/web/static/assets/union-2d8609f4.png +0 -0
- flowfile/web/static/assets/unique-1958b98a.png +0 -0
- flowfile/web/static/assets/unpivot-d3cb4b5b.png +0 -0
- flowfile/web/static/assets/view-7a0f0be1.png +0 -0
- flowfile/web/static/assets/vue-codemirror.esm-dd17b478.js +22281 -0
- flowfile/web/static/assets/vue-content-loader.es-6b36f05e.js +210 -0
- flowfile/web/static/flowfile.svg +47 -0
- flowfile/web/static/icons/flowfile.png +0 -0
- flowfile/web/static/images/airbyte.png +0 -0
- flowfile/web/static/images/flowfile.svg +47 -0
- flowfile/web/static/images/google.svg +1 -0
- flowfile/web/static/images/sheets.png +0 -0
- flowfile/web/static/index.html +22 -0
- flowfile/web/static/vite.svg +1 -0
- flowfile/web/static/vue.svg +1 -0
- {flowfile-0.3.0.dist-info → flowfile-0.3.0.1.dist-info}/METADATA +1 -1
- {flowfile-0.3.0.dist-info → flowfile-0.3.0.1.dist-info}/RECORD +146 -15
- {flowfile-0.3.0.dist-info → flowfile-0.3.0.1.dist-info}/entry_points.txt +1 -1
- flowfile_core/configs/settings.py +7 -32
- flowfile_core/flowfile/FlowfileFlow.py +4 -2
- flowfile_core/flowfile/analytics/analytics_processor.py +1 -1
- flowfile_core/main.py +4 -1
- flowfile_core/schemas/input_schema.py +1 -8
- flowfile_frame/__init__.py +0 -1
- flowfile_frame/utils.py +0 -139
- flowfile_frame/__main__.py +0 -12
- {flowfile-0.3.0.dist-info → flowfile-0.3.0.1.dist-info}/LICENSE +0 -0
- {flowfile-0.3.0.dist-info → flowfile-0.3.0.1.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { u as useNodeStore } from "./PopOver-b37ff9be.js";
|
|
2
|
+
import { i as info_filled_default } from "./designer-e5bbe26f.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-552863fd.js";
|
|
4
|
+
const _hoisted_1 = { class: "settings-wrapper" };
|
|
5
|
+
const _hoisted_2 = { class: "settings-section" };
|
|
6
|
+
const _hoisted_3 = { class: "setting-group" };
|
|
7
|
+
const _hoisted_4 = { class: "setting-header" };
|
|
8
|
+
const _hoisted_5 = { class: "setting-description-wrapper" };
|
|
9
|
+
const _hoisted_6 = { class: "setting-description" };
|
|
10
|
+
const _hoisted_7 = { class: "setting-group" };
|
|
11
|
+
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
12
|
+
__name: "genericNodeSettings",
|
|
13
|
+
props: {
|
|
14
|
+
modelValue: {}
|
|
15
|
+
},
|
|
16
|
+
emits: ["update:modelValue"],
|
|
17
|
+
setup(__props, { emit: __emit }) {
|
|
18
|
+
var _a, _b;
|
|
19
|
+
const nodeStore = useNodeStore();
|
|
20
|
+
const props = __props;
|
|
21
|
+
const emit = __emit;
|
|
22
|
+
const activeTab = ref("main");
|
|
23
|
+
const localSettings = ref({
|
|
24
|
+
cache_results: ((_a = props.modelValue) == null ? void 0 : _a.cache_results) ?? false,
|
|
25
|
+
description: ((_b = props.modelValue) == null ? void 0 : _b.description) ?? ""
|
|
26
|
+
});
|
|
27
|
+
watch(
|
|
28
|
+
() => props.modelValue,
|
|
29
|
+
(newValue) => {
|
|
30
|
+
if (newValue) {
|
|
31
|
+
localSettings.value = {
|
|
32
|
+
cache_results: newValue.cache_results,
|
|
33
|
+
description: newValue.description ?? ""
|
|
34
|
+
};
|
|
35
|
+
}
|
|
36
|
+
},
|
|
37
|
+
{ deep: true }
|
|
38
|
+
);
|
|
39
|
+
const handleSettingChange = () => {
|
|
40
|
+
emit("update:modelValue", {
|
|
41
|
+
...props.modelValue,
|
|
42
|
+
cache_results: localSettings.value.cache_results,
|
|
43
|
+
description: localSettings.value.description
|
|
44
|
+
});
|
|
45
|
+
};
|
|
46
|
+
const handleDescriptionChange = (value) => {
|
|
47
|
+
nodeStore.updateNodeDescription(props.modelValue.node_id, value);
|
|
48
|
+
handleSettingChange();
|
|
49
|
+
};
|
|
50
|
+
return (_ctx, _cache) => {
|
|
51
|
+
const _component_el_tab_pane = resolveComponent("el-tab-pane");
|
|
52
|
+
const _component_el_icon = resolveComponent("el-icon");
|
|
53
|
+
const _component_el_tooltip = resolveComponent("el-tooltip");
|
|
54
|
+
const _component_el_switch = resolveComponent("el-switch");
|
|
55
|
+
const _component_el_input = resolveComponent("el-input");
|
|
56
|
+
const _component_el_tabs = resolveComponent("el-tabs");
|
|
57
|
+
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
58
|
+
createVNode(_component_el_tabs, {
|
|
59
|
+
modelValue: activeTab.value,
|
|
60
|
+
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => activeTab.value = $event)
|
|
61
|
+
}, {
|
|
62
|
+
default: withCtx(() => [
|
|
63
|
+
createVNode(_component_el_tab_pane, {
|
|
64
|
+
label: "Main Settings",
|
|
65
|
+
name: "main"
|
|
66
|
+
}, {
|
|
67
|
+
default: withCtx(() => [
|
|
68
|
+
renderSlot(_ctx.$slots, "default", {}, void 0, true)
|
|
69
|
+
]),
|
|
70
|
+
_: 3
|
|
71
|
+
}),
|
|
72
|
+
createVNode(_component_el_tab_pane, {
|
|
73
|
+
label: "General Settings",
|
|
74
|
+
name: "general"
|
|
75
|
+
}, {
|
|
76
|
+
default: withCtx(() => [
|
|
77
|
+
createBaseVNode("div", _hoisted_2, [
|
|
78
|
+
createBaseVNode("div", _hoisted_3, [
|
|
79
|
+
createBaseVNode("div", _hoisted_4, [
|
|
80
|
+
_cache[4] || (_cache[4] = createBaseVNode("span", { class: "setting-title" }, "Cache Results", -1)),
|
|
81
|
+
createBaseVNode("div", _hoisted_5, [
|
|
82
|
+
createBaseVNode("span", _hoisted_6, [
|
|
83
|
+
_cache[3] || (_cache[3] = createTextVNode(" Store results on disk to speed up subsequent executions and verify results. ")),
|
|
84
|
+
createVNode(_component_el_tooltip, {
|
|
85
|
+
effect: "dark",
|
|
86
|
+
content: "Caching is only active when the flow is executed in performance mode",
|
|
87
|
+
placement: "top"
|
|
88
|
+
}, {
|
|
89
|
+
default: withCtx(() => [
|
|
90
|
+
createVNode(_component_el_icon, { class: "info-icon" }, {
|
|
91
|
+
default: withCtx(() => [
|
|
92
|
+
createVNode(unref(info_filled_default))
|
|
93
|
+
]),
|
|
94
|
+
_: 1
|
|
95
|
+
})
|
|
96
|
+
]),
|
|
97
|
+
_: 1
|
|
98
|
+
})
|
|
99
|
+
])
|
|
100
|
+
])
|
|
101
|
+
]),
|
|
102
|
+
createVNode(_component_el_switch, {
|
|
103
|
+
modelValue: localSettings.value.cache_results,
|
|
104
|
+
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => localSettings.value.cache_results = $event),
|
|
105
|
+
onChange: handleSettingChange
|
|
106
|
+
}, null, 8, ["modelValue"])
|
|
107
|
+
]),
|
|
108
|
+
createBaseVNode("div", _hoisted_7, [
|
|
109
|
+
_cache[5] || (_cache[5] = createBaseVNode("div", { class: "setting-header" }, [
|
|
110
|
+
createBaseVNode("span", { class: "setting-title" }, "Node Description"),
|
|
111
|
+
createBaseVNode("span", { class: "setting-description" }, " Add a description to document this node's purpose ")
|
|
112
|
+
], -1)),
|
|
113
|
+
createVNode(_component_el_input, {
|
|
114
|
+
modelValue: localSettings.value.description,
|
|
115
|
+
"onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => localSettings.value.description = $event),
|
|
116
|
+
type: "textarea",
|
|
117
|
+
rows: 4,
|
|
118
|
+
placeholder: "Add a description for this node...",
|
|
119
|
+
onChange: handleDescriptionChange
|
|
120
|
+
}, null, 8, ["modelValue"])
|
|
121
|
+
])
|
|
122
|
+
])
|
|
123
|
+
]),
|
|
124
|
+
_: 1
|
|
125
|
+
})
|
|
126
|
+
]),
|
|
127
|
+
_: 3
|
|
128
|
+
}, 8, ["modelValue"])
|
|
129
|
+
]);
|
|
130
|
+
};
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
const genericNodeSettings_vue_vue_type_style_index_0_scoped_61b43f35_lang = "";
|
|
134
|
+
const GenericNodeSettings = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-61b43f35"]]);
|
|
135
|
+
export {
|
|
136
|
+
GenericNodeSettings as G
|
|
137
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
.settings-wrapper[data-v-61b43f35] {
|
|
3
|
+
width: 100%;
|
|
4
|
+
}
|
|
5
|
+
.settings-section[data-v-61b43f35] {
|
|
6
|
+
background-color: var(--el-bg-color-page);
|
|
7
|
+
border-radius: 8px;
|
|
8
|
+
padding: 1.25rem;
|
|
9
|
+
margin-top: 1rem;
|
|
10
|
+
}
|
|
11
|
+
.setting-group[data-v-61b43f35] {
|
|
12
|
+
margin-bottom: 1.5rem;
|
|
13
|
+
padding-bottom: 1.25rem;
|
|
14
|
+
border-bottom: 1px solid var(--el-border-color-lighter);
|
|
15
|
+
}
|
|
16
|
+
.setting-group[data-v-61b43f35]:last-child {
|
|
17
|
+
border-bottom: none;
|
|
18
|
+
margin-bottom: 0;
|
|
19
|
+
padding-bottom: 0;
|
|
20
|
+
}
|
|
21
|
+
.setting-header[data-v-61b43f35] {
|
|
22
|
+
margin-bottom: 0.75rem;
|
|
23
|
+
}
|
|
24
|
+
.setting-title[data-v-61b43f35] {
|
|
25
|
+
display: block;
|
|
26
|
+
font-weight: 500;
|
|
27
|
+
margin-bottom: 0.25rem;
|
|
28
|
+
}
|
|
29
|
+
.setting-description[data-v-61b43f35] {
|
|
30
|
+
display: block;
|
|
31
|
+
font-size: 0.875rem;
|
|
32
|
+
color: var(--el-text-color-secondary);
|
|
33
|
+
}
|
|
34
|
+
.setting-description-wrapper[data-v-61b43f35] {
|
|
35
|
+
display: flex;
|
|
36
|
+
align-items: center;
|
|
37
|
+
gap: 0.5rem;
|
|
38
|
+
}
|
|
39
|
+
.info-icon[data-v-61b43f35] {
|
|
40
|
+
color: var(--el-text-color-secondary);
|
|
41
|
+
cursor: help;
|
|
42
|
+
font-size: 1rem;
|
|
43
|
+
}
|
|
44
|
+
.setting-description[data-v-61b43f35] {
|
|
45
|
+
flex-grow: 1;
|
|
46
|
+
}
|
|
Binary file
|
|
Binary file
|