Flowfile 0.4.1__py3-none-any.whl → 0.5.3__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.
- build_backends/main.py +25 -22
- build_backends/main_prd.py +10 -19
- flowfile/__init__.py +179 -73
- flowfile/__main__.py +10 -7
- flowfile/api.py +52 -59
- flowfile/web/__init__.py +14 -9
- flowfile/web/static/assets/AdminView-49392a9a.js +713 -0
- flowfile/web/static/assets/AdminView-f53bad23.css +129 -0
- flowfile/web/static/assets/CloudConnectionView-36bcd6df.css +72 -0
- flowfile/web/static/assets/{CloudConnectionManager-d3248f8d.js → CloudConnectionView-f13f202b.js} +11 -11
- flowfile/web/static/assets/{CloudStorageReader-d65bf041.js → CloudStorageReader-0023d4a5.js} +10 -8
- flowfile/web/static/assets/{CloudStorageReader-29d14fcc.css → CloudStorageReader-24c54524.css} +27 -27
- flowfile/web/static/assets/{CloudStorageWriter-b0ee067f.css → CloudStorageWriter-60547855.css} +26 -26
- flowfile/web/static/assets/{CloudStorageWriter-e83be3ed.js → CloudStorageWriter-8e781e11.js} +10 -8
- flowfile/web/static/assets/{ColumnSelector-47996a16.css → ColumnSelector-371637fb.css} +2 -2
- flowfile/web/static/assets/{ColumnSelector-cce661cf.js → ColumnSelector-8ad68ea9.js} +3 -5
- flowfile/web/static/assets/{ContextMenu-c13f91d0.css → ContextMenu-26d4dd27.css} +6 -6
- flowfile/web/static/assets/{ContextMenu-11a4652a.js → ContextMenu-31ee57f0.js} +3 -3
- flowfile/web/static/assets/{ContextMenu-160afb08.js → ContextMenu-69a74055.js} +3 -3
- flowfile/web/static/assets/{ContextMenu-cf18d2cc.js → ContextMenu-8e2051c6.js} +3 -3
- flowfile/web/static/assets/{ContextMenu-4c74eef1.css → ContextMenu-8ec1729e.css} +6 -6
- flowfile/web/static/assets/{ContextMenu-63cfa99b.css → ContextMenu-9b310c60.css} +6 -6
- flowfile/web/static/assets/{CrossJoin-d395d38c.js → CrossJoin-03df6938.js} +12 -10
- flowfile/web/static/assets/{CrossJoin-1119d18e.css → CrossJoin-71b4cc10.css} +20 -20
- flowfile/web/static/assets/CustomNode-59e99a86.css +32 -0
- flowfile/web/static/assets/{CustomNode-b812dc0b.js → CustomNode-8479239b.js} +36 -24
- flowfile/web/static/assets/{DatabaseConnectionSettings-7000bf2c.js → DatabaseConnectionSettings-869e3efd.js} +5 -4
- flowfile/web/static/assets/{DatabaseConnectionSettings-0c04b2e5.css → DatabaseConnectionSettings-e91df89a.css} +13 -13
- flowfile/web/static/assets/{DatabaseReader-ae61773c.css → DatabaseReader-36898a00.css} +24 -24
- flowfile/web/static/assets/{DatabaseReader-4f035d0c.js → DatabaseReader-c58b9552.js} +25 -15
- flowfile/web/static/assets/DatabaseView-6655afd6.css +57 -0
- flowfile/web/static/assets/{DatabaseManager-9662ec5b.js → DatabaseView-d26a9140.js} +11 -11
- flowfile/web/static/assets/{DatabaseWriter-2f570e53.css → DatabaseWriter-217a99f1.css} +19 -19
- flowfile/web/static/assets/{DatabaseWriter-f65dcd54.js → DatabaseWriter-4d05ddc7.js} +17 -10
- flowfile/web/static/assets/{designer-e3c150ec.css → DesignerView-a6d0ee84.css} +629 -538
- flowfile/web/static/assets/{designer-f3656d8c.js → DesignerView-e6f5c0e8.js} +1214 -3209
- flowfile/web/static/assets/{documentation-52b241e7.js → DocumentationView-2e78ef1b.js} +5 -5
- flowfile/web/static/assets/{documentation-12216a74.css → DocumentationView-fd46c656.css} +7 -7
- flowfile/web/static/assets/{ExploreData-2d0cf4db.css → ExploreData-10c5acc8.css} +13 -12
- flowfile/web/static/assets/{ExploreData-94c43dfc.js → ExploreData-7b54caca.js} +18 -9
- flowfile/web/static/assets/{ExternalSource-ac04b3cc.js → ExternalSource-3fa399b2.js} +9 -7
- flowfile/web/static/assets/{ExternalSource-e37b6275.css → ExternalSource-47ab05a3.css} +17 -17
- flowfile/web/static/assets/Filter-7494ea97.css +48 -0
- flowfile/web/static/assets/Filter-8cbbdbf3.js +287 -0
- flowfile/web/static/assets/{Formula-bb96803d.css → Formula-53d58c43.css} +7 -7
- flowfile/web/static/assets/{Formula-71472193.js → Formula-aac42b1e.js} +13 -11
- flowfile/web/static/assets/{FuzzyMatch-1010f966.css → FuzzyMatch-ad6361d6.css} +68 -69
- flowfile/web/static/assets/{FuzzyMatch-b317f631.js → FuzzyMatch-cd9bbfca.js} +12 -10
- flowfile/web/static/assets/{Pivot-cf333e3d.css → GraphSolver-c24dec17.css} +5 -5
- flowfile/web/static/assets/{GraphSolver-754a234f.js → GraphSolver-c7e6780e.js} +13 -11
- flowfile/web/static/assets/{GroupBy-6c6f9802.js → GroupBy-93c5d22b.js} +9 -7
- flowfile/web/static/assets/{GroupBy-b9505323.css → GroupBy-be7ac0bf.css} +10 -10
- flowfile/web/static/assets/{Join-fd79b451.css → Join-28b5e18f.css} +22 -22
- flowfile/web/static/assets/{Join-a1b800be.js → Join-a19b2de2.js} +13 -11
- flowfile/web/static/assets/LoginView-0df4ed0a.js +134 -0
- flowfile/web/static/assets/LoginView-d325d632.css +172 -0
- flowfile/web/static/assets/ManualInput-3702e677.css +293 -0
- flowfile/web/static/assets/{ManualInput-a9640276.js → ManualInput-8d3374b2.js} +170 -116
- flowfile/web/static/assets/{MultiSelect-97213888.js → MultiSelect-ad1b6243.js} +2 -2
- flowfile/web/static/assets/{MultiSelect.vue_vue_type_script_setup_true_lang-6ffe088a.js → MultiSelect.vue_vue_type_script_setup_true_lang-e278950d.js} +1 -1
- flowfile/web/static/assets/NodeDesigner-40b647c9.js +2610 -0
- flowfile/web/static/assets/NodeDesigner-5f53be3f.css +1429 -0
- flowfile/web/static/assets/{NumericInput-e638088a.js → NumericInput-7100234c.js} +2 -2
- flowfile/web/static/assets/{NumericInput.vue_vue_type_script_setup_true_lang-90eb2cba.js → NumericInput.vue_vue_type_script_setup_true_lang-5130219f.js} +5 -2
- flowfile/web/static/assets/{Output-ddc9079f.css → Output-35e97000.css} +6 -6
- flowfile/web/static/assets/{Output-76750610.js → Output-f5efd2aa.js} +60 -38
- flowfile/web/static/assets/{GraphSolver-f0cb7bfb.css → Pivot-0eda81b4.css} +5 -5
- flowfile/web/static/assets/{Pivot-7814803f.js → Pivot-d981d23c.js} +11 -9
- flowfile/web/static/assets/PivotValidation-0e905b1a.css +13 -0
- flowfile/web/static/assets/{PivotValidation-f92137d2.js → PivotValidation-39386e95.js} +3 -3
- flowfile/web/static/assets/PivotValidation-41b57ad6.css +13 -0
- flowfile/web/static/assets/{PivotValidation-76dd431a.js → PivotValidation-63de1f73.js} +3 -3
- flowfile/web/static/assets/{PolarsCode-650322d1.css → PolarsCode-2b1f1f23.css} +4 -4
- flowfile/web/static/assets/{PolarsCode-889c3008.js → PolarsCode-f9d69217.js} +18 -9
- flowfile/web/static/assets/PopOver-b22f049e.js +939 -0
- flowfile/web/static/assets/PopOver-d96599db.css +33 -0
- flowfile/web/static/assets/{Read-6b17491f.css → Read-36e7bd51.css} +12 -12
- flowfile/web/static/assets/{Read-637b72a7.js → Read-aec2e377.js} +83 -105
- flowfile/web/static/assets/{RecordCount-2b050c41.js → RecordCount-78ed6845.js} +6 -4
- flowfile/web/static/assets/{RecordId-81df7784.js → RecordId-2156e890.js} +8 -6
- flowfile/web/static/assets/{SQLQueryComponent-36cef432.css → SQLQueryComponent-1c2f26b4.css} +5 -5
- flowfile/web/static/assets/{SQLQueryComponent-88dcfe53.js → SQLQueryComponent-48c72f5b.js} +3 -3
- flowfile/web/static/assets/{Sample-258ad2a9.js → Sample-1352ca74.js} +6 -4
- flowfile/web/static/assets/SecretSelector-22b5ff89.js +113 -0
- flowfile/web/static/assets/SecretSelector-6329f743.css +43 -0
- flowfile/web/static/assets/{SecretManager-2a2cb7e2.js → SecretsView-17df66ee.js} +35 -36
- flowfile/web/static/assets/SecretsView-aa291340.css +38 -0
- flowfile/web/static/assets/{Select-850215fd.js → Select-0aee4c54.js} +9 -7
- flowfile/web/static/assets/{SettingsSection-55bae608.js → SettingsSection-0784e157.js} +3 -3
- flowfile/web/static/assets/{SettingsSection-71e6b7e3.css → SettingsSection-07fbbc39.css} +4 -4
- flowfile/web/static/assets/{SettingsSection-5c696bee.css → SettingsSection-26fe48d4.css} +4 -4
- flowfile/web/static/assets/{SettingsSection-2e4d03c4.css → SettingsSection-8f980839.css} +4 -4
- flowfile/web/static/assets/{SettingsSection-0e8d9123.js → SettingsSection-cd341bb6.js} +3 -3
- flowfile/web/static/assets/{SettingsSection-29b4fa6b.js → SettingsSection-f2002a6d.js} +3 -3
- flowfile/web/static/assets/{SingleSelect-bebd408b.js → SingleSelect-460cc0ea.js} +2 -2
- flowfile/web/static/assets/{SingleSelect.vue_vue_type_script_setup_true_lang-6093741c.js → SingleSelect.vue_vue_type_script_setup_true_lang-30741bb2.js} +1 -1
- flowfile/web/static/assets/{SliderInput-6a05ab61.js → SliderInput-5d926864.js} +7 -4
- flowfile/web/static/assets/SliderInput-f2e4f23c.css +4 -0
- flowfile/web/static/assets/{Sort-10ab48ed.js → Sort-3cdc971b.js} +9 -7
- flowfile/web/static/assets/{Unique-f9fb0809.css → Sort-8a871341.css} +10 -10
- flowfile/web/static/assets/{TextInput-df9d6259.js → TextInput-a2d0bfbd.js} +2 -2
- flowfile/web/static/assets/{TextInput.vue_vue_type_script_setup_true_lang-000e1178.js → TextInput.vue_vue_type_script_setup_true_lang-abad1ca2.js} +5 -2
- flowfile/web/static/assets/{TextToRows-5d2c1190.css → TextToRows-12afb4f4.css} +10 -10
- flowfile/web/static/assets/{TextToRows-6c2d93d8.js → TextToRows-918945f7.js} +11 -10
- flowfile/web/static/assets/{ToggleSwitch-0ff7ac52.js → ToggleSwitch-f0ef5196.js} +2 -2
- flowfile/web/static/assets/{ToggleSwitch.vue_vue_type_script_setup_true_lang-c6dc3029.js → ToggleSwitch.vue_vue_type_script_setup_true_lang-5605c793.js} +1 -1
- flowfile/web/static/assets/{UnavailableFields-5edd5322.css → UnavailableFields-54d2f518.css} +6 -6
- flowfile/web/static/assets/{UnavailableFields-1bab97cb.js → UnavailableFields-bdad6144.js} +4 -4
- flowfile/web/static/assets/{Union-af6c3d9b.css → Union-d6a8d7d5.css} +7 -7
- flowfile/web/static/assets/{Union-b563478a.js → Union-e8ab8c86.js} +8 -6
- flowfile/web/static/assets/{Unique-f90db5db.js → Unique-8cd4f976.js} +13 -22
- flowfile/web/static/assets/{Sort-3643d625.css → Unique-9fb2f567.css} +10 -10
- flowfile/web/static/assets/{Unpivot-1e422df3.css → Unpivot-710a2948.css} +7 -7
- flowfile/web/static/assets/{Unpivot-bcb0025f.js → Unpivot-8da14095.js} +10 -8
- flowfile/web/static/assets/{UnpivotValidation-c4e73b04.js → UnpivotValidation-6f7d89ff.js} +3 -3
- flowfile/web/static/assets/UnpivotValidation-d5ca3b7b.css +13 -0
- flowfile/web/static/assets/{VueGraphicWalker-bb8535e2.js → VueGraphicWalker-3fb312e1.js} +4 -4
- flowfile/web/static/assets/{VueGraphicWalker-ed5ab88b.css → VueGraphicWalker-430f0b86.css} +1 -1
- flowfile/web/static/assets/{api-4c8e3822.js → api-24483f0d.js} +1 -1
- flowfile/web/static/assets/{api-2d6adc4f.js → api-8b81fa73.js} +1 -1
- flowfile/web/static/assets/{dropDown-35135ba8.css → dropDown-3d8dc5fa.css} +40 -40
- flowfile/web/static/assets/{dropDown-1bca8a74.js → dropDown-ac0fda9d.js} +3 -3
- flowfile/web/static/assets/{fullEditor-2985687e.js → fullEditor-5497a84a.js} +11 -10
- flowfile/web/static/assets/{fullEditor-178376bb.css → fullEditor-a0be62b3.css} +74 -62
- flowfile/web/static/assets/{genericNodeSettings-924759c7.css → genericNodeSettings-3b2507ea.css} +10 -10
- flowfile/web/static/assets/{genericNodeSettings-0476ba4e.js → genericNodeSettings-99014e1d.js} +5 -5
- flowfile/web/static/assets/index-07dda503.js +38 -0
- flowfile/web/static/assets/index-3ba44389.js +2696 -0
- flowfile/web/static/assets/{index-50508d4d.css → index-e6289dd0.css} +1945 -569
- flowfile/web/static/assets/{index-246f201c.js → index-fb6493ae.js} +41626 -40869
- flowfile/web/static/assets/node.types-2c15bb7e.js +82 -0
- flowfile/web/static/assets/nodeInput-0eb13f1a.js +2 -0
- flowfile/web/static/assets/{outputCsv-d686eeaf.js → outputCsv-8f8ba42d.js} +3 -3
- flowfile/web/static/assets/outputCsv-b9a072af.css +2499 -0
- flowfile/web/static/assets/{outputExcel-8809ea2f.js → outputExcel-393f4fef.js} +3 -3
- flowfile/web/static/assets/{outputExcel-b41305c0.css → outputExcel-f5d272b2.css} +26 -26
- flowfile/web/static/assets/{outputParquet-53ba645a.js → outputParquet-07c81f65.js} +4 -4
- flowfile/web/static/assets/outputParquet-54597c3c.css +4 -0
- flowfile/web/static/assets/{readCsv-053bf97b.js → readCsv-07f6d9ad.js} +21 -20
- flowfile/web/static/assets/{readCsv-bca3ed53.css → readCsv-3bfac4c3.css} +15 -15
- flowfile/web/static/assets/{readExcel-e1b381ea.css → readExcel-3db6b763.css} +13 -13
- flowfile/web/static/assets/{readExcel-ad531eab.js → readExcel-ed69bc8f.js} +10 -12
- flowfile/web/static/assets/{readParquet-cee068e2.css → readParquet-c5244ad5.css} +4 -4
- flowfile/web/static/assets/{readParquet-58e899a1.js → readParquet-e3ed4528.js} +4 -7
- flowfile/web/static/assets/secrets.api-002e7d7e.js +65 -0
- flowfile/web/static/assets/{selectDynamic-b38de2ba.js → selectDynamic-80b92899.js} +5 -5
- flowfile/web/static/assets/{selectDynamic-aa913ff4.css → selectDynamic-f2fb394f.css} +21 -20
- flowfile/web/static/assets/{vue-codemirror.esm-db9b8936.js → vue-codemirror.esm-0965f39f.js} +31 -637
- flowfile/web/static/assets/{vue-content-loader.es-b5f3ac30.js → vue-content-loader.es-c506ad97.js} +1 -1
- flowfile/web/static/index.html +2 -2
- {flowfile-0.4.1.dist-info → flowfile-0.5.3.dist-info}/METADATA +4 -4
- flowfile-0.5.3.dist-info/RECORD +402 -0
- {flowfile-0.4.1.dist-info → flowfile-0.5.3.dist-info}/WHEEL +1 -1
- {flowfile-0.4.1.dist-info → flowfile-0.5.3.dist-info}/entry_points.txt +1 -0
- flowfile_core/__init__.py +13 -3
- flowfile_core/auth/jwt.py +51 -16
- flowfile_core/auth/models.py +32 -7
- flowfile_core/auth/password.py +89 -0
- flowfile_core/auth/secrets.py +8 -6
- flowfile_core/configs/__init__.py +9 -7
- flowfile_core/configs/flow_logger.py +15 -14
- flowfile_core/configs/node_store/__init__.py +72 -4
- flowfile_core/configs/node_store/nodes.py +155 -172
- flowfile_core/configs/node_store/user_defined_node_registry.py +108 -27
- flowfile_core/configs/settings.py +28 -15
- flowfile_core/database/connection.py +7 -6
- flowfile_core/database/init_db.py +96 -2
- flowfile_core/database/models.py +3 -1
- flowfile_core/fileExplorer/__init__.py +17 -0
- flowfile_core/fileExplorer/funcs.py +123 -57
- flowfile_core/fileExplorer/utils.py +10 -11
- flowfile_core/flowfile/_extensions/real_time_interface.py +10 -8
- flowfile_core/flowfile/analytics/analytics_processor.py +27 -24
- flowfile_core/flowfile/analytics/graphic_walker.py +11 -12
- flowfile_core/flowfile/analytics/utils.py +1 -1
- flowfile_core/flowfile/code_generator/code_generator.py +391 -279
- flowfile_core/flowfile/connection_manager/_connection_manager.py +6 -5
- flowfile_core/flowfile/connection_manager/models.py +1 -1
- flowfile_core/flowfile/database_connection_manager/db_connections.py +60 -44
- flowfile_core/flowfile/database_connection_manager/models.py +1 -1
- flowfile_core/flowfile/extensions.py +17 -12
- flowfile_core/flowfile/flow_data_engine/cloud_storage_reader.py +34 -32
- flowfile_core/flowfile/flow_data_engine/create/funcs.py +152 -103
- flowfile_core/flowfile/flow_data_engine/flow_data_engine.py +526 -477
- flowfile_core/flowfile/flow_data_engine/flow_file_column/interface.py +2 -2
- flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py +92 -52
- flowfile_core/flowfile/flow_data_engine/flow_file_column/polars_type.py +12 -11
- flowfile_core/flowfile/flow_data_engine/flow_file_column/type_registry.py +6 -6
- flowfile_core/flowfile/flow_data_engine/flow_file_column/utils.py +26 -30
- flowfile_core/flowfile/flow_data_engine/fuzzy_matching/prepare_for_fuzzy_match.py +43 -32
- flowfile_core/flowfile/flow_data_engine/join/__init__.py +1 -1
- flowfile_core/flowfile/flow_data_engine/join/utils.py +11 -9
- flowfile_core/flowfile/flow_data_engine/join/verify_integrity.py +15 -11
- flowfile_core/flowfile/flow_data_engine/pivot_table.py +5 -7
- flowfile_core/flowfile/flow_data_engine/polars_code_parser.py +95 -82
- flowfile_core/flowfile/flow_data_engine/read_excel_tables.py +66 -65
- flowfile_core/flowfile/flow_data_engine/sample_data.py +27 -21
- flowfile_core/flowfile/flow_data_engine/subprocess_operations/__init__.py +1 -1
- flowfile_core/flowfile/flow_data_engine/subprocess_operations/models.py +13 -11
- flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py +360 -191
- flowfile_core/flowfile/flow_data_engine/threaded_processes.py +8 -8
- flowfile_core/flowfile/flow_data_engine/utils.py +101 -67
- flowfile_core/flowfile/flow_graph.py +1011 -561
- flowfile_core/flowfile/flow_graph_utils.py +31 -49
- flowfile_core/flowfile/flow_node/flow_node.py +332 -232
- flowfile_core/flowfile/flow_node/models.py +54 -41
- flowfile_core/flowfile/flow_node/schema_callback.py +14 -19
- flowfile_core/flowfile/graph_tree/graph_tree.py +41 -41
- flowfile_core/flowfile/handler.py +82 -32
- flowfile_core/flowfile/manage/compatibility_enhancements.py +493 -47
- flowfile_core/flowfile/manage/io_flowfile.py +391 -0
- flowfile_core/flowfile/node_designer/__init__.py +15 -13
- flowfile_core/flowfile/node_designer/_type_registry.py +34 -37
- flowfile_core/flowfile/node_designer/custom_node.py +162 -36
- flowfile_core/flowfile/node_designer/ui_components.py +136 -35
- flowfile_core/flowfile/schema_callbacks.py +77 -54
- flowfile_core/flowfile/setting_generator/__init__.py +0 -1
- flowfile_core/flowfile/setting_generator/setting_generator.py +6 -5
- flowfile_core/flowfile/setting_generator/settings.py +72 -55
- flowfile_core/flowfile/sources/external_sources/base_class.py +12 -10
- flowfile_core/flowfile/sources/external_sources/custom_external_sources/external_source.py +27 -17
- flowfile_core/flowfile/sources/external_sources/custom_external_sources/sample_users.py +9 -9
- flowfile_core/flowfile/sources/external_sources/factory.py +0 -1
- flowfile_core/flowfile/sources/external_sources/sql_source/models.py +45 -31
- flowfile_core/flowfile/sources/external_sources/sql_source/sql_source.py +198 -73
- flowfile_core/flowfile/sources/external_sources/sql_source/utils.py +250 -196
- flowfile_core/flowfile/util/calculate_layout.py +9 -13
- flowfile_core/flowfile/util/execution_orderer.py +25 -17
- flowfile_core/flowfile/util/node_skipper.py +4 -4
- flowfile_core/flowfile/utils.py +19 -21
- flowfile_core/main.py +26 -19
- flowfile_core/routes/auth.py +284 -11
- flowfile_core/routes/cloud_connections.py +25 -25
- flowfile_core/routes/logs.py +21 -29
- flowfile_core/routes/public.py +3 -3
- flowfile_core/routes/routes.py +77 -43
- flowfile_core/routes/secrets.py +25 -27
- flowfile_core/routes/user_defined_components.py +483 -4
- flowfile_core/run_lock.py +0 -1
- flowfile_core/schemas/__init__.py +4 -6
- flowfile_core/schemas/analysis_schemas/graphic_walker_schemas.py +55 -55
- flowfile_core/schemas/cloud_storage_schemas.py +59 -55
- flowfile_core/schemas/input_schema.py +398 -154
- flowfile_core/schemas/output_model.py +50 -35
- flowfile_core/schemas/schemas.py +207 -67
- flowfile_core/schemas/transform_schema.py +1360 -435
- flowfile_core/schemas/yaml_types.py +117 -0
- flowfile_core/secret_manager/secret_manager.py +17 -13
- flowfile_core/{flowfile/node_designer/data_types.py → types.py} +33 -3
- flowfile_core/utils/arrow_reader.py +7 -6
- flowfile_core/utils/excel_file_manager.py +3 -3
- flowfile_core/utils/fileManager.py +7 -7
- flowfile_core/utils/fl_executor.py +8 -10
- flowfile_core/utils/utils.py +4 -4
- flowfile_core/utils/validate_setup.py +5 -4
- flowfile_frame/__init__.py +107 -50
- flowfile_frame/adapters.py +2 -9
- flowfile_frame/adding_expr.py +73 -32
- flowfile_frame/cloud_storage/frame_helpers.py +27 -23
- flowfile_frame/cloud_storage/secret_manager.py +12 -26
- flowfile_frame/config.py +2 -5
- flowfile_frame/expr.py +311 -218
- flowfile_frame/expr.pyi +160 -159
- flowfile_frame/expr_name.py +23 -23
- flowfile_frame/flow_frame.py +581 -489
- flowfile_frame/flow_frame.pyi +123 -104
- flowfile_frame/flow_frame_methods.py +236 -252
- flowfile_frame/group_frame.py +50 -20
- flowfile_frame/join.py +2 -2
- flowfile_frame/lazy.py +129 -87
- flowfile_frame/lazy_methods.py +83 -30
- flowfile_frame/list_name_space.py +55 -50
- flowfile_frame/selectors.py +148 -68
- flowfile_frame/series.py +9 -7
- flowfile_frame/utils.py +19 -21
- flowfile_worker/__init__.py +12 -4
- flowfile_worker/configs.py +11 -19
- flowfile_worker/create/__init__.py +14 -27
- flowfile_worker/create/funcs.py +143 -94
- flowfile_worker/create/models.py +139 -68
- flowfile_worker/create/pl_types.py +14 -15
- flowfile_worker/create/read_excel_tables.py +34 -41
- flowfile_worker/create/utils.py +22 -19
- flowfile_worker/external_sources/s3_source/main.py +18 -51
- flowfile_worker/external_sources/s3_source/models.py +34 -27
- flowfile_worker/external_sources/sql_source/main.py +8 -5
- flowfile_worker/external_sources/sql_source/models.py +13 -9
- flowfile_worker/flow_logger.py +10 -8
- flowfile_worker/funcs.py +214 -155
- flowfile_worker/main.py +11 -17
- flowfile_worker/models.py +35 -28
- flowfile_worker/process_manager.py +2 -3
- flowfile_worker/routes.py +121 -93
- flowfile_worker/secrets.py +9 -6
- flowfile_worker/spawner.py +80 -49
- flowfile_worker/utils.py +3 -2
- shared/__init__.py +2 -7
- shared/storage_config.py +25 -13
- test_utils/postgres/commands.py +3 -2
- test_utils/postgres/fixtures.py +9 -9
- test_utils/s3/commands.py +1 -1
- test_utils/s3/data_generator.py +3 -4
- test_utils/s3/demo_data_generator.py +4 -7
- test_utils/s3/fixtures.py +7 -5
- tools/migrate/README.md +56 -0
- tools/migrate/__init__.py +12 -0
- tools/migrate/__main__.py +118 -0
- tools/migrate/legacy_schemas.py +682 -0
- tools/migrate/migrate.py +610 -0
- tools/migrate/tests/__init__.py +0 -0
- tools/migrate/tests/conftest.py +21 -0
- tools/migrate/tests/test_migrate.py +622 -0
- tools/migrate/tests/test_migration_e2e.py +1009 -0
- tools/migrate/tests/test_node_migrations.py +843 -0
- flowfile/web/static/assets/CloudConnectionManager-2dfdce2f.css +0 -86
- flowfile/web/static/assets/CustomNode-74a37f74.css +0 -32
- flowfile/web/static/assets/DatabaseManager-30fa27e5.css +0 -64
- flowfile/web/static/assets/Filter-812dcbca.js +0 -164
- flowfile/web/static/assets/Filter-f62091b3.css +0 -20
- flowfile/web/static/assets/ManualInput-3246a08d.css +0 -96
- flowfile/web/static/assets/PivotValidation-891ddfb0.css +0 -13
- flowfile/web/static/assets/PivotValidation-c46cd420.css +0 -13
- flowfile/web/static/assets/SliderInput-b8fb6a8c.css +0 -4
- flowfile/web/static/assets/UnpivotValidation-0d240eeb.css +0 -13
- flowfile/web/static/assets/outputCsv-9cc59e0b.css +0 -2499
- flowfile/web/static/assets/outputParquet-cf8cf3f2.css +0 -4
- flowfile/web/static/assets/secretApi-538058f3.js +0 -46
- flowfile/web/static/assets/vue-codemirror-bccfde04.css +0 -32
- flowfile-0.4.1.dist-info/RECORD +0 -376
- flowfile_core/flowfile/manage/open_flowfile.py +0 -143
- {flowfile-0.4.1.dist-info → flowfile-0.5.3.dist-info}/licenses/LICENSE +0 -0
- /flowfile_core/flowfile/manage/manage_flowfile.py → /tools/__init__.py +0 -0
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { a as axios } from "./index-246f201c.js";
|
|
2
|
-
const API_BASE_URL = "/secrets/secrets";
|
|
3
|
-
const fetchSecretsApi = async () => {
|
|
4
|
-
try {
|
|
5
|
-
const response = await axios.get(API_BASE_URL);
|
|
6
|
-
return response.data;
|
|
7
|
-
} catch (error) {
|
|
8
|
-
console.error("API Error: Failed to load secrets:", error);
|
|
9
|
-
throw error;
|
|
10
|
-
}
|
|
11
|
-
};
|
|
12
|
-
const addSecretApi = async (secretData) => {
|
|
13
|
-
var _a, _b;
|
|
14
|
-
try {
|
|
15
|
-
await axios.post(API_BASE_URL, secretData);
|
|
16
|
-
} catch (error) {
|
|
17
|
-
console.error("API Error: Failed to add secret:", error);
|
|
18
|
-
const errorMsg = ((_b = (_a = error.response) == null ? void 0 : _a.data) == null ? void 0 : _b.detail) || "Failed to add secret";
|
|
19
|
-
throw new Error(errorMsg);
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
const getSecretValueApi = async (secretName) => {
|
|
23
|
-
try {
|
|
24
|
-
const response = await axios.get(
|
|
25
|
-
`${API_BASE_URL}/${encodeURIComponent(secretName)}`
|
|
26
|
-
);
|
|
27
|
-
return response.data.value;
|
|
28
|
-
} catch (error) {
|
|
29
|
-
console.error("API Error: Failed to get secret value:", error);
|
|
30
|
-
throw error;
|
|
31
|
-
}
|
|
32
|
-
};
|
|
33
|
-
const deleteSecretApi = async (secretName) => {
|
|
34
|
-
try {
|
|
35
|
-
await axios.delete(`${API_BASE_URL}/${encodeURIComponent(secretName)}`);
|
|
36
|
-
} catch (error) {
|
|
37
|
-
console.error("API Error: Failed to delete secret:", error);
|
|
38
|
-
throw error;
|
|
39
|
-
}
|
|
40
|
-
};
|
|
41
|
-
export {
|
|
42
|
-
addSecretApi as a,
|
|
43
|
-
deleteSecretApi as d,
|
|
44
|
-
fetchSecretsApi as f,
|
|
45
|
-
getSecretValueApi as g
|
|
46
|
-
};
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
.popover-container[data-v-e6f071d2] {
|
|
3
|
-
position: relative;
|
|
4
|
-
display: inline-block;
|
|
5
|
-
}
|
|
6
|
-
.popover[data-v-e6f071d2] {
|
|
7
|
-
position: fixed;
|
|
8
|
-
padding: 10px;
|
|
9
|
-
background-color: #fff;
|
|
10
|
-
border: 0.5px solid #ccc;
|
|
11
|
-
border-radius: 4px;
|
|
12
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
|
13
|
-
min-width: var(--64450ce2);
|
|
14
|
-
}
|
|
15
|
-
.popover--left[data-v-e6f071d2] {
|
|
16
|
-
min-width: 200px;
|
|
17
|
-
}
|
|
18
|
-
.popover-reference[data-v-e6f071d2] {
|
|
19
|
-
cursor: pointer;
|
|
20
|
-
}
|
|
21
|
-
.popover h3[data-v-e6f071d2] {
|
|
22
|
-
margin: 0 0 2px;
|
|
23
|
-
font-size: 16px;
|
|
24
|
-
font-family: "Roboto", "Source Sans Pro", Avenir, Helvetica, Arial, sans-serif;
|
|
25
|
-
}
|
|
26
|
-
.popover p[data-v-e6f071d2] {
|
|
27
|
-
margin: 0;
|
|
28
|
-
font-family: "Roboto", "Source Sans Pro", Avenir, Helvetica, Arial, sans-serif;
|
|
29
|
-
}
|
|
30
|
-
.content[data-v-e6f071d2] {
|
|
31
|
-
white-space: pre-wrap;
|
|
32
|
-
}
|
flowfile-0.4.1.dist-info/RECORD
DELETED
|
@@ -1,376 +0,0 @@
|
|
|
1
|
-
build_backends/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
build_backends/main.py,sha256=hLmfqTeHLSTiwwZ5mUuoLQgtO40Igvl1_4NbnvzWSgI,9912
|
|
3
|
-
build_backends/main_prd.py,sha256=JR2tYCMWM5ThooQjv5pw6nwVKMQjgsiHgKMhYn9NXWI,6927
|
|
4
|
-
flowfile/__init__.py,sha256=KkrgC21I53W_Myj2c6vT6hLOHxAqO40EwWkhZ1Qshtk,4156
|
|
5
|
-
flowfile/__main__.py,sha256=cpWeAL9Xw2qHfm52ZCAQzQhjoOAmVFSXPL-8MrnWAxA,2540
|
|
6
|
-
flowfile/api.py,sha256=6fdSBwuIUqkWtcSmgqCUtkUU8Wat6CE0tcHV8euRDkU,18920
|
|
7
|
-
flowfile/web/__init__.py,sha256=InpX02yACH4ZJLVKFbpnJw7rg3k9KwtOKhxLsuHsJEc,5896
|
|
8
|
-
flowfile/web/static/assets/CloudConnectionManager-2dfdce2f.css,sha256=Lf3OL7Vgg7ns0m6C0FiCNY0h4vgKALPrvTTkETjQmdc,1621
|
|
9
|
-
flowfile/web/static/assets/CloudConnectionManager-d3248f8d.js,sha256=saj3AUZ2VFIMySaWSUB2E7iEjkCMFbmvHm4Za92QYls,35768
|
|
10
|
-
flowfile/web/static/assets/CloudStorageReader-29d14fcc.css,sha256=KdFPzPpEdf69gKbDLTPG_bk5QvJKaFXLloUjfzg67-s,3154
|
|
11
|
-
flowfile/web/static/assets/CloudStorageReader-d65bf041.js,sha256=mzcZhtIQVUbDEj4mJbV9DO-pH0X4E7m9dGmNB6ylhrM,18062
|
|
12
|
-
flowfile/web/static/assets/CloudStorageWriter-b0ee067f.css,sha256=sO4Gf91htwISDY7EqIQvh-K1fePILgDosiu2JlRN-64,3145
|
|
13
|
-
flowfile/web/static/assets/CloudStorageWriter-e83be3ed.js,sha256=NFKR5iVlqwy2A6WP_yO9uj2bsxbAayryVP5-h5SGhHs,17651
|
|
14
|
-
flowfile/web/static/assets/ColumnSelector-47996a16.css,sha256=R5lqFmP2Jw_GwRqyp87yZmD0TQvnNkK_W-SvSj2fg8w,174
|
|
15
|
-
flowfile/web/static/assets/ColumnSelector-cce661cf.js,sha256=300sSmt_DY97yxjM57Bs-XF4fE4_Cl-U4D39WlZeoMg,3378
|
|
16
|
-
flowfile/web/static/assets/ContextMenu-11a4652a.js,sha256=Yrhm4JhswRgKtB23B-8xHb4K1AhToTz4YQXgpK7w-C4,1600
|
|
17
|
-
flowfile/web/static/assets/ContextMenu-160afb08.js,sha256=vu8tZu02GkRGjiPHNVE8C6WHWXVys40e5uAOfzbYOqs,1600
|
|
18
|
-
flowfile/web/static/assets/ContextMenu-4c74eef1.css,sha256=THTu8YNIp4F8OMfJLpFoY4a7qUKXRIS95iIwIbNzXsY,549
|
|
19
|
-
flowfile/web/static/assets/ContextMenu-63cfa99b.css,sha256=Y8-pmx-guYKNNsuupyy_YRHeoQjv-rMHlLL4Z4Y68MY,549
|
|
20
|
-
flowfile/web/static/assets/ContextMenu-c13f91d0.css,sha256=wT-R0DQ8xmEMLSf_0M4C9sOxd8e0wNMc8J6qnemIbUc,549
|
|
21
|
-
flowfile/web/static/assets/ContextMenu-cf18d2cc.js,sha256=j397E3grzFsb-iDL3dj_NsiXUESN2C5bgkXFh0L1Bnc,1600
|
|
22
|
-
flowfile/web/static/assets/CrossJoin-1119d18e.css,sha256=ERnRjpwxNoncdK6PSm3_Its-bzYIxYP0CHL8XTJtAug,2838
|
|
23
|
-
flowfile/web/static/assets/CrossJoin-d395d38c.js,sha256=xw5Z-3FUBNAf_E_3KWa_2bgzj13Q3ZgOATaq3y3L0z0,3724
|
|
24
|
-
flowfile/web/static/assets/CustomNode-74a37f74.css,sha256=dKN_dH9xxAwKXxvja22WdN_AntTf15AEqfaqjTYQkok,820
|
|
25
|
-
flowfile/web/static/assets/CustomNode-b812dc0b.js,sha256=o1A5Z-9mp-snWN0a899rABeibf1WaYpIY9e5w_nx9-U,11044
|
|
26
|
-
flowfile/web/static/assets/DatabaseConnectionSettings-0c04b2e5.css,sha256=DASy5awRYSMypTwMX6ksZtrVQhtp1ViT0Jowclr_uLA,1975
|
|
27
|
-
flowfile/web/static/assets/DatabaseConnectionSettings-7000bf2c.js,sha256=0JhTIQn4kB_CWpADkW_1bT8KqMRWUElraXma-EiLmRo,6569
|
|
28
|
-
flowfile/web/static/assets/DatabaseManager-30fa27e5.css,sha256=MPon5eN71wE49i0Ecfy9LQoGX75ArlRNOGWVb28xGlI,1242
|
|
29
|
-
flowfile/web/static/assets/DatabaseManager-9662ec5b.js,sha256=FbUnV3zgD2HcGmtwDIeHKX_-bLBrkKaWjofNGSyALcU,21191
|
|
30
|
-
flowfile/web/static/assets/DatabaseReader-4f035d0c.js,sha256=hoOlEGehVPn8At4wEJH_TreOtPCHDRAFct7QNCXmTb4,15282
|
|
31
|
-
flowfile/web/static/assets/DatabaseReader-ae61773c.css,sha256=rmF3PPv0lP-irp3FDzQNLdZLuys8cDS36wBCjmmrsHg,3209
|
|
32
|
-
flowfile/web/static/assets/DatabaseWriter-2f570e53.css,sha256=L1cOU0rF-auXKMDQEYPI8F1SCgfjW64rTSEFSNfanlw,2453
|
|
33
|
-
flowfile/web/static/assets/DatabaseWriter-f65dcd54.js,sha256=-cDXgD0zS17Y67P8yrtv5a9LHDXGDTTZjaylr_PMJ6o,11981
|
|
34
|
-
flowfile/web/static/assets/ExploreData-2d0cf4db.css,sha256=LQz02x0B596qYe3I2dUl4eugHgpHjYlmOjN5M-WBK9w,1017
|
|
35
|
-
flowfile/web/static/assets/ExploreData-94c43dfc.js,sha256=oMSO9pDzplF2K1kuI_bK-MXKY0jpTIeNog7tSmBey-8,7923
|
|
36
|
-
flowfile/web/static/assets/ExternalSource-ac04b3cc.js,sha256=slYnEg7I-fqxpuqXqTJ2jeY8uTGyo3i89aU2VBzzGjI,5875
|
|
37
|
-
flowfile/web/static/assets/ExternalSource-e37b6275.css,sha256=43tidVv7Ch_x09-4F3WHgzkLNuQfT_xFBh7zi75Fft8,2316
|
|
38
|
-
flowfile/web/static/assets/Filter-812dcbca.js,sha256=JZfOBgAQTwQgrhKaIwCCUZPqbJ01wOnAddJX4lCoMTA,8264
|
|
39
|
-
flowfile/web/static/assets/Filter-f62091b3.css,sha256=9iCRs2ONjfn8OEV3Bzl8mipCya5sVem29v6wLuD4SiA,781
|
|
40
|
-
flowfile/web/static/assets/Formula-71472193.js,sha256=28-I4kL00wt22l8V15iKenr6NhVA8_RPOUHXU3v4KXk,7643
|
|
41
|
-
flowfile/web/static/assets/Formula-bb96803d.css,sha256=u5aAPSLjDA9NOowOVMWnE68Ayo1zXUXtpuRVIkOZbuk,671
|
|
42
|
-
flowfile/web/static/assets/FuzzyMatch-1010f966.css,sha256=EBD5ZvrEGn6HbncXZ6VDGPwgjqZ8GLmrzH5YJtLiI4g,5448
|
|
43
|
-
flowfile/web/static/assets/FuzzyMatch-b317f631.js,sha256=PeZt5tgJdldIXaFEmNkBBklmrnh3CWiQILRPFIWsdBE,17864
|
|
44
|
-
flowfile/web/static/assets/GraphSolver-754a234f.js,sha256=6T9lUdCLMzu01PJh1QJaSPT5pY03sIClg_oOS4RHDlk,10516
|
|
45
|
-
flowfile/web/static/assets/GraphSolver-f0cb7bfb.css,sha256=8Mt7-_P6ms4R97Od3ENwblrHL5EuQgxeFsp03WEcnFs,444
|
|
46
|
-
flowfile/web/static/assets/GroupBy-6c6f9802.js,sha256=i0xRB9T0wbWYbG8adWyn643duYAYTT0zoico-iV0ous,15401
|
|
47
|
-
flowfile/web/static/assets/GroupBy-b9505323.css,sha256=uVBTI2Jx86IbuNMftVcl2VR14NkyZO-l7QkufuckRdA,1272
|
|
48
|
-
flowfile/web/static/assets/Join-a1b800be.js,sha256=3wPvMyi8Abw99TgQiQP5D0keMkfmmN6rNcQfbBCJX-o,9529
|
|
49
|
-
flowfile/web/static/assets/Join-fd79b451.css,sha256=_Xm0UesSuGmGBnf8qpTx1TZQF7x8AOzgxcANvURlbxI,2351
|
|
50
|
-
flowfile/web/static/assets/ManualInput-3246a08d.css,sha256=MkagjV0_tcIjQejNSmJjEdXyhurFiVgbJRbqzU1BkNI,2045
|
|
51
|
-
flowfile/web/static/assets/ManualInput-a9640276.js,sha256=bcpVVavU2zWMfhL4x_odEwX1MYHPp8a7elbmAxAkVDU,16230
|
|
52
|
-
flowfile/web/static/assets/MultiSelect-97213888.js,sha256=0OulgLsw29YV8Xg9w5rdxRcOdsh38Cj3AKaDoKkqBwE,161
|
|
53
|
-
flowfile/web/static/assets/MultiSelect.vue_vue_type_script_setup_true_lang-6ffe088a.js,sha256=TJrJWZ23B72eImPU6z2sdPA3376Ta8ssgM3S-hOJzvU,2340
|
|
54
|
-
flowfile/web/static/assets/NumericInput-e638088a.js,sha256=QtoDq7kTMjDg-KCQAK0Y4mzxANH7vkdvI-ogLs7Sr5Q,162
|
|
55
|
-
flowfile/web/static/assets/NumericInput.vue_vue_type_script_setup_true_lang-90eb2cba.js,sha256=zCXxVZPTO_-qyl4jtXBeweddIatpJTzsZKgOuZA7EmA,1366
|
|
56
|
-
flowfile/web/static/assets/Output-76750610.js,sha256=BHtPQXmOPYYFNBX-VLw6Y8lgM23zmd7DkdEGucnohHw,13052
|
|
57
|
-
flowfile/web/static/assets/Output-ddc9079f.css,sha256=3ckHn19f1bsuP2r5AEu6jZ8GSzlzGDFPVLFrSsT5l3Y,775
|
|
58
|
-
flowfile/web/static/assets/Pivot-7814803f.js,sha256=6ST2fuWwpIyIaylCEdSIbGF1yAfEz6VTMX3Ljx4ucA0,12489
|
|
59
|
-
flowfile/web/static/assets/Pivot-cf333e3d.css,sha256=zzM-PSETv_1yuCKZzSHUe8N3N1r6S2Uzht0q9ux4soQ,444
|
|
60
|
-
flowfile/web/static/assets/PivotValidation-76dd431a.js,sha256=lGLcjrNIQvsu8HdPzoyo2FiY8LOfB9s-Bvwlg2GBPp4,2387
|
|
61
|
-
flowfile/web/static/assets/PivotValidation-891ddfb0.css,sha256=iR3fsPW7nAdnQ2dhPgigNd64ifh8q4gzqapk-5p5OKU,234
|
|
62
|
-
flowfile/web/static/assets/PivotValidation-c46cd420.css,sha256=xGzUIBKfNJ3cWjBfAZQn4NwULmXGP6ddboSdLnB3xXI,234
|
|
63
|
-
flowfile/web/static/assets/PivotValidation-f92137d2.js,sha256=GVJRnbPbrlzCOjI7DyKPh0tUwm1HVG63XjldJOgDbzI,2387
|
|
64
|
-
flowfile/web/static/assets/PolarsCode-650322d1.css,sha256=ZQMi0XF5KAv0-3WUVI-51K63gTMJifbhWC8kYtPkBbs,555
|
|
65
|
-
flowfile/web/static/assets/PolarsCode-889c3008.js,sha256=xfoi9vPaQ0MlXYHQngmBS5ypuAPOSZ84rvcc_kFbm9k,9017
|
|
66
|
-
flowfile/web/static/assets/Read-637b72a7.js,sha256=eFs6JzuUSRyXmrEnKpHbk6PBmNIIUAHHWqJlnpl2LiY,9403
|
|
67
|
-
flowfile/web/static/assets/Read-6b17491f.css,sha256=axdJH6ua3kDpdHAgaReBuRo0zzRbtrd-L2VJQyiDzZE,1346
|
|
68
|
-
flowfile/web/static/assets/RecordCount-2b050c41.js,sha256=zWD-r93ypY-OTU-bg5yTwmcAEyeH7jRhUzj1wzfCAbw,2132
|
|
69
|
-
flowfile/web/static/assets/RecordId-81df7784.js,sha256=VD2QsfiCzfs_6AivlsdSnXysOYB5oXcW_kXf61T5sRE,12214
|
|
70
|
-
flowfile/web/static/assets/SQLQueryComponent-36cef432.css,sha256=Ns70MkMNmpE3pBT9n0NLwYEMZHxRK_yRwpvWFiaBxX0,532
|
|
71
|
-
flowfile/web/static/assets/SQLQueryComponent-88dcfe53.js,sha256=NRe6lFyA0X2svQ41Orq5vlCMnA5SGVbeYvYIipBIR6Y,1370
|
|
72
|
-
flowfile/web/static/assets/Sample-258ad2a9.js,sha256=id-y3GtL5RTxuxr5CJ7nXtbGu0xZP3LzN2GyLD3g4ck,4498
|
|
73
|
-
flowfile/web/static/assets/SecretManager-2a2cb7e2.js,sha256=uq4BrVISHa1LwnKZAeCEoCkpLTGgiT-eGh1m8TfTK4c,16198
|
|
74
|
-
flowfile/web/static/assets/Select-850215fd.js,sha256=Dafp6me4IjMpcu_R52eRP0rKeF0mXnHcYh8XcTDyZVU,6255
|
|
75
|
-
flowfile/web/static/assets/SettingsSection-0e8d9123.js,sha256=F9mZzBmscjhLeWrFFa_OmZwDeHR50tfWGQ1GXhM_S6Q,2059
|
|
76
|
-
flowfile/web/static/assets/SettingsSection-29b4fa6b.js,sha256=-46-Xh6GVPlzeyV3KciPmc3l2K59-rD2DnGV0uhCF_4,1765
|
|
77
|
-
flowfile/web/static/assets/SettingsSection-2e4d03c4.css,sha256=Lk0DxFYkTSbmHVAmzoaEMjoE7oXSUxmxMCeqj3-DL3Q,439
|
|
78
|
-
flowfile/web/static/assets/SettingsSection-55bae608.js,sha256=C0hZFnynHraht648YBQ4hmFodSGjSdqliLpIg9bQL7Y,2219
|
|
79
|
-
flowfile/web/static/assets/SettingsSection-5c696bee.css,sha256=XGlr7j6kqg5sYWvJJDCM-LB17JR2ft9dryWM3ZKWdtE,420
|
|
80
|
-
flowfile/web/static/assets/SettingsSection-71e6b7e3.css,sha256=cea34whLeyafPE2ARSrCYymcKRqBHHMLDyqueyTvppU,439
|
|
81
|
-
flowfile/web/static/assets/SingleSelect-bebd408b.js,sha256=YHwZq9kldTvMW3sH3O0VbKEhNlr0G--IGFrHFeYvBxw,162
|
|
82
|
-
flowfile/web/static/assets/SingleSelect.vue_vue_type_script_setup_true_lang-6093741c.js,sha256=OkA0F7OnI93ZFggt50Op5qxEdlAyrC_zYRxd6NcTsEA,2322
|
|
83
|
-
flowfile/web/static/assets/SliderInput-6a05ab61.js,sha256=VmcJCVPr4pN-Pfoct3mo1ZQkao99bhoThJWlQR2B5eY,1618
|
|
84
|
-
flowfile/web/static/assets/SliderInput-b8fb6a8c.css,sha256=uPtqjIbs3GvdoUkr8e8pdYDjxAs-yvHChllI7OdDy44,57
|
|
85
|
-
flowfile/web/static/assets/Sort-10ab48ed.js,sha256=_Gn8bedMOw2mu8POKbpIm8kmOOvUNInljXlzbhWQSjk,10985
|
|
86
|
-
flowfile/web/static/assets/Sort-3643d625.css,sha256=NkPWJbYxPqoYrLxPjhYKKdrwqULuL8gxrWS6v0bxdHA,1272
|
|
87
|
-
flowfile/web/static/assets/TextInput-df9d6259.js,sha256=MnNoy_sxUKpZdaJySmC6x2hfFr5p2V_MbkIB51vDQHI,159
|
|
88
|
-
flowfile/web/static/assets/TextInput.vue_vue_type_script_setup_true_lang-000e1178.js,sha256=Ad8bQ3nZknCX6Cdr9nsPsi9EPkNbw3-zbxb11sPDuEE,1192
|
|
89
|
-
flowfile/web/static/assets/TextToRows-5d2c1190.css,sha256=XSwRkOqq6smWhO3Si4oKr3tLRGoSyyIHpkQGt_DJyYc,839
|
|
90
|
-
flowfile/web/static/assets/TextToRows-6c2d93d8.js,sha256=qAD1XsfwoQ2GQ0PxPNXfFDkAY4trWXkRNiGA0mZ1Np4,11655
|
|
91
|
-
flowfile/web/static/assets/ToggleSwitch-0ff7ac52.js,sha256=FdKv82Avzo49_X7qN8pFvbWm6wKRXCWMJUuX5mHDsOQ,162
|
|
92
|
-
flowfile/web/static/assets/ToggleSwitch.vue_vue_type_script_setup_true_lang-c6dc3029.js,sha256=iWk0_2pGBDpq7Rm1Tj3PG7TUVhsHc479CLGdxv_0Jvw,1119
|
|
93
|
-
flowfile/web/static/assets/UnavailableFields-1bab97cb.js,sha256=auShMw3XpvIjGZ_eDeBJhOT9vIp50hY3ODjwbnKptvQ,1245
|
|
94
|
-
flowfile/web/static/assets/UnavailableFields-5edd5322.css,sha256=Xt1TInpopOWG_eHq77x7tpg9HJ4UEds_OcnuyPsruNc,1146
|
|
95
|
-
flowfile/web/static/assets/Union-af6c3d9b.css,sha256=r2w9mxqxx29_IApsK6tqDUT31_hgnDbFOoBE28koXF4,605
|
|
96
|
-
flowfile/web/static/assets/Union-b563478a.js,sha256=_k76iEiGgSi71FDT5K26QW1lVlcWU9-zfZgi92R3gSg,2872
|
|
97
|
-
flowfile/web/static/assets/Unique-f90db5db.js,sha256=bMhOk-hgnyhNNeOCdUa1rqvJn4EzHtnpSoeDikr_j0w,7955
|
|
98
|
-
flowfile/web/static/assets/Unique-f9fb0809.css,sha256=-fsICbC59aGkxpM9AG_PCB0_1Ww3JsewMMD-JypzyGw,1272
|
|
99
|
-
flowfile/web/static/assets/Unpivot-1e422df3.css,sha256=HkIt83XKUogH9mh7LScGcdNkAjgLbrIhlKCh2vOFhuY,605
|
|
100
|
-
flowfile/web/static/assets/Unpivot-bcb0025f.js,sha256=QtD4HuiHvXIAruuf5ptZDIWagFA-4ewI2lqnxGFBLLs,13098
|
|
101
|
-
flowfile/web/static/assets/UnpivotValidation-0d240eeb.css,sha256=DSQO6__5jcRt1IdrvCQM8ejGC97bO-tz71LNmXAND9k,234
|
|
102
|
-
flowfile/web/static/assets/UnpivotValidation-c4e73b04.js,sha256=ZOWxMP42PDvSnVUp9PthDj69izrjpNLxuSxRZ88hKvY,1879
|
|
103
|
-
flowfile/web/static/assets/VueGraphicWalker-bb8535e2.js,sha256=RpyRigX3Q4l0MDJNfBxtvcBaxw4Dffm1y5YaxtMyD4c,5582750
|
|
104
|
-
flowfile/web/static/assets/VueGraphicWalker-ed5ab88b.css,sha256=7Vq4i4tPxR1Q0ufy2OSgc22fRx1FhxYUmi1u875tB_M,78
|
|
105
|
-
flowfile/web/static/assets/airbyte-292aa232.png,sha256=KSqiMiLlZ9SSDOuaN7TXiVatwlEHiWT1Z1FdcV9-7wE,10456
|
|
106
|
-
flowfile/web/static/assets/api-2d6adc4f.js,sha256=nFfbNtXZagjjiPulGBkw7BO4UgFFSVCjojZIuY6yVTg,3111
|
|
107
|
-
flowfile/web/static/assets/api-4c8e3822.js,sha256=OZUivmaBxxl1ZqqrzEI4c_cnwwt7ecO-QaOlhnqY4SI,2174
|
|
108
|
-
flowfile/web/static/assets/cloud_storage_reader-aa1415d6.png,sha256=qhQV1j6sLj5Y8mYbonyvmawB7yRMxpYUJZvqRMn2ZFA,6085
|
|
109
|
-
flowfile/web/static/assets/cross_join-d30c0290.png,sha256=0wwCkKGjCkcIJhCO1ZTy8ZKezANsYPaeYWf9w_LBKSQ,19192
|
|
110
|
-
flowfile/web/static/assets/database_reader-ce1e55f3.svg,sha256=zh5V87BPAEOyMKkOQz0LSU_hsgrgodKeEKgsZrTs-Uk,1419
|
|
111
|
-
flowfile/web/static/assets/database_writer-b4ad0753.svg,sha256=tK0HU1fxo8ksAySP8hud8S0txXfVg6iqqta5v4ltF-k,1259
|
|
112
|
-
flowfile/web/static/assets/designer-e3c150ec.css,sha256=48FQ7PHmGXRyADKu-SjibkLaVGRGdmQk-j9zWyZoxQI,332231
|
|
113
|
-
flowfile/web/static/assets/designer-f3656d8c.js,sha256=j3oRAVhDsRRtsZqMfpmYKge5GKfnB5XetF3fMUEtZbk,2676872
|
|
114
|
-
flowfile/web/static/assets/documentation-12216a74.css,sha256=EiFqdFDNczJt_IeP7KJyv7MGCvYRiSuSaUcSs6MHWpE,1200
|
|
115
|
-
flowfile/web/static/assets/documentation-52b241e7.js,sha256=r35Li55UVIrgIINZjbT8jhw9Kd-0dq8rDB1LYbXvJsg,1198
|
|
116
|
-
flowfile/web/static/assets/dropDown-1bca8a74.js,sha256=70YC_w1Yg9jSx8cDNuKnhPuJivZpUCdsVo3oULlGOe8,11474
|
|
117
|
-
flowfile/web/static/assets/dropDown-35135ba8.css,sha256=NRNbqLG5Ckh7uE1m5Z038kTCFnYcFUCD4iTUU1i6VPU,3176
|
|
118
|
-
flowfile/web/static/assets/element-icons-9c88a535.woff,sha256=nIilNdx2T_GKI3IC0Z-dYpdmN8jnoyTPaeK6LUBm9us,24820
|
|
119
|
-
flowfile/web/static/assets/element-icons-de5eb258.ttf,sha256=3l6yWG-kOvjHWaPTe87HTczNsjLCGPpSA_P5FpV3Y-U,50372
|
|
120
|
-
flowfile/web/static/assets/explore_data-8a0a2861.png,sha256=igooYexoyuVyai_ukUYC7QlaR9JRWFQY_6ey8W01vDw,14720
|
|
121
|
-
flowfile/web/static/assets/fa-brands-400-808443ae.ttf,sha256=gIRDrmyCBDla3YVD2oqQpguTdvsPh-2OjqN9EJWW2AU,210792
|
|
122
|
-
flowfile/web/static/assets/fa-brands-400-d7236a19.woff2,sha256=1yNqGb8jy7ICcoDo9R3JnWxFl2ou1g3nM4KwNLGKK2g,118684
|
|
123
|
-
flowfile/web/static/assets/fa-regular-400-54cf6086.ttf,sha256=VM9ghve7IfnQcq1JShm0aB-lFt0KFM7lLaAdNlGpE6M,68064
|
|
124
|
-
flowfile/web/static/assets/fa-regular-400-e3456d12.woff2,sha256=40VtEoO511M3p3Pf0Ue_kI_QLAG0v0hXbYYDppsTy-U,25472
|
|
125
|
-
flowfile/web/static/assets/fa-solid-900-aa759986.woff2,sha256=qnWZhiOjkeYcaQF5Ss6DLj7N0oi1bWCPIb6gQRrMC44,158220
|
|
126
|
-
flowfile/web/static/assets/fa-solid-900-d2f05935.ttf,sha256=0vBZNUCw4zum3iVaVPJy1GbjEUSAaVa-qM_b9-3_yb0,426112
|
|
127
|
-
flowfile/web/static/assets/fa-v4compatibility-0ce9033c.woff2,sha256=DOkDPGnccU9fRe-b8X1V5MRrzfrWeZpOkrOOd4G_hr0,4796
|
|
128
|
-
flowfile/web/static/assets/fa-v4compatibility-30f6abf6.ttf,sha256=MPar9rqkJYJYKHk9bfrR-2N2XQ5auqevb-r7m_zs5aA,10836
|
|
129
|
-
flowfile/web/static/assets/filter-d7708bda.png,sha256=13CL2k0PIl1uYYMMhH86rwJrov4XRgR6sfV4ZRhnK3I,15838
|
|
130
|
-
flowfile/web/static/assets/formula-eeeb1611.png,sha256=7usWEStTOxFA0T8k7FXGXg5RluCJDLsqUcp048xjD2M,19295
|
|
131
|
-
flowfile/web/static/assets/fullEditor-178376bb.css,sha256=F4N2uyLmmmAoyKAfgHvBZ23H-kH-tbtnJ1JLVwfFz50,5965
|
|
132
|
-
flowfile/web/static/assets/fullEditor-2985687e.js,sha256=Dim7ggl7WMGKZEKUzhvAch8IChED44GAkiG_cSOJTMw,24415
|
|
133
|
-
flowfile/web/static/assets/fuzzy_match-40c161b2.png,sha256=QMFhsk1rZn6x2Z7aMwVoMVIehdgkmhFrrck9Gks3-_g,13865
|
|
134
|
-
flowfile/web/static/assets/genericNodeSettings-0476ba4e.js,sha256=s-moccQMJ7T4pXlIc7YkU8rgUecPFDjXsDduRSSc8pY,6251
|
|
135
|
-
flowfile/web/static/assets/genericNodeSettings-924759c7.css,sha256=kkdZx4gQRslPM--BetVKpsQdTi8Ezdc8YFclLORTYtg,1017
|
|
136
|
-
flowfile/web/static/assets/graph_solver-8b7888b8.png,sha256=i3iIuPx5-fvXVwP9Dk1-bp6paSN61bVork9bGpPuVpE,11180
|
|
137
|
-
flowfile/web/static/assets/group_by-80561fc3.png,sha256=gFYfw_ipVhzG6YLKSjl32XoIHPJYMZW5LBK8T9HQoNo,16156
|
|
138
|
-
flowfile/web/static/assets/index-246f201c.js,sha256=QQVq2nepfv5SQyX04vZ8udvt2Vj7t-V2mfk2ZdTVLac,1923876
|
|
139
|
-
flowfile/web/static/assets/index-50508d4d.css,sha256=UFCNTQbeDavWMXXDxRFh5PUZl0mcRK-AZIdfxxb3Zos,416276
|
|
140
|
-
flowfile/web/static/assets/input_data-ab2eb678.png,sha256=qy62eFHc5m7_aGxUScHGy7kavT7x7Wz0p7-WhD3L684,13172
|
|
141
|
-
flowfile/web/static/assets/join-349043ae.png,sha256=NJBDrnJbVOiE9nDYFxoQoepGE2JUvPwA7CfGH4XfnRQ,9603
|
|
142
|
-
flowfile/web/static/assets/manual_input-ae98f31d.png,sha256=rpjzHerLp1wecn-hsKEcYMJWRDRB8S15i4_SmBBIexg,13587
|
|
143
|
-
flowfile/web/static/assets/old_join-5d0eb604.png,sha256=XQ62BOHlpgVIHVxSf589g8vzQ-vo_XUt4uMNKcOSlsU,9325
|
|
144
|
-
flowfile/web/static/assets/output-06ec0371.png,sha256=BuwDcRqgJU9Vnf0Zr1-Fzg_DshEIucmsIqPw0FhIwPg,12055
|
|
145
|
-
flowfile/web/static/assets/outputCsv-9cc59e0b.css,sha256=nMWeC_VxTB4UpcgYG-c8P9LHFD8Mm3wtLWzu4yNkmOw,348549
|
|
146
|
-
flowfile/web/static/assets/outputCsv-d686eeaf.js,sha256=meH-KVQryyLR6sBLt8sAvR3sNnca_yp5lWeVxrEZxiA,3459
|
|
147
|
-
flowfile/web/static/assets/outputExcel-8809ea2f.js,sha256=ZQKfDM9NaUAFda7_nEm-pHCxJTcRh0xLUffEKBI5Pb8,2090
|
|
148
|
-
flowfile/web/static/assets/outputExcel-b41305c0.css,sha256=tBMFwP6lTOrbL9XaX1tupHJ94-2bdl2g0h8Ro6qBtyg,2686
|
|
149
|
-
flowfile/web/static/assets/outputParquet-53ba645a.js,sha256=F1yOzbJdQ_E0PCDRtnEcsO7HSm1Rv77ZZl1tKHOopV8,978
|
|
150
|
-
flowfile/web/static/assets/outputParquet-cf8cf3f2.css,sha256=z4zz8qNtx557r6dlgSlp9rOIhA_Jw4GJEJ-i7QCW1bU,88
|
|
151
|
-
flowfile/web/static/assets/pivot-9660df51.png,sha256=lmDfUQowkZ6z6k12CZnQOAh6L2f73X4NTX8Y9YafVu0,15554
|
|
152
|
-
flowfile/web/static/assets/polars_code-05ce5dc6.png,sha256=Bc5dxp286-RZ2VayediJOz7gkjSCNLFO3wjWdWyD-HU,6239
|
|
153
|
-
flowfile/web/static/assets/readCsv-053bf97b.js,sha256=WBU0GP7WEWOJhbgLUsh1Mg2yoLQY4flf3kbHfnU1rV0,7831
|
|
154
|
-
flowfile/web/static/assets/readCsv-bca3ed53.css,sha256=vKPtUwsAcFowoR1L_QJDpBPZ0_gUyyv1iz1IuGj9_Jw,1075
|
|
155
|
-
flowfile/web/static/assets/readExcel-ad531eab.js,sha256=t7iCeAYdWRSZ8Mya8V0Tb_-wYtwGQD-ULwF3SpyNjuM,9126
|
|
156
|
-
flowfile/web/static/assets/readExcel-e1b381ea.css,sha256=4bOB6ptfh_HYZETvvEjWMV3TD0JHLG8qszuyMPoDINQ,1158
|
|
157
|
-
flowfile/web/static/assets/readParquet-58e899a1.js,sha256=aVb1dBZqo7JOo4ykiIrW732eEA1mKrw8qCnfqDAzonA,1000
|
|
158
|
-
flowfile/web/static/assets/readParquet-cee068e2.css,sha256=zuBo4kXUC-wXoccpEtDkqgINCxz8WFwnEDEUjJw09zY,396
|
|
159
|
-
flowfile/web/static/assets/record_count-dab44eb5.png,sha256=2rROtfInJu6NVYw0N4NmalWPkaErI2DyrteHdBRIJdU,7682
|
|
160
|
-
flowfile/web/static/assets/record_id-0b15856b.png,sha256=CxWFa702605nnK46FqOafmp_AwTuVkkSJAQgnKh1jBs,16066
|
|
161
|
-
flowfile/web/static/assets/sample-693a88b5.png,sha256=aTqItY0lcq5Vw58v-6ZU6DI4277L_ZWS47yQNOfDXEA,9222
|
|
162
|
-
flowfile/web/static/assets/secretApi-538058f3.js,sha256=h5KsKhe12aJpRW05aGp86VZ9Lqn1yr9bw4ryBWmyQ-8,1346
|
|
163
|
-
flowfile/web/static/assets/select-b0d0437a.png,sha256=sNBDesTxseBqQUetu6Rbijky24UI0FLmoS33ldvr_hM,14339
|
|
164
|
-
flowfile/web/static/assets/selectDynamic-aa913ff4.css,sha256=qpE_9APR5nJtSFRJXBs_-8wO2abbiyeQpNWCiR29wdo,2301
|
|
165
|
-
flowfile/web/static/assets/selectDynamic-b38de2ba.js,sha256=gZfbTyRYww5_SJz2MH6-ZeQKJdHcHzbuBEU1NbZ7o7s,15329
|
|
166
|
-
flowfile/web/static/assets/sort-2aa579f0.png,sha256=KqV58FQ9BhINj95x87vnV50_VcYVCrdHWbORrDYiY2M,11528
|
|
167
|
-
flowfile/web/static/assets/summarize-2a099231.png,sha256=KgmSMVKXng6xq0cNQ8YJEXdThQhhmHaiKs_31ybbr8g,11762
|
|
168
|
-
flowfile/web/static/assets/text_to_rows-859b29ea.png,sha256=hZsp6vqUV9EbmfOpnz1Os_daX1_4HQqwjVJdHtUes6c,13876
|
|
169
|
-
flowfile/web/static/assets/union-2d8609f4.png,sha256=LYYJ9EtnGnouHCaKBAxVwB3UGAiIeK2GqJHjKs4eN9M,10739
|
|
170
|
-
flowfile/web/static/assets/unique-1958b98a.png,sha256=GVi5is2VQF1Zc5H9lh0o92eVF8AeyVAgWCJHlUPP3Bo,20864
|
|
171
|
-
flowfile/web/static/assets/unpivot-d3cb4b5b.png,sha256=08tLWwGQ51ZYu_ZmS5iz7jtE27lxEW-FluhqSgG44_A,18488
|
|
172
|
-
flowfile/web/static/assets/user-defined-icon-0ae16c90.png,sha256=CuFskN7mJnsE7vdqd9mzxjg_IKrSn4vAz4MjqOV996A,8200
|
|
173
|
-
flowfile/web/static/assets/view-7a0f0be1.png,sha256=eg8L4bC8yRlmh7nWrOQqQtXMQAWeorb6v8BWsv12spY,8353
|
|
174
|
-
flowfile/web/static/assets/vue-codemirror-bccfde04.css,sha256=vM_eBMuqLyBd_Y5bLjLKifKtvrpD8l5r5ZNjnjZUZBo,756
|
|
175
|
-
flowfile/web/static/assets/vue-codemirror.esm-db9b8936.js,sha256=vpVCOJVfbuX6RMcjWQIH-Q5_orSKODiqFJyP9K8eY18,802950
|
|
176
|
-
flowfile/web/static/assets/vue-content-loader.es-b5f3ac30.js,sha256=9MwC121PvaJMsqZGTpBLRfC3E2b_YQJe_siIgF7AN08,5545
|
|
177
|
-
flowfile/web/static/favicon.ico,sha256=h3sdj7Htz3s3Pib0j3gF3g7VqRUBTLP9qIudaBdkKJQ,3134
|
|
178
|
-
flowfile/web/static/flowfile.svg,sha256=hOLvhgtIBAuDAFwTCw3yUYO4xHMA9Jk_HpiBjk8t_dA,314188
|
|
179
|
-
flowfile/web/static/icons/flowfile.png,sha256=0uV0ELU3Vw4DfggPs8CHR1N2WdXutRbONUsdzJ_nxGA,240862
|
|
180
|
-
flowfile/web/static/images/airbyte.png,sha256=_KUGN4TrpkZBFXxdE-I8BiXKo-lx56mVYtAuFIMqg7w,24537
|
|
181
|
-
flowfile/web/static/images/flowfile.svg,sha256=hOLvhgtIBAuDAFwTCw3yUYO4xHMA9Jk_HpiBjk8t_dA,314188
|
|
182
|
-
flowfile/web/static/images/google.svg,sha256=HWvs3MThQhVAoqPMUfno4tl670VD0CYy0OqgtgROIVo,1054
|
|
183
|
-
flowfile/web/static/images/sheets.png,sha256=wpWE7P1eSIZ85ZtE4DuKZXoJwXL3gamodjyTt4dozDA,6260
|
|
184
|
-
flowfile/web/static/index.html,sha256=GgnsAS1GLHfB1MeSRBprsfHgyfzp81_AoznDadvw6Uw,739
|
|
185
|
-
flowfile/web/static/vite.svg,sha256=SnSK_UQ5GLsWWRyDTEAdrjPoeGGrXbrQgRw6O0qSFPs,1497
|
|
186
|
-
flowfile/web/static/vue.svg,sha256=VTLbNPHFKEGIG6uK7KbD6NCSvSGmiaZfTY-M-AQe750,496
|
|
187
|
-
flowfile_core/__init__.py,sha256=I6E9A0JpzX7tpuYfPPJ0xzACLTq2vS5P2I0B5_TkYRI,334
|
|
188
|
-
flowfile_core/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
189
|
-
flowfile_core/auth/jwt.py,sha256=6PJ1K5P48kOdvOldHRHqmTcmT5jqhPM94AcZLeqNMSI,6290
|
|
190
|
-
flowfile_core/auth/models.py,sha256=ilQqy7ief1mwAP9xiNWbftCR9yyccECMa0Qsnnwax_g,648
|
|
191
|
-
flowfile_core/auth/secrets.py,sha256=5TixLt9I64pR0OT4AoqgIzAmjCQNoGF4YPGuRhCWBH0,5840
|
|
192
|
-
flowfile_core/configs/__init__.py,sha256=W72OpTyVRF1kJyLPQFXT9tB6FoX-Bzvi5rTUusERfKI,1318
|
|
193
|
-
flowfile_core/configs/flow_logger.py,sha256=goP2VohHNIzO0rf2NXEWKCqByMfrruGHEBnXsWI48FM,15615
|
|
194
|
-
flowfile_core/configs/node_store/__init__.py,sha256=9153Pwk13RfBLXyHnjUIXkFijddCKdKVeyWtaqw8ul0,1059
|
|
195
|
-
flowfile_core/configs/node_store/nodes.py,sha256=KM9koC0aQKTvRbKF0sLL0HT2BUMe9MfDAdxKrSTIY9I,12006
|
|
196
|
-
flowfile_core/configs/node_store/user_defined_node_registry.py,sha256=LMjGWGHnXHSQFJykIKNky_MMoFqitwes4LjS4LIG7rI,7504
|
|
197
|
-
flowfile_core/configs/settings.py,sha256=rdUEsFpLhO6IONP-5Q9d3hJP7Q5--pvjDvHIqI96bxI,3488
|
|
198
|
-
flowfile_core/configs/utils.py,sha256=DBLpZfvgzTQmF3c8ABediMBcORIdEtcyy2L8eIZa4vM,601
|
|
199
|
-
flowfile_core/database/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
200
|
-
flowfile_core/database/connection.py,sha256=fUK_uNin8lMH9UqhAYCMw3nghGqYA9YbavlhmoGGico,2328
|
|
201
|
-
flowfile_core/database/init_db.py,sha256=9j4osTUrjsX3Y4z8hRVFDTCNzQxXqxZqXG2rwb6Mz5I,1235
|
|
202
|
-
flowfile_core/database/models.py,sha256=7PlhE9Xe5dMvI5mqAlPWGS-LAZbFWq111EfCCXRT-ec,3440
|
|
203
|
-
flowfile_core/fileExplorer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
204
|
-
flowfile_core/fileExplorer/funcs.py,sha256=ikE-5QlTbCLOuiHWAPyYn_xkilQ6Tq9d0txNbvTCFYw,14212
|
|
205
|
-
flowfile_core/fileExplorer/utils.py,sha256=RrXj1NdkB2K3v5khvXpEp-_OnN68k9Ex_9s7CDa3L5w,1703
|
|
206
|
-
flowfile_core/flowfile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
207
|
-
flowfile_core/flowfile/_extensions/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
208
|
-
flowfile_core/flowfile/_extensions/real_time_interface.py,sha256=F9wGAFmu4gmC-svfwasDEaVYZBinBqYUZmCrEsWos44,1906
|
|
209
|
-
flowfile_core/flowfile/analytics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
210
|
-
flowfile_core/flowfile/analytics/analytics_processor.py,sha256=uFW13VkTQuewtlhyUU0sNPLj-efw2w0YRmNX71ealrE,4847
|
|
211
|
-
flowfile_core/flowfile/analytics/graphic_walker.py,sha256=snYNQUTPZLhtz1egv_rSmo61uhJvd7OAuY_zeTYeE0c,2379
|
|
212
|
-
flowfile_core/flowfile/analytics/schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
213
|
-
flowfile_core/flowfile/analytics/utils.py,sha256=x-FS1ZwQrHLzAfKm1THiQEKeCm_w0vO5dyWgyyIPjLY,487
|
|
214
|
-
flowfile_core/flowfile/code_generator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
215
|
-
flowfile_core/flowfile/code_generator/code_generator.py,sha256=q5eC6dg7E0U5fJP51gfcBv5ZpcQXxbJeWdGwPeFK9ao,55245
|
|
216
|
-
flowfile_core/flowfile/connection_manager/__init__.py,sha256=wLAGuQBA0lgN1tZleYZ32eFeY4UODG46RrclWoEc7hM,134
|
|
217
|
-
flowfile_core/flowfile/connection_manager/_connection_manager.py,sha256=W9FWRAFUT1c2eHa2QhFpKNWA-Kps63o2vcGAH1zXSeo,2612
|
|
218
|
-
flowfile_core/flowfile/connection_manager/models.py,sha256=5c56bCPIvnEJfdiWJtgOTx5iYI4seJ-IiO25TYPCjq8,211
|
|
219
|
-
flowfile_core/flowfile/database_connection_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
220
|
-
flowfile_core/flowfile/database_connection_manager/db_connections.py,sha256=dVYr1TYv8nOnF7pz2wRXq6UgcXaxSYMxPGX3M9OD1WQ,14893
|
|
221
|
-
flowfile_core/flowfile/database_connection_manager/models.py,sha256=lVJSifqznQ8fKGWBEBCy_8JeXmdKF4pnAE5P5oXRrLM,379
|
|
222
|
-
flowfile_core/flowfile/extensions.py,sha256=gUKTzNs6YBayHF51-ZacMknvrE1S8OXc89qGIdqPl2w,1814
|
|
223
|
-
flowfile_core/flowfile/flow_data_engine/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
224
|
-
flowfile_core/flowfile/flow_data_engine/cloud_storage_reader.py,sha256=QE2h9ULd1zyqQ_Ph4yqpDMekTOtqH2ypu-NwhVfmgVc,10414
|
|
225
|
-
flowfile_core/flowfile/flow_data_engine/create/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
226
|
-
flowfile_core/flowfile/flow_data_engine/create/funcs.py,sha256=Hvk4L3aOppt3RyKBEqFutx1t2RF8qA6QdrS1lPnJJkY,7822
|
|
227
|
-
flowfile_core/flowfile/flow_data_engine/flow_data_engine.py,sha256=RVColUmpaJG3AROKvowu1d6J8IMxIoR_vV7BfKmLNXg,99137
|
|
228
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
229
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/interface.py,sha256=t3Z5WAhN34IqoLR33YNYFRsB9oY87osZk00gM1Owavw,180
|
|
230
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/main.py,sha256=CU5OZ6fxmvRVR4p2VyqQ1EcACDDvozwJxd_Wjearfgc,9356
|
|
231
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/polars_type.py,sha256=xusyOLwSxevBk8-Uy9ZKISB_KOi0JeYfZ0wihcG-Qjk,530
|
|
232
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/type_registry.py,sha256=XXY3qfQZOwDYXVXPHti2Z0b3jKJDLVhOdcsWE7sod2c,1607
|
|
233
|
-
flowfile_core/flowfile/flow_data_engine/flow_file_column/utils.py,sha256=2KoODecEwNGSCLZLRLim3vAwVON0QZgv2m1gkGKHht0,1774
|
|
234
|
-
flowfile_core/flowfile/flow_data_engine/fuzzy_matching/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
235
|
-
flowfile_core/flowfile/flow_data_engine/fuzzy_matching/prepare_for_fuzzy_match.py,sha256=vyM3-Va8pei8_l4ZbraZOaWgjPzvL4CVP0HH64YUAMs,3581
|
|
236
|
-
flowfile_core/flowfile/flow_data_engine/join/__init__.py,sha256=XItML6eDh8uOgtHSKcNugBQfVREKS2G_Mx1JTkeVfio,140
|
|
237
|
-
flowfile_core/flowfile/flow_data_engine/join/utils.py,sha256=D_dole-79JoNwl3k4fxSWf80CQnxbWJhlSMzt0EIBVw,1023
|
|
238
|
-
flowfile_core/flowfile/flow_data_engine/join/verify_integrity.py,sha256=TfjYEIu2G9I-N6NuXVNsQWbj57_n4WbZO2kphZcHOmc,2245
|
|
239
|
-
flowfile_core/flowfile/flow_data_engine/pivot_table.py,sha256=seqJqbrhwK4gkO-EQ3MSQWseh5HR3D_slQtq6pjT_pw,366
|
|
240
|
-
flowfile_core/flowfile/flow_data_engine/polars_code_parser.py,sha256=GIzEWKf-jTFbNF5dOnnWiMVENYi53KWmocL9I3jfetM,9657
|
|
241
|
-
flowfile_core/flowfile/flow_data_engine/read_excel_tables.py,sha256=q7TccqyToowJEOU4j2tY40HshXYkDACkYE95bNqoiw8,5937
|
|
242
|
-
flowfile_core/flowfile/flow_data_engine/sample_data.py,sha256=7r-SJBrgtatgy0r0vrd0HQAw-Su2GbIKP4TPzHRLDtk,5026
|
|
243
|
-
flowfile_core/flowfile/flow_data_engine/subprocess_operations/__init__.py,sha256=04ZpOvZ6gF42vQ02a0Lim9w5EP7-xu2l_S2WrSoll-g,97
|
|
244
|
-
flowfile_core/flowfile/flow_data_engine/subprocess_operations/models.py,sha256=5xC4RnuahclUrj5Y6ePptZcmgYnKDPW8Uhzo1JKTTf8,1078
|
|
245
|
-
flowfile_core/flowfile/flow_data_engine/subprocess_operations/subprocess_operations.py,sha256=RlzcDbIs3Z0vNF6ct6rEOgWawEo-x7W8uI6n09oGsoM,21375
|
|
246
|
-
flowfile_core/flowfile/flow_data_engine/threaded_processes.py,sha256=15IPoqIoCfkPMb648o9hnOzNnZINhYQxJi5hNfQuRwE,1311
|
|
247
|
-
flowfile_core/flowfile/flow_data_engine/types.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
248
|
-
flowfile_core/flowfile/flow_data_engine/utils.py,sha256=Nkw4MM6SX9veOAC8bthWTLUqA_aIFLtDnJG3bTNcwoc,6628
|
|
249
|
-
flowfile_core/flowfile/flow_graph.py,sha256=tuWt6A6lqiI7t9aORYwUS7fpiJHdU221vjhY68E-q1E,95601
|
|
250
|
-
flowfile_core/flowfile/flow_graph_utils.py,sha256=nqfQdkFo4DM1WpbMuL1tZps51dKFWZi2yu_UgNUxtNU,10057
|
|
251
|
-
flowfile_core/flowfile/flow_node/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
252
|
-
flowfile_core/flowfile/flow_node/flow_node.py,sha256=yg_I8LZ83McLp8_COzJY0WwcgRqnyUZierVX--x915A,53728
|
|
253
|
-
flowfile_core/flowfile/flow_node/models.py,sha256=puNvRw6VbLjHq1EHiiODwcip3ig5g0JzvtcPtPZd9uQ,9772
|
|
254
|
-
flowfile_core/flowfile/flow_node/schema_callback.py,sha256=Hpig6IFDa3HQKpHmrPFnTJTDSDBLE-DWArOfwaCQiiE,5649
|
|
255
|
-
flowfile_core/flowfile/graph_tree/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
256
|
-
flowfile_core/flowfile/graph_tree/graph_tree.py,sha256=G391hPRJEhQkDlByarEa2AyO3E73iveH7zDivyE7RIU,9065
|
|
257
|
-
flowfile_core/flowfile/graph_tree/models.py,sha256=hJzVAFUCbTCtga2g-h44F6u9uPiyuu1Oy1hX_Odzmqo,265
|
|
258
|
-
flowfile_core/flowfile/handler.py,sha256=VmL9fzCl7lnxIUiseK2yy7HMgP6swqWRPyfcskROBQI,3879
|
|
259
|
-
flowfile_core/flowfile/manage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
260
|
-
flowfile_core/flowfile/manage/compatibility_enhancements.py,sha256=fItm-Bq5NLxqKCnvfCZSQEF_AcFdTl5ucWFCW78_8wM,3991
|
|
261
|
-
flowfile_core/flowfile/manage/manage_flowfile.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
262
|
-
flowfile_core/flowfile/manage/open_flowfile.py,sha256=NAWGzqOBpBbB9prNUEQ1mDWysyLyBGAkV79PYwunP5c,7233
|
|
263
|
-
flowfile_core/flowfile/node_designer/__init__.py,sha256=BSuSpDnrxR6z-3lfUQX1h2tqJ55p0gEUUTfK2ch1tnE,1087
|
|
264
|
-
flowfile_core/flowfile/node_designer/_type_registry.py,sha256=d7t2mqvGlB1sLZ0RbASmbtBj4cK1M5tvFXnGuPCMDz0,7958
|
|
265
|
-
flowfile_core/flowfile/node_designer/custom_node.py,sha256=f2VFE5193an9qHfIEvZh8NgoYGBbhEoaaOl0RxOTwXA,12614
|
|
266
|
-
flowfile_core/flowfile/node_designer/data_types.py,sha256=YacG6tgbMcwTAMWwH1l-QZQtDSybX_vgrY7sjipfi2Q,3369
|
|
267
|
-
flowfile_core/flowfile/node_designer/ui_components.py,sha256=XYVWh83xp4fnepL5JjQoJE89Curnc1LfM4ejUlkaDLM,9173
|
|
268
|
-
flowfile_core/flowfile/schema_callbacks.py,sha256=wcq3PfgEMalZTZx3Fl83_IFoxNGaUZAubqRV0nQbWXk,7604
|
|
269
|
-
flowfile_core/flowfile/setting_generator/__init__.py,sha256=WvQpRzzrzQL-XSdayaoN2SfW0ngvF9l6fqldNh1ZD2k,98
|
|
270
|
-
flowfile_core/flowfile/setting_generator/setting_generator.py,sha256=Zy9eoncp0pwnJqYSshZTXiWc3UC5fwoY4zrOfjAb1z4,1254
|
|
271
|
-
flowfile_core/flowfile/setting_generator/settings.py,sha256=2iGfTGpNx2Zw8ZrJFGrBNxQngonhMoOjCv6YiyXATWk,9176
|
|
272
|
-
flowfile_core/flowfile/sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
273
|
-
flowfile_core/flowfile/sources/external_sources/__init__.py,sha256=Xz8AJU8d9GhZiLpYz57JM-0kKr45v2iGqq4drcNcYpg,84
|
|
274
|
-
flowfile_core/flowfile/sources/external_sources/base_class.py,sha256=mQhplw0O4heef2yAFuvKAyQaZJxd7lDyohgGv-4yxOI,981
|
|
275
|
-
flowfile_core/flowfile/sources/external_sources/custom_external_sources/__init__.py,sha256=cr2lrDCARyiSlGNgl-CWv0w1H0ORhoGE8HwW7sL-Yr0,97
|
|
276
|
-
flowfile_core/flowfile/sources/external_sources/custom_external_sources/exchange_rate.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
277
|
-
flowfile_core/flowfile/sources/external_sources/custom_external_sources/external_source.py,sha256=uNUuQiB1s6J59VYrIxi272-qfHjGjtY0D23nvhgg0Qk,3786
|
|
278
|
-
flowfile_core/flowfile/sources/external_sources/custom_external_sources/sample_users.py,sha256=rG246hN0TVQCJTLzt_MQcohLloBqWz3dh8ZscizD18o,842
|
|
279
|
-
flowfile_core/flowfile/sources/external_sources/factory.py,sha256=a6clxYktoK16NPAMZBZPnSPG-XOtAGhkRo64Gs3OIWU,687
|
|
280
|
-
flowfile_core/flowfile/sources/external_sources/sql_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
281
|
-
flowfile_core/flowfile/sources/external_sources/sql_source/models.py,sha256=C6lhFKsF90ifoU9k421f2-K-FJwaLbKs9_yqYHWBzGE,4613
|
|
282
|
-
flowfile_core/flowfile/sources/external_sources/sql_source/sql_source.py,sha256=202iHv9FthKUisYNXfbhGuX0nsAwdeoX2FliXjkBcgg,12992
|
|
283
|
-
flowfile_core/flowfile/sources/external_sources/sql_source/utils.py,sha256=Cj-uKhHT6s_S8vmO7mONf0zrKb987ZzxVLISaUdtAVw,11765
|
|
284
|
-
flowfile_core/flowfile/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
285
|
-
flowfile_core/flowfile/util/calculate_layout.py,sha256=9mu0AsB-9UldCkyC4Lkz76kTy7ojNINotTNq7-iICng,4911
|
|
286
|
-
flowfile_core/flowfile/util/execution_orderer.py,sha256=l3dTZXp3chsYYprSGbdiq94cS0Y0ujK_kYg1MgmAAZQ,6391
|
|
287
|
-
flowfile_core/flowfile/util/node_skipper.py,sha256=1ugU9EB-oHf7dKGR46-JHkQYdsL-Dqt1XABpgiUufCY,402
|
|
288
|
-
flowfile_core/flowfile/utils.py,sha256=lvEmKySSCjnsrseNm9ZlpFlrjYXBglul3F4sB7lyx78,4545
|
|
289
|
-
flowfile_core/main.py,sha256=Ceef7uvrYa7sJ95Sis35yRXrR5m3uqITWFTKmGzxJCY,5130
|
|
290
|
-
flowfile_core/routes/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
291
|
-
flowfile_core/routes/auth.py,sha256=-2SWMCDDKYSnriiYH3hOadnsHdmVckcIV_vA2mZfBu0,1251
|
|
292
|
-
flowfile_core/routes/cloud_connections.py,sha256=MBja9DkTO9sl9fuHiIKob3KV6FGGpcHWQ4Cuh7mZpHM,3453
|
|
293
|
-
flowfile_core/routes/logs.py,sha256=pNapo1OlC4KsCj4d4LXZJRw7P4HtQ0j1SI8Moi_xCpw,5782
|
|
294
|
-
flowfile_core/routes/public.py,sha256=4dIC9rrn7Qbwsg1WLTBOZKSnmVeD4c9asRIo4eKvXWY,265
|
|
295
|
-
flowfile_core/routes/routes.py,sha256=sEM1NE7QHzpsfvms8xoQJAQBI8CZRazqKkKGQuOJjJ8,28940
|
|
296
|
-
flowfile_core/routes/secrets.py,sha256=idns8HJofEnsHy6NCLx-9SRxQImHFc4Or2KaKosx6kU,5270
|
|
297
|
-
flowfile_core/routes/user_defined_components.py,sha256=s2knPY3XE1qvCq7rB4suPoXcHg0MNbkr5yXJevhLCgo,2233
|
|
298
|
-
flowfile_core/run_lock.py,sha256=1bINUPwZe7v9rHRePTk0CaExscqf2pvk4hWoYFZWQqE,296
|
|
299
|
-
flowfile_core/schemas/__init__.py,sha256=AnB9y91_FVcdJmccyb19FCMK1-qjR5ITuIls9_PI2OU,346
|
|
300
|
-
flowfile_core/schemas/analysis_schemas/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
301
|
-
flowfile_core/schemas/analysis_schemas/graphic_walker_schemas.py,sha256=1PQeiBFIhZg3cqDKD1AaeMbA9yMss9ajDv-elKOb2Lk,2885
|
|
302
|
-
flowfile_core/schemas/cloud_storage_schemas.py,sha256=KgsCNCRXQiFHKwIPUXmN66Rv-_IFc8YEFT0wRpSv_zw,7799
|
|
303
|
-
flowfile_core/schemas/input_schema.py,sha256=LqiHnUiiZUlwbuPnE_ROsh8JsDsLGl4y4yAghbtax-8,18865
|
|
304
|
-
flowfile_core/schemas/output_model.py,sha256=-bxHWdzF-a3D_mxaojo2YCf2ns5ItPzFxLDc403Ujl0,4000
|
|
305
|
-
flowfile_core/schemas/schemas.py,sha256=mq5RnT9JjQyCiSk1ZXMY1qgOBuZTje6fIHO_6AXJsFA,11129
|
|
306
|
-
flowfile_core/schemas/transform_schema.py,sha256=0Ydxf9lndaAF9pdDZPqsEOzn9Q3BSyGBQlhDyu0GRRk,28033
|
|
307
|
-
flowfile_core/secret_manager/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
308
|
-
flowfile_core/secret_manager/secret_manager.py,sha256=6G9hqo-GjTE7va6i6r3_ZmGo4Y26Aw_PY0W8L6pNo7E,2086
|
|
309
|
-
flowfile_core/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
310
|
-
flowfile_core/utils/arrow_reader.py,sha256=IeRaNEJvCVb-bVOmZnrZhzxFGWOVnH3p4MnXGxvUo_8,9541
|
|
311
|
-
flowfile_core/utils/excel_file_manager.py,sha256=EIad2LenHu-3Yw1FcLmE0KgmLflnvNKt07FY6s6mPlE,452
|
|
312
|
-
flowfile_core/utils/fileManager.py,sha256=LnJhK_pwjb9MIApG2e4Hp3L5Z7Wny8YYHaL9SkW8WlE,1371
|
|
313
|
-
flowfile_core/utils/fl_executor.py,sha256=eNnNZHZ9451brzZD00_X8aoCHFl1hR1gVOIGxtE0Db4,1301
|
|
314
|
-
flowfile_core/utils/utils.py,sha256=XPanIHWQjNLkd-lC7mKoWdjP3TAR_GZwYIbZ5_KF5o0,1326
|
|
315
|
-
flowfile_core/utils/validate_setup.py,sha256=kMtkoPBwJnc7kgWrgxuPeY6N6-HodnEyp5I3gpbnojA,1685
|
|
316
|
-
flowfile_frame/__init__.py,sha256=MnEH1cSm-ok3Pwk8DWNFCbLhY34wCSr-ca02SRAA8Cw,2016
|
|
317
|
-
flowfile_frame/adapters.py,sha256=8H1z6UpYQ3aeuSYNs8GbWfL5BUzVbGJbGzi6b9uVBt4,528
|
|
318
|
-
flowfile_frame/adding_expr.py,sha256=K9KdF3WCbPy2YO5radyEBXQ0yi6SOI4nviaPwXmKW0k,12428
|
|
319
|
-
flowfile_frame/cloud_storage/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
320
|
-
flowfile_frame/cloud_storage/frame_helpers.py,sha256=4x5I5WVKpT1PXoPvEJd28MmsHDCJNhZxAdG6MKOSA_4,2271
|
|
321
|
-
flowfile_frame/cloud_storage/secret_manager.py,sha256=lIjOf2u6ZWrXFFYCrHK2XH51p2DEl9m7Pr1uLKe1DUI,2540
|
|
322
|
-
flowfile_frame/config.py,sha256=Tl_4V8byUiO1y3ANesW2E9qeTtZvtKYJl8KU00hc1Cg,176
|
|
323
|
-
flowfile_frame/expr.py,sha256=r340IF6t2cZkUeXmhdU-wOxpiNpjiyQ4dEABO_VZxk8,59743
|
|
324
|
-
flowfile_frame/expr.pyi,sha256=kUMj6IRlczjInzUb6WXkBrxboCRhWdkxGlpiR30zCKw,89316
|
|
325
|
-
flowfile_frame/expr_name.py,sha256=0VZZwC3xc6tiwOJPu7emQ86Xp2mVu7U-j-jrsMjbc2Y,9852
|
|
326
|
-
flowfile_frame/flow_frame.py,sha256=MBE3wkCoG8KGIyqHRSgXu25R13AucEOX8uk7YneNLP0,103911
|
|
327
|
-
flowfile_frame/flow_frame.pyi,sha256=cVhAWuaDfRQpYne-KvxHoqrN-jPqb2Q05FyNsFwDwFM,33832
|
|
328
|
-
flowfile_frame/flow_frame_methods.py,sha256=mHFltRFeKQ4m2aDsU0HcpAhACR0gdLCeONvBFeG-wJk,29054
|
|
329
|
-
flowfile_frame/group_frame.py,sha256=aLpiT9ZEidVDJ04ORr57SPxR7WfgmziBPkBGXB9oR54,11632
|
|
330
|
-
flowfile_frame/join.py,sha256=YQCHmw8nYzvGzvrFc0jOmVMy-rahK3CPtuFdKB7loS8,2437
|
|
331
|
-
flowfile_frame/lazy.py,sha256=sBWzetJ_AzCm9C6Q-fjwEAx-yNcow4AoFng_dgw5mG8,28617
|
|
332
|
-
flowfile_frame/lazy_methods.py,sha256=ysSmdDF6guDWN-ogBIpGoCHdjAUbnnl8CncjqDUdg_Y,7730
|
|
333
|
-
flowfile_frame/list_name_space.py,sha256=7m7qxZ9GANrVM8U-gOq3hZ7aPGwSGD1hbI6kRJLc0Tg,15778
|
|
334
|
-
flowfile_frame/selectors.py,sha256=Rnaa9AuMgzazt6ujB9yyvcbH9zA7JmYjs8rFqdZ2TYM,9186
|
|
335
|
-
flowfile_frame/series.py,sha256=VkhLr03iA8LF2EifGoKdNvg1ajm7Ln9OgzkMurg_nR0,2199
|
|
336
|
-
flowfile_frame/utils.py,sha256=tTClnsPOOPoUOsXn7R0qqMoa4VqrsBJ51HqlNmFAC6g,4283
|
|
337
|
-
flowfile_worker/__init__.py,sha256=St2KB9OXUAYS4h-6m1f-AbvIAiH6XRL2YhzMZKmofBo,543
|
|
338
|
-
flowfile_worker/configs.py,sha256=7fYtlj06vxDrMiRuMbwvSDOD1JRVMZqnPbcQFuikCJM,2714
|
|
339
|
-
flowfile_worker/create/__init__.py,sha256=vkWy5uODffivUdxt3nNVALj6xgQK3HPBetqR-QqZ-uo,1643
|
|
340
|
-
flowfile_worker/create/funcs.py,sha256=whKKqE-0Ru3Ep3kOWfUi5o8Ua9ENn8HcjOjzIC1wg1g,7159
|
|
341
|
-
flowfile_worker/create/models.py,sha256=Lj4ekqSilLnQ36aOWgURvlv2u60YWwKTN-OueLzUT2c,2981
|
|
342
|
-
flowfile_worker/create/pl_types.py,sha256=xVR_038jFwfv-jXFNZarUAXQ-L09CajR3p3lSetEmYk,774
|
|
343
|
-
flowfile_worker/create/read_excel_tables.py,sha256=tHL4Ga0H3GyWRATx_AFeOFPD0dGyKtxkr4meBELJQYA,4022
|
|
344
|
-
flowfile_worker/create/utils.py,sha256=yC0pjjM8x61FLTZFgl8KFe_a3gR-9DK7sg00uo-nIo4,2987
|
|
345
|
-
flowfile_worker/external_sources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
346
|
-
flowfile_worker/external_sources/s3_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
347
|
-
flowfile_worker/external_sources/s3_source/main.py,sha256=vybcEsuasxYFuh4BcbMn9Vj_hDf6x6ee068mCc_da-s,7447
|
|
348
|
-
flowfile_worker/external_sources/s3_source/models.py,sha256=_8LP1NRfD8G0MXWhtNpzOOt-YSw_8yMHNhzhdQ17OHQ,5625
|
|
349
|
-
flowfile_worker/external_sources/sql_source/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
350
|
-
flowfile_worker/external_sources/sql_source/main.py,sha256=0fDb2Nheda6c_p_QG9vKI5dh9x83VGu1LdJxWGuxhxo,2138
|
|
351
|
-
flowfile_worker/external_sources/sql_source/models.py,sha256=bwyHbTLxF4F020z04Q_qGVOr0p3S_kwsM_18Rp68JIM,2541
|
|
352
|
-
flowfile_worker/flow_logger.py,sha256=KtSRLbp7jlsUwk-3gmwcgcSRXfKVZojaAcJWQE5N45I,2396
|
|
353
|
-
flowfile_worker/funcs.py,sha256=_OY7-m4_cDJ5vl9xZGUPJ79nVyTJZOyfvgfKJ84w-jw,17784
|
|
354
|
-
flowfile_worker/main.py,sha256=ek-6JQHjRTPT3l3y3Rc7n50iA0kArjdS4VutGg6paTk,2960
|
|
355
|
-
flowfile_worker/models.py,sha256=56Opdu1qcW98byqBoqTSD4BV2SanUCI3Yuux2C0Mi_o,3620
|
|
356
|
-
flowfile_worker/process_manager.py,sha256=vb0ymLwsGDgW6MvSgGWDOGBZ2vgAGR3CanASP_hO5Eg,1169
|
|
357
|
-
flowfile_worker/routes.py,sha256=816YR7mV-ZpcvK1ZyeewjqNZ7c3gjP3IUs5r9yXT-XU,21145
|
|
358
|
-
flowfile_worker/secrets.py,sha256=dGN4f0IOG8ozndDoolEpIJROzIIWttq5TeVtrdMiQ5k,4339
|
|
359
|
-
flowfile_worker/spawner.py,sha256=YDdbFSxHrZPe1owV7ZReBb_8mBY6bXvA5A4o5OpO5rc,7949
|
|
360
|
-
flowfile_worker/utils.py,sha256=Amee9ysMG2xnCExCPjJk0awRIJhA9El8T3rcCMzoyb0,713
|
|
361
|
-
shared/__init__.py,sha256=6J5_Lx3GCQ-ziM_oAk_aoxuP2RlTdI7lXFC24PLEsNs,416
|
|
362
|
-
shared/storage_config.py,sha256=rblo0OCo4OUASqgmx5OFw-768C9ertukU4eMTKLzi50,9760
|
|
363
|
-
test_utils/__init__.py,sha256=8WwOgIuKw6YtOc1GWR1DqIhQ8BhlLWqsMyQJSpxnzKk,66
|
|
364
|
-
test_utils/postgres/__init__.py,sha256=y3V_6a9N1Pvm5NIBaA8CFf3i4mvPVY-H1teHA-rg0VU,33
|
|
365
|
-
test_utils/postgres/commands.py,sha256=4oA8EHW3EqwGkG02HSqEGbXEBGM01sUW5FsyHm86W4k,4347
|
|
366
|
-
test_utils/postgres/fixtures.py,sha256=kR8UBjQr3pgbe-xM-V8x8VseTHCPv0EmDEzPHl5Qc8Y,13507
|
|
367
|
-
test_utils/s3/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
368
|
-
test_utils/s3/commands.py,sha256=m-r6rWZZP7Q7bzXwuOId1QbQkw8aq8-3qcjH8wpSqxI,1427
|
|
369
|
-
test_utils/s3/data_generator.py,sha256=qEVN6paBvPf1W4Pxjb341WOLvTrx9D20MyJ944TAHc8,10939
|
|
370
|
-
test_utils/s3/demo_data_generator.py,sha256=YuYnbEmuKBUsuuBMjvq9SCmm11pYJc75u-OqpOGMr5A,7682
|
|
371
|
-
test_utils/s3/fixtures.py,sha256=n5qTGbW1LASFusYbeNh5_53aKui2Xp0yhT70_VXJ4NU,7778
|
|
372
|
-
flowfile-0.4.1.dist-info/METADATA,sha256=4nmM7-YgoRwwsbxBApNJqpm8ej6kI41XPBoZd4nW_lE,8882
|
|
373
|
-
flowfile-0.4.1.dist-info/WHEEL,sha256=M5asmiAlL6HEcOq52Yi5mmk9KmTVjY2RDPtO4p9DMrc,88
|
|
374
|
-
flowfile-0.4.1.dist-info/entry_points.txt,sha256=3VMU1A7kmYy8DSPw7axzpy00DEaVRoVagE4jyZFAz2U,425
|
|
375
|
-
flowfile-0.4.1.dist-info/licenses/LICENSE,sha256=pCfLAA27jMHReYk_wGiirZxWRRXz_Bm7PVInRCa9P5g,1075
|
|
376
|
-
flowfile-0.4.1.dist-info/RECORD,,
|
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
from flowfile_core.schemas import schemas, input_schema
|
|
2
|
-
from typing import List, Tuple
|
|
3
|
-
from flowfile_core.flowfile.manage.compatibility_enhancements import ensure_compatibility
|
|
4
|
-
import pickle
|
|
5
|
-
from flowfile_core.flowfile.flow_graph import FlowGraph
|
|
6
|
-
from pathlib import Path
|
|
7
|
-
from flowfile_core.configs.node_store import CUSTOM_NODE_STORE
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
def determine_insertion_order(node_storage: schemas.FlowInformation):
|
|
11
|
-
ingest_order: List[int] = []
|
|
12
|
-
ingest_order_set: set[int] = set()
|
|
13
|
-
all_nodes = set(node_storage.data.keys())
|
|
14
|
-
|
|
15
|
-
def assure_output_id(input_node: schemas.NodeInformation, output_node: schemas.NodeInformation):
|
|
16
|
-
# assure the output id is in the list with outputs of the input node this is a quick fix
|
|
17
|
-
if output_node.id not in input_node.outputs:
|
|
18
|
-
input_node.outputs.append(output_node.id)
|
|
19
|
-
|
|
20
|
-
def determine_order(node_id: int):
|
|
21
|
-
current_node = node_storage.data.get(node_id)
|
|
22
|
-
if current_node is None:
|
|
23
|
-
return
|
|
24
|
-
output_ids = current_node.outputs
|
|
25
|
-
main_input_ids = current_node.input_ids if current_node.input_ids else []
|
|
26
|
-
input_ids = [n for n in [current_node.left_input_id,
|
|
27
|
-
current_node.right_input_id] + main_input_ids if (n is not None
|
|
28
|
-
and n not in
|
|
29
|
-
ingest_order_set)]
|
|
30
|
-
if len(input_ids) > 0:
|
|
31
|
-
for input_id in input_ids:
|
|
32
|
-
new_node = node_storage.data.get(input_id)
|
|
33
|
-
if new_node is None:
|
|
34
|
-
ingest_order.append(current_node.id)
|
|
35
|
-
ingest_order_set.add(current_node.id)
|
|
36
|
-
continue
|
|
37
|
-
assure_output_id(new_node, current_node)
|
|
38
|
-
if new_node.id not in ingest_order_set:
|
|
39
|
-
determine_order(input_id)
|
|
40
|
-
elif current_node.id not in ingest_order_set:
|
|
41
|
-
ingest_order.append(current_node.id)
|
|
42
|
-
ingest_order_set.add(current_node.id)
|
|
43
|
-
|
|
44
|
-
for output_id in output_ids:
|
|
45
|
-
if output_id not in ingest_order_set:
|
|
46
|
-
determine_order(output_id)
|
|
47
|
-
|
|
48
|
-
if len(node_storage.node_starts) > 0:
|
|
49
|
-
determine_order(node_storage.node_starts[0])
|
|
50
|
-
# add the random not connected nodes
|
|
51
|
-
else:
|
|
52
|
-
for node_id in all_nodes:
|
|
53
|
-
determine_order(node_id)
|
|
54
|
-
ingest_order += list(all_nodes - ingest_order_set)
|
|
55
|
-
return ingest_order
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
def open_flow(flow_path: Path) -> FlowGraph:
|
|
59
|
-
"""
|
|
60
|
-
Open a flowfile from a given path
|
|
61
|
-
Args:
|
|
62
|
-
flow_path (Path): The absolute or relative path to the flowfile
|
|
63
|
-
|
|
64
|
-
Returns:
|
|
65
|
-
FlowGraph: The flowfile object
|
|
66
|
-
"""
|
|
67
|
-
with open(str(flow_path), 'rb') as f:
|
|
68
|
-
flow_storage_obj: schemas.FlowInformation = pickle.load(f)
|
|
69
|
-
flow_storage_obj.flow_settings.path = str(flow_path)
|
|
70
|
-
flow_storage_obj.flow_settings.name = str(flow_path.stem)
|
|
71
|
-
flow_storage_obj.flow_name = str(flow_path.stem)
|
|
72
|
-
ensure_compatibility(flow_storage_obj, str(flow_path))
|
|
73
|
-
ingestion_order = determine_insertion_order(flow_storage_obj)
|
|
74
|
-
new_flow = FlowGraph(name=flow_storage_obj.flow_name, flow_settings=flow_storage_obj.flow_settings)
|
|
75
|
-
for node_id in ingestion_order:
|
|
76
|
-
node_info: schemas.NodeInformation = flow_storage_obj.data[node_id]
|
|
77
|
-
node_promise = input_schema.NodePromise(flow_id=new_flow.flow_id, node_id=node_info.id,
|
|
78
|
-
pos_x=node_info.x_position, pos_y=node_info.y_position,
|
|
79
|
-
node_type=node_info.type)
|
|
80
|
-
if hasattr(node_info.setting_input, 'cache_results'):
|
|
81
|
-
node_promise.cache_results = node_info.setting_input.cache_results
|
|
82
|
-
new_flow.add_node_promise(node_promise)
|
|
83
|
-
for node_id in ingestion_order:
|
|
84
|
-
node_info: schemas.NodeInformation = flow_storage_obj.data[node_id]
|
|
85
|
-
if hasattr(node_info.setting_input, "is_user_defined") and node_info.setting_input.is_user_defined:
|
|
86
|
-
if node_info.type not in CUSTOM_NODE_STORE:
|
|
87
|
-
continue
|
|
88
|
-
user_defined_node_class = CUSTOM_NODE_STORE[node_info.type]
|
|
89
|
-
new_flow.add_user_defined_node(custom_node=user_defined_node_class.from_settings(node_info.setting_input.settings),
|
|
90
|
-
user_defined_node_settings=node_info.setting_input)
|
|
91
|
-
else:
|
|
92
|
-
getattr(new_flow, 'add_' + node_info.type)(node_info.setting_input)
|
|
93
|
-
from_node = new_flow.get_node(node_id)
|
|
94
|
-
for output_node_id in node_info.outputs:
|
|
95
|
-
to_node = new_flow.get_node(output_node_id)
|
|
96
|
-
if to_node is not None:
|
|
97
|
-
output_node_obj = flow_storage_obj.data[output_node_id]
|
|
98
|
-
is_left_input = (output_node_obj.left_input_id == node_id) and (to_node.left_input.node_id != node_id
|
|
99
|
-
if to_node.left_input is not None
|
|
100
|
-
else True)
|
|
101
|
-
is_right_input = (output_node_obj.right_input_id == node_id) and (to_node.right_input.node_id != node_id
|
|
102
|
-
if to_node.right_input is not None
|
|
103
|
-
else True)
|
|
104
|
-
is_main_input = node_id in output_node_obj.input_ids
|
|
105
|
-
if is_left_input:
|
|
106
|
-
insert_type = 'left'
|
|
107
|
-
elif is_right_input:
|
|
108
|
-
insert_type = 'right'
|
|
109
|
-
elif is_main_input:
|
|
110
|
-
insert_type = 'main'
|
|
111
|
-
else:
|
|
112
|
-
continue
|
|
113
|
-
to_node.add_node_connection(from_node, insert_type)
|
|
114
|
-
else:
|
|
115
|
-
from_node.delete_lead_to_node(output_node_id)
|
|
116
|
-
if not (from_node.node_id, output_node_id) in flow_storage_obj.node_connections:
|
|
117
|
-
continue
|
|
118
|
-
flow_storage_obj.node_connections.pop(
|
|
119
|
-
flow_storage_obj.node_connections.index((from_node.node_id, output_node_id)))
|
|
120
|
-
|
|
121
|
-
for missing_connection in set(flow_storage_obj.node_connections) - set(new_flow.node_connections):
|
|
122
|
-
to_node = new_flow.get_node(missing_connection[1])
|
|
123
|
-
if not to_node.has_input:
|
|
124
|
-
test_if_circular_connection(missing_connection, new_flow)
|
|
125
|
-
from_node = new_flow.get_node(missing_connection[0])
|
|
126
|
-
if from_node:
|
|
127
|
-
to_node.add_node_connection(from_node)
|
|
128
|
-
return new_flow
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
def test_if_circular_connection(connection: Tuple[int, int], flow: FlowGraph):
|
|
132
|
-
to_node = flow.get_node(connection[1])
|
|
133
|
-
leads_to_nodes_queue = [n for n in to_node.leads_to_nodes]
|
|
134
|
-
circular_connection: bool = False
|
|
135
|
-
while len(leads_to_nodes_queue) > 0:
|
|
136
|
-
leads_to_node = leads_to_nodes_queue.pop(0)
|
|
137
|
-
if leads_to_node.node_id == connection[0]:
|
|
138
|
-
circular_connection = True
|
|
139
|
-
break
|
|
140
|
-
for leads_to_node_leads_to in leads_to_node.leads_to_nodes:
|
|
141
|
-
leads_to_nodes_queue.append(leads_to_node_leads_to)
|
|
142
|
-
return circular_connection
|
|
143
|
-
|
|
File without changes
|
|
File without changes
|