Flowfile 0.2.2__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 +14 -7
- 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.1.dist-info/METADATA +219 -0
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/RECORD +147 -16
- {flowfile-0.2.2.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 +1 -2
- flowfile_frame/flow_frame.py +6 -6
- flowfile_frame/utils.py +1 -140
- flowfile-0.2.2.dist-info/METADATA +0 -225
- flowfile_frame/__main__.py +0 -12
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/LICENSE +0 -0
- {flowfile-0.2.2.dist-info → flowfile-0.3.0.1.dist-info}/WHEEL +0 -0
|
@@ -0,0 +1,256 @@
|
|
|
1
|
+
|
|
2
|
+
.cool-button-container[data-v-93995232] {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
align-items: start;
|
|
6
|
+
}
|
|
7
|
+
.cool-button[data-v-93995232] {
|
|
8
|
+
width: 100%; /* Ensure the button takes full width of the container */
|
|
9
|
+
max-width: 200px; /* Set a max-width if you want to control the maximum button size */
|
|
10
|
+
border: none;
|
|
11
|
+
color: rgb(0, 0, 0);
|
|
12
|
+
padding: 3px 3px;
|
|
13
|
+
text-align: left;
|
|
14
|
+
display: inline-block;
|
|
15
|
+
margin: 1px 0;
|
|
16
|
+
cursor: pointer;
|
|
17
|
+
border-radius: 4px;
|
|
18
|
+
white-space: nowrap;
|
|
19
|
+
overflow: hidden;
|
|
20
|
+
text-overflow: ellipsis; /* Add ellipsis for overflow text */
|
|
21
|
+
}
|
|
22
|
+
.cool-button[data-v-93995232]:hover {
|
|
23
|
+
background-color: #bcbcbc;
|
|
24
|
+
}
|
|
25
|
+
.sidebar-title[data-v-93995232] {
|
|
26
|
+
font-size: 16px;
|
|
27
|
+
font-weight: bold;
|
|
28
|
+
padding: 10px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
.radio-menu[data-v-a8e433fb] {
|
|
32
|
+
display: flex;
|
|
33
|
+
flex-direction: row;
|
|
34
|
+
align-items: start;
|
|
35
|
+
}
|
|
36
|
+
.radio-option[data-v-a8e433fb] {
|
|
37
|
+
display: flex;
|
|
38
|
+
align-items: center;
|
|
39
|
+
justify-content: center;
|
|
40
|
+
padding: 5px;
|
|
41
|
+
cursor: pointer;
|
|
42
|
+
transition: background-color 0.3s;
|
|
43
|
+
border-radius: 5px;
|
|
44
|
+
}
|
|
45
|
+
.radio-option.selected[data-v-a8e433fb] {
|
|
46
|
+
background-color: #e0f7fa; /* Change this color as needed */
|
|
47
|
+
}
|
|
48
|
+
.radio-option[data-v-a8e433fb]:hover {
|
|
49
|
+
background-color: #b2ebf2; /* Change this color as needed */
|
|
50
|
+
}
|
|
51
|
+
.icon[data-v-a8e433fb] {
|
|
52
|
+
display: flex;
|
|
53
|
+
align-items: center;
|
|
54
|
+
justify-content: center;
|
|
55
|
+
margin-right: 5px;
|
|
56
|
+
width: 16px; /* Adjust the size as needed */
|
|
57
|
+
height: 16px; /* Adjust the size as needed */
|
|
58
|
+
z-index: 1;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.function-editor-root {
|
|
62
|
+
display: flex;
|
|
63
|
+
flex-direction: column;
|
|
64
|
+
}
|
|
65
|
+
.cm-function {
|
|
66
|
+
color: #f08d49;
|
|
67
|
+
font-weight: bold;
|
|
68
|
+
}
|
|
69
|
+
.cm-column {
|
|
70
|
+
color: #8ec07c;
|
|
71
|
+
}
|
|
72
|
+
.cm-string {
|
|
73
|
+
color: #b8bb26;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
.container[data-v-66ed8b64] {
|
|
77
|
+
width: 100%;
|
|
78
|
+
margin: 12px 0 0 0;
|
|
79
|
+
font-family:
|
|
80
|
+
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
|
|
81
|
+
"Helvetica Neue", sans-serif;
|
|
82
|
+
}
|
|
83
|
+
.result-content[data-v-66ed8b64] {
|
|
84
|
+
display: flex;
|
|
85
|
+
width: 100%;
|
|
86
|
+
border-radius: 6px;
|
|
87
|
+
overflow: hidden;
|
|
88
|
+
height: auto;
|
|
89
|
+
min-height: 48px;
|
|
90
|
+
}
|
|
91
|
+
.result-content.success .label[data-v-66ed8b64] {
|
|
92
|
+
background: #1a202c;
|
|
93
|
+
}
|
|
94
|
+
.result-content.loading .label[data-v-66ed8b64] {
|
|
95
|
+
background: #1a202c;
|
|
96
|
+
}
|
|
97
|
+
.result-content.error .label[data-v-66ed8b64] {
|
|
98
|
+
background: #7f1d1d;
|
|
99
|
+
color: rgba(255, 255, 255, 0.9);
|
|
100
|
+
}
|
|
101
|
+
.label[data-v-66ed8b64] {
|
|
102
|
+
flex: 0 0 150px;
|
|
103
|
+
padding: 14px 16px;
|
|
104
|
+
display: flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
font-weight: 500;
|
|
107
|
+
font-size: 14px;
|
|
108
|
+
color: rgba(255, 255, 255, 0.84);
|
|
109
|
+
position: relative;
|
|
110
|
+
}
|
|
111
|
+
.label[data-v-66ed8b64]::after {
|
|
112
|
+
content: "";
|
|
113
|
+
position: absolute;
|
|
114
|
+
top: 50%;
|
|
115
|
+
right: 0;
|
|
116
|
+
width: 1px;
|
|
117
|
+
height: 24px;
|
|
118
|
+
transform: translateY(-50%);
|
|
119
|
+
background-color: rgba(255, 255, 255, 0.1);
|
|
120
|
+
}
|
|
121
|
+
.content[data-v-66ed8b64] {
|
|
122
|
+
flex: 1;
|
|
123
|
+
padding: 14px 20px;
|
|
124
|
+
color: rgb(0, 0, 0);
|
|
125
|
+
font-size: 14px;
|
|
126
|
+
font-weight: 400;
|
|
127
|
+
line-height: 1.5;
|
|
128
|
+
overflow-wrap: break-word;
|
|
129
|
+
word-break: break-word;
|
|
130
|
+
background-color: #ffffff;
|
|
131
|
+
}
|
|
132
|
+
.result-content.error .content[data-v-66ed8b64] {
|
|
133
|
+
background-color: #ffffff;
|
|
134
|
+
color: #000000;
|
|
135
|
+
}
|
|
136
|
+
.result-content.loading .label[data-v-66ed8b64] {
|
|
137
|
+
display: flex;
|
|
138
|
+
align-items: center;
|
|
139
|
+
}
|
|
140
|
+
.result-content .label[data-v-66ed8b64]::before {
|
|
141
|
+
content: "";
|
|
142
|
+
display: inline-block;
|
|
143
|
+
width: 10px;
|
|
144
|
+
height: 10px;
|
|
145
|
+
margin-right: 8px;
|
|
146
|
+
border-radius: 50%;
|
|
147
|
+
}
|
|
148
|
+
.result-content.success .label[data-v-66ed8b64]::before {
|
|
149
|
+
background-color: #10b981;
|
|
150
|
+
box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.2);
|
|
151
|
+
}
|
|
152
|
+
.result-content.loading .label[data-v-66ed8b64]::before {
|
|
153
|
+
background-color: #8b5cf6;
|
|
154
|
+
box-shadow: 0 0 0 4px rgba(139, 92, 246, 0.2);
|
|
155
|
+
animation: pulse-66ed8b64 1.5s infinite ease-in-out;
|
|
156
|
+
}
|
|
157
|
+
.result-content.error .label[data-v-66ed8b64]::before {
|
|
158
|
+
background-color: #ef4444;
|
|
159
|
+
box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.2);
|
|
160
|
+
}
|
|
161
|
+
@keyframes pulse-66ed8b64 {
|
|
162
|
+
0% {
|
|
163
|
+
opacity: 0.4;
|
|
164
|
+
transform: scale(0.8);
|
|
165
|
+
}
|
|
166
|
+
50% {
|
|
167
|
+
opacity: 1;
|
|
168
|
+
transform: scale(1);
|
|
169
|
+
}
|
|
170
|
+
100% {
|
|
171
|
+
opacity: 0.4;
|
|
172
|
+
transform: scale(0.8);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
.toggle-icon[data-v-967e57c5] {
|
|
177
|
+
margin-left: 10px;
|
|
178
|
+
font-weight: bold;
|
|
179
|
+
}
|
|
180
|
+
.tree-subview[data-v-967e57c5] {
|
|
181
|
+
list-style-type: none;
|
|
182
|
+
padding-left: 20px;
|
|
183
|
+
}
|
|
184
|
+
.tree-leaf[data-v-967e57c5] {
|
|
185
|
+
margin-bottom: 5px;
|
|
186
|
+
}
|
|
187
|
+
.cool-button-container[data-v-967e57c5] {
|
|
188
|
+
display: flex;
|
|
189
|
+
flex-direction: column;
|
|
190
|
+
align-items: start;
|
|
191
|
+
}
|
|
192
|
+
.cool-button[data-v-967e57c5] {
|
|
193
|
+
width: 100%; /* Ensure the button takes full width of the container */
|
|
194
|
+
max-width: 200px; /* Set a max-width if you want to control the maximum button size */
|
|
195
|
+
border: none;
|
|
196
|
+
color: rgb(0, 0, 0);
|
|
197
|
+
padding: 3px 3px;
|
|
198
|
+
text-align: left;
|
|
199
|
+
display: inline-block;
|
|
200
|
+
margin: 1px 0;
|
|
201
|
+
cursor: pointer;
|
|
202
|
+
border-radius: 4px;
|
|
203
|
+
white-space: nowrap;
|
|
204
|
+
overflow: hidden;
|
|
205
|
+
text-overflow: ellipsis; /* Add ellipsis for overflow text */
|
|
206
|
+
}
|
|
207
|
+
.cool-button[data-v-967e57c5]:hover {
|
|
208
|
+
background-color: #bcbcbc;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
.selector[data-v-9df088eb] {
|
|
212
|
+
overflow-y: scroll;
|
|
213
|
+
max-height: 300px;
|
|
214
|
+
}
|
|
215
|
+
.container[data-v-9df088eb] {
|
|
216
|
+
display: flex;
|
|
217
|
+
border: 1px solid #ccc;
|
|
218
|
+
border-radius: 5px;
|
|
219
|
+
overflow: hidden;
|
|
220
|
+
height: 100%; /* Make it take full height */
|
|
221
|
+
cursor: auto;
|
|
222
|
+
}
|
|
223
|
+
.options-container[data-v-9df088eb] {
|
|
224
|
+
flex-shrink: 0; /* Prevent shrinking */
|
|
225
|
+
min-width: 50px; /* Minimum width */
|
|
226
|
+
max-height: 300px; /* Maximum height */
|
|
227
|
+
padding-left: 5px;
|
|
228
|
+
padding-right: 5px;
|
|
229
|
+
z-index: 1;
|
|
230
|
+
overflow-y: auto; /* Make it scrollable */
|
|
231
|
+
}
|
|
232
|
+
.resizer[data-v-9df088eb] {
|
|
233
|
+
width: 5px;
|
|
234
|
+
cursor: ew-resize; /* East-west resize cursor */
|
|
235
|
+
background-color: #ddd;
|
|
236
|
+
border-right: 0.5px solid #ccc;
|
|
237
|
+
flex-shrink: 0; /* Prevent shrinking */
|
|
238
|
+
}
|
|
239
|
+
.editor-wrapper[data-v-9df088eb] {
|
|
240
|
+
flex-grow: 1; /* Take up the remaining space */
|
|
241
|
+
flex-direction: column;
|
|
242
|
+
overflow: hidden; /* Hide overflow */
|
|
243
|
+
}
|
|
244
|
+
.prism-editor-ref[data-v-9df088eb] {
|
|
245
|
+
flex: 1;
|
|
246
|
+
padding: 1px;
|
|
247
|
+
min-height: 0px; /* Important to make it respect the parent's height */
|
|
248
|
+
}
|
|
249
|
+
.error-box-wrapper[data-v-9df088eb] {
|
|
250
|
+
overflow-y: auto;
|
|
251
|
+
border-top: 1px solid #ccc;
|
|
252
|
+
}
|
|
253
|
+
.divider[data-v-9df088eb] {
|
|
254
|
+
border-top: 1px solid #ccc;
|
|
255
|
+
padding-bottom: 10px;
|
|
256
|
+
}
|