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,210 @@
|
|
|
1
|
+
import { d as defineComponent, f as createVNode, l as computed } from "./index-552863fd.js";
|
|
2
|
+
var uid = function() {
|
|
3
|
+
return Math.random().toString(36).substring(2);
|
|
4
|
+
};
|
|
5
|
+
var ContentLoader = defineComponent({
|
|
6
|
+
name: "ContentLoader",
|
|
7
|
+
props: {
|
|
8
|
+
width: {
|
|
9
|
+
type: [Number, String]
|
|
10
|
+
},
|
|
11
|
+
height: {
|
|
12
|
+
type: [Number, String]
|
|
13
|
+
},
|
|
14
|
+
viewBox: {
|
|
15
|
+
type: String
|
|
16
|
+
},
|
|
17
|
+
preserveAspectRatio: {
|
|
18
|
+
type: String,
|
|
19
|
+
"default": "xMidYMid meet"
|
|
20
|
+
},
|
|
21
|
+
speed: {
|
|
22
|
+
type: Number,
|
|
23
|
+
"default": 2
|
|
24
|
+
},
|
|
25
|
+
baseUrl: {
|
|
26
|
+
type: String,
|
|
27
|
+
"default": ""
|
|
28
|
+
},
|
|
29
|
+
primaryColor: {
|
|
30
|
+
type: String,
|
|
31
|
+
"default": "#f9f9f9"
|
|
32
|
+
},
|
|
33
|
+
secondaryColor: {
|
|
34
|
+
type: String,
|
|
35
|
+
"default": "#ecebeb"
|
|
36
|
+
},
|
|
37
|
+
primaryOpacity: {
|
|
38
|
+
type: Number,
|
|
39
|
+
"default": 1
|
|
40
|
+
},
|
|
41
|
+
secondaryOpacity: {
|
|
42
|
+
type: Number,
|
|
43
|
+
"default": 1
|
|
44
|
+
},
|
|
45
|
+
uniqueKey: {
|
|
46
|
+
type: String
|
|
47
|
+
},
|
|
48
|
+
animate: {
|
|
49
|
+
type: Boolean,
|
|
50
|
+
"default": true
|
|
51
|
+
}
|
|
52
|
+
},
|
|
53
|
+
setup: function setup(props) {
|
|
54
|
+
var idClip = computed(function() {
|
|
55
|
+
return props.uniqueKey ? "".concat(props.uniqueKey, "-idClip") : uid();
|
|
56
|
+
});
|
|
57
|
+
var idGradient = computed(function() {
|
|
58
|
+
return props.uniqueKey ? "".concat(props.uniqueKey, "-idGradient") : uid();
|
|
59
|
+
});
|
|
60
|
+
var width = computed(function() {
|
|
61
|
+
var _a;
|
|
62
|
+
return (_a = props.width) !== null && _a !== void 0 ? _a : 400;
|
|
63
|
+
});
|
|
64
|
+
var height = computed(function() {
|
|
65
|
+
var _a;
|
|
66
|
+
return (_a = props.height) !== null && _a !== void 0 ? _a : 130;
|
|
67
|
+
});
|
|
68
|
+
var computedViewBox = computed(function() {
|
|
69
|
+
var _a;
|
|
70
|
+
return (_a = props.viewBox) !== null && _a !== void 0 ? _a : "0 0 ".concat(width.value, " ").concat(height.value);
|
|
71
|
+
});
|
|
72
|
+
return {
|
|
73
|
+
idClip,
|
|
74
|
+
idGradient,
|
|
75
|
+
computedViewBox
|
|
76
|
+
};
|
|
77
|
+
},
|
|
78
|
+
render: function render() {
|
|
79
|
+
return createVNode("svg", {
|
|
80
|
+
"width": this.width,
|
|
81
|
+
"height": this.height,
|
|
82
|
+
"viewBox": this.computedViewBox,
|
|
83
|
+
"version": "1.1",
|
|
84
|
+
"preserveAspectRatio": this.preserveAspectRatio
|
|
85
|
+
}, [createVNode("rect", {
|
|
86
|
+
"style": {
|
|
87
|
+
fill: "url(".concat(this.baseUrl, "#").concat(this.idGradient, ")")
|
|
88
|
+
},
|
|
89
|
+
"clip-path": "url(".concat(this.baseUrl, "#").concat(this.idClip, ")"),
|
|
90
|
+
"x": "0",
|
|
91
|
+
"y": "0",
|
|
92
|
+
"width": "100%",
|
|
93
|
+
"height": "100%"
|
|
94
|
+
}, null), createVNode("defs", null, [createVNode("clipPath", {
|
|
95
|
+
"id": this.idClip
|
|
96
|
+
}, [this.$slots["default"] ? this.$slots["default"]() : createVNode("rect", {
|
|
97
|
+
"x": "0",
|
|
98
|
+
"y": "0",
|
|
99
|
+
"rx": "5",
|
|
100
|
+
"ry": "5",
|
|
101
|
+
"width": "100%",
|
|
102
|
+
"height": "100%"
|
|
103
|
+
}, null)]), createVNode("linearGradient", {
|
|
104
|
+
"id": this.idGradient
|
|
105
|
+
}, [createVNode("stop", {
|
|
106
|
+
"offset": "0%",
|
|
107
|
+
"stop-color": this.primaryColor,
|
|
108
|
+
"stop-opacity": this.primaryOpacity
|
|
109
|
+
}, [this.animate ? createVNode("animate", {
|
|
110
|
+
"attributeName": "offset",
|
|
111
|
+
"values": "-2; 1",
|
|
112
|
+
"dur": "".concat(this.speed, "s"),
|
|
113
|
+
"repeatCount": "indefinite"
|
|
114
|
+
}, null) : null]), createVNode("stop", {
|
|
115
|
+
"offset": "50%",
|
|
116
|
+
"stop-color": this.secondaryColor,
|
|
117
|
+
"stop-opacity": this.secondaryOpacity
|
|
118
|
+
}, [this.animate ? createVNode("animate", {
|
|
119
|
+
"attributeName": "offset",
|
|
120
|
+
"values": "-1.5; 1.5",
|
|
121
|
+
"dur": "".concat(this.speed, "s"),
|
|
122
|
+
"repeatCount": "indefinite"
|
|
123
|
+
}, null) : null]), createVNode("stop", {
|
|
124
|
+
"offset": "100%",
|
|
125
|
+
"stop-color": this.primaryColor,
|
|
126
|
+
"stop-opacity": this.primaryOpacity
|
|
127
|
+
}, [this.animate ? createVNode("animate", {
|
|
128
|
+
"attributeName": "offset",
|
|
129
|
+
"values": "-1; 2",
|
|
130
|
+
"dur": "".concat(this.speed, "s"),
|
|
131
|
+
"repeatCount": "indefinite"
|
|
132
|
+
}, null) : null])])])]);
|
|
133
|
+
}
|
|
134
|
+
});
|
|
135
|
+
var CodeLoader = defineComponent(function(props, _a) {
|
|
136
|
+
var attrs = _a.attrs;
|
|
137
|
+
return function() {
|
|
138
|
+
return createVNode(ContentLoader, attrs, {
|
|
139
|
+
"default": function _default() {
|
|
140
|
+
return [createVNode("rect", {
|
|
141
|
+
"x": "0",
|
|
142
|
+
"y": "0",
|
|
143
|
+
"rx": "3",
|
|
144
|
+
"ry": "3",
|
|
145
|
+
"width": "70",
|
|
146
|
+
"height": "10"
|
|
147
|
+
}, null), createVNode("rect", {
|
|
148
|
+
"x": "80",
|
|
149
|
+
"y": "0",
|
|
150
|
+
"rx": "3",
|
|
151
|
+
"ry": "3",
|
|
152
|
+
"width": "100",
|
|
153
|
+
"height": "10"
|
|
154
|
+
}, null), createVNode("rect", {
|
|
155
|
+
"x": "190",
|
|
156
|
+
"y": "0",
|
|
157
|
+
"rx": "3",
|
|
158
|
+
"ry": "3",
|
|
159
|
+
"width": "10",
|
|
160
|
+
"height": "10"
|
|
161
|
+
}, null), createVNode("rect", {
|
|
162
|
+
"x": "15",
|
|
163
|
+
"y": "20",
|
|
164
|
+
"rx": "3",
|
|
165
|
+
"ry": "3",
|
|
166
|
+
"width": "130",
|
|
167
|
+
"height": "10"
|
|
168
|
+
}, null), createVNode("rect", {
|
|
169
|
+
"x": "155",
|
|
170
|
+
"y": "20",
|
|
171
|
+
"rx": "3",
|
|
172
|
+
"ry": "3",
|
|
173
|
+
"width": "130",
|
|
174
|
+
"height": "10"
|
|
175
|
+
}, null), createVNode("rect", {
|
|
176
|
+
"x": "15",
|
|
177
|
+
"y": "40",
|
|
178
|
+
"rx": "3",
|
|
179
|
+
"ry": "3",
|
|
180
|
+
"width": "90",
|
|
181
|
+
"height": "10"
|
|
182
|
+
}, null), createVNode("rect", {
|
|
183
|
+
"x": "115",
|
|
184
|
+
"y": "40",
|
|
185
|
+
"rx": "3",
|
|
186
|
+
"ry": "3",
|
|
187
|
+
"width": "60",
|
|
188
|
+
"height": "10"
|
|
189
|
+
}, null), createVNode("rect", {
|
|
190
|
+
"x": "185",
|
|
191
|
+
"y": "40",
|
|
192
|
+
"rx": "3",
|
|
193
|
+
"ry": "3",
|
|
194
|
+
"width": "60",
|
|
195
|
+
"height": "10"
|
|
196
|
+
}, null), createVNode("rect", {
|
|
197
|
+
"x": "0",
|
|
198
|
+
"y": "60",
|
|
199
|
+
"rx": "3",
|
|
200
|
+
"ry": "3",
|
|
201
|
+
"width": "30",
|
|
202
|
+
"height": "10"
|
|
203
|
+
}, null)];
|
|
204
|
+
}
|
|
205
|
+
});
|
|
206
|
+
};
|
|
207
|
+
});
|
|
208
|
+
export {
|
|
209
|
+
CodeLoader as C
|
|
210
|
+
};
|