flowtask 5.12.5__tar.gz → 5.12.7__tar.gz
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.
- {flowtask-5.12.5 → flowtask-5.12.7}/PKG-INFO +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/conf.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/docker.py +2 -2
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/k8s.py +2 -2
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/local.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/models.py +23 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/publish.py +2 -2
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/qworker.py +42 -2
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/runner.py +62 -20
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/scheduler.py +4 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/files/service.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/launcher.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/task_manager.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/tasks.py +6 -3
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/version.py +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/PKG-INFO +1 -1
- {flowtask-5.12.5 → flowtask-5.12.7}/CONTRIBUTING.md +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/INSTALL +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/LICENSE +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/MANIFEST.in +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/README.md +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/__main__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/bots/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/bots/check.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/bots/codebot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ASPX.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ATT.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/AddDataset.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Amazon.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/AutoTask.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Azure.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/AzureUsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/BaseAction.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/BaseLoop.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/BestBuy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CSVToGCS.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CallAnalysis.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CallSummary.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CensusData.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CensusVariables.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/explorium.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/leadiq.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/rocket.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/siccode.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/visualvisitor.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/zoominfo.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/scrapper.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyFromBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyFromS3.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyFromSharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyTo.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToBigQuery.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToFileBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToMongoDB.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToPg.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToRethink.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToS3.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CopyToSharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Costco.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateGCSBucket.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/CreateReport.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/charts/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/charts/bar.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/charts/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/charts/pie.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CreateReport/utils.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CustomerSatisfaction.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DataInput.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DateList.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DbClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DialPad.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DispatchMe.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DocumentDBQuery.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFrom.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromD2L.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromFTP.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromGamma.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromIMAP.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromS3.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromSFTP.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromSharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromSmartSheet.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadFromSmartsheet.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DownloadS3File.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Dummy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/DuplicatePhoto.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/EmployeeEvaluation.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ExecuteSQL.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ExtractHTML.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ExtractTranscript.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileCopy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileDelete.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileExists.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileIteratorDelete.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileList.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileOpen.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileRead.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FileRename.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FilterIf.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FilterRows/FilterRows.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FilterRows/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/FilterRows/functions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GCSToBigQuery.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GenData.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GoogleA4.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GoogleGeoCoding.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GooglePlaces.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/GoogleSearch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/HTTPClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ICIMS.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/IF.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/IcimsFolderCopy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ImageFeatures/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ImageFeatures/process.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/IteratorBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/LeadIQ.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Loop.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Lowes.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MS365Usage.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MSTeamsMessages.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MarkdownMaker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MarketClustering.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MergeFileList.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MergeFiles.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/MilvusOutput.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NearByStores.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/account.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/district.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/events.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/forms.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/market.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/organization.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/photos.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/project.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/region.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/store.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/models/user.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinja/router.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NetworkNinjaClaims.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/NextStopAgent.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Odoo.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OdooInjector.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OpenFromXML.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OpenStreetMap.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OpenWeather.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OpenWithBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/OpenWithPandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PDFGenerator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PGPDecrypt.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PandasIterator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PandasToFile.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PandasToPowerPoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Paradox.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParamIterator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParrotKnowledgeBuilder/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParrotKnowledgeBuilder/loader.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParrotKnowledgeBuilder/payload.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParrotLoader/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParrotLoader/loader.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ParseHTML.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PgVectorOutput.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PlacerStores.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PlanogramCompliance.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PodcastMaker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Pokemon.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PositiveBot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PowerPointSlide.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/PrintMessage.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/parsers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/parsers/bestbuy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/parsers/lowes.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompetitors/scrapper.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductCompliant.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/brother.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/canon.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/epson.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/hp.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/parsers/samsung.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductInfo/scraper.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductPricing.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ProductReportBot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/QS.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/QSBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/QueryIterator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/QueryToInsert.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/QueryToPandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/RESTClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/RethinkDBQuery.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Rsync.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/RunSSH.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/RunShell.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SAPExtraction.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SMSAnalysis.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SMSSummary.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SalesForce.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Sassie.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SaveImageBank/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SchedulingVisits.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ScrapPage.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ScrapSearch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ScrapTool.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SearchQuery.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendEmail.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendNotify/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendNotify/component.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendNotify/models/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendNotify/models/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SendNotify/models/zoom.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SentimentAnalysis.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ServiceScrapper/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ServiceScrapper/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ServiceScrapper/parsers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ServiceScrapper/parsers/costco.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ServiceScrapper/scrapper.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SetVariables.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SplitPDF.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Staples.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SubTask.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/SuiteCRM.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Switch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableBase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableDelete.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableInput.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableOutput/TableOutput.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableOutput/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TableSchema.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Target.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ThumbnailGenerator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ToPandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TransformRows/TransformRows.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TransformRows/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TransformRows/functions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/TransposeRows.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UPCDatabase.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UnGzip.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Uncompress.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UniqueRows.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Unzip.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UpdateOperationalVars.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UploadTo.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UploadToS3.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UploadToSFTP.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UploadToSharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/UserFunc.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/VideoUnderstanding.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/VivaTracker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/WSDLClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Wait.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Walmart.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/applicant.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/candidate.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/cost_center.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/custom_punch_field_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/job_posting.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/job_posting_site.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/job_requisition.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/location.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/organizations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/reference.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/time_block.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/time_off_balance.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/time_request.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/models/worker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/applicant_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/candidate_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/cost_center_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/custom_punch_field_report_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/job_posting_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/job_posting_site_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/job_requisition_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/location_hierarchy_assignments_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/location_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/organization_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/reference_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/time_block_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/time_off_balance_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/time_request_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/parsers/worker_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/applicants.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/candidates.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/cost_centers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/custom_punch_field_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/custom_punch_field_report_rest.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/custom_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/job_posting_sites.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/job_postings.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/job_requisitions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/locations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/organization_single.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/organizations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/recruiting_agency_users.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/references.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/time_block_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/time_blocks.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/time_off_balances.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/time_requests.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/types/workers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/utils/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/utils/utils.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workday/workday.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/WorkdayReport.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Workplace.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/XMLToPandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Zammad/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Zammad/models.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/Zoom.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ZoomInfoScraper.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/ZoomUs.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/_census/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/_census/cache.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/_census/fetch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/_census/resolver.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/_census/transform.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/flow.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/gendata/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/gendata/date_sequence.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/gendata/static_list.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/google.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/group.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/pandas_io.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/py.typed +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/reviewscrap.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tAddTotalRow.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tAutoincrement.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tConcat.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tConditionalMultiply.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tCrosstab.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tDictKey.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tExplode.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tFilter.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tFilterCommonValues.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tFlatten.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tFrequencyWeights.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tGroup.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tJoin.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tMap/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tMap/functions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tMap/tMap.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tMelt.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tMerge.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tOrder.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tPandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tPivot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tPluckCols.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/tUnnest.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/user.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/categories.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/cli.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ASPX.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/AddDataset.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/AutoTask.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/AzureUsers.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CallAnalysis.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CallSummary.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CompanyScraper.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyFromS3.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyFromSharepoint.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToBigQuery.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToMongoDB.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToPg.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToRethink.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToS3.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CopyToSharepoint.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CreateReport.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/CustomerSatisfaction.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DataInput.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DateList.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DialPad.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromD2L.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromFTP.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromIMAP.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromS3.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromSFTP.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromSharepoint.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromSmartSheet.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/DownloadFromSmartsheet.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/EmployeeEvaluation.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ExecuteSQL.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ExtractTranscript.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileCopy.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileDelete.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileExists.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileIteratorDelete.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileList.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileOpen.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileRead.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FileRename.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FilterIf.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/FilterRows.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/GoogleA4.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/GoogleGeoCoding.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/GoogleSearch.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/HTTPClient.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ICIMS.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/IteratorBase.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/LeadIQ.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/MS365Usage.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/MSTeamsMessages.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/MergeFileList.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/MergeFiles.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/NetworkNinjaClaims.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Odoo.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/OdooInjector.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/OpenFromXML.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/OpenWithBase.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/OpenWithPandas.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PGPDecrypt.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PandasIterator.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PandasToFile.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Paradox.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ParamIterator.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PlacerStores.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Pokemon.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PositiveBot.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PowerPointSlide.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/PrintMessage.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ProductCompliant.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ProductPricing.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ProductReportBot.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/QS.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/QueryIterator.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/QueryToInsert.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/QueryToPandas.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/RESTClient.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/RunShell.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SAPExtraction.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Sassie.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ScrapTool.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SearchQuery.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SendNotify.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SentimentAnalysis.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ServiceScrapper.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SetVariables.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SplitPDF.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SubTask.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/SuiteCRM.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TableDelete.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TableInput.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TableOutput.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TableSchema.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ThumbnailGenerator.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TransformRows.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/TransposeRows.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UnGzip.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Uncompress.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UniqueRows.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Unzip.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UploadToS3.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UploadToSFTP.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UploadToSharepoint.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/UserFunc.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/Zoom.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/ZoomInfoScraper.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tAutoincrement.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tConcat.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tConditionalMultiply.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tCrosstab.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tExplode.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tFilter.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tFilterCommonValues.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tFrequencyWeights.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tGroup.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tJoin.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tMap.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tMelt.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tOrder.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tPivot.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tPluckCols.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/components/tUnnest.doc.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generated/index.json +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/generator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/models.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/parser.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/schema.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/documentation/toolkit.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/download.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/alerts/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/alerts/colfunctions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/alerts/functions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/dummy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/exec.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/file/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/file/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/file/copy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/file/delete.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/interfaces/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/interfaces/client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/interfaces/credentials.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/interfaces/notifications.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/jira.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/log.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/logerr.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/notify.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/notify_event.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/publish.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/sendfile.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/task.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/teams.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/events/webhook.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/events/manager.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/exceptions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/events.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/exceptions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/registry.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/executors/resolver.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/extensions/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/extensions/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/extensions/component_docs.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/extensions/logging/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/factory/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/factory/agent.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/factory/composer.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/factory/parser.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/factory/validator.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/handlers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/handlers/component.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/dummy.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/jira.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/rest.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/sampledata.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/sensor.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/task.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/ticket.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/zammad.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/actions/zoom_event.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/hook.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/models.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/step.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/mqtt.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/rabbitmq.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/redis.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/brokers/sqs.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/fs.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/http.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/imap.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/jira.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/mail.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/postgres.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/responses/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/responses/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/sharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/ssh.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/tagged.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/upload.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/watch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/web.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/hooks/types/zoom.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/AzureClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/AzureGraph.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/Boto3Client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/DropboxClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/ExcelHandler.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/FTPClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleCalendar.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleDrive.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleGCS.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleGeocoding.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleLang.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GooglePub.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/GoogleSheet.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/IMAPClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/LLMClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/O365Calendar.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/O365Client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/OneDrive.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/Outlook.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/ParrotBot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/ParrotTool.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/SOAPClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/SSHClient.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/Sharepoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/azure_component.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/azureauth.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/base_action.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/base_loop.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/cache.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/compress.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/copy_from_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/copy_to.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/copy_to_file_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/credentials.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/d2l.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/databases/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/databases/db.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/databases/documentdb.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/databases/rethink.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/arrow.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/dt.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/pandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/dataframes/polars.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/db.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/db_client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/download_from.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/env.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/file_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/flow.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/func.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/gamma.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/google_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/group.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/http.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/locale.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/log.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/mask.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/notification.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/parrot/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/parrot/agent.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/parrot/client.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/pipelines/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/pipelines/parrot.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/playwright.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/powerpoint.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/ppt.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/py.typed +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/qs.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/qs_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/result.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/sassie.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/search.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/selenium/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/selenium/options.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/selenium/service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/selenium_service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/smartsheet.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/stat.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/t_pandas.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/table_base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/task.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/teams.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/template.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/tickets.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/upload_to.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/user.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/vectorstores/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/vectorstores/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/vectorstores/milvus.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/config.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/applicants.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/base.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/candidates.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/cost_centers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/custom_punch_field_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/custom_punch_field_report_rest.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/custom_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/import_reported_time_blocks.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/import_time_clock_events.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/job_posting_sites.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/job_postings.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/job_requisitions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/locations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/organization_single.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/organizations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/put_time_clock_events.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/recruiting_agency_users.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/references.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/time_block_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/time_blocks.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/time_off_balances.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/time_requests.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/handlers/workers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/applicant.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/candidate.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/clock_event.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/cost_center.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/custom_punch_field_report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/job_posting.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/job_posting_site.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/job_requisition.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/location.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/location_hierarchy_assignments.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/organizations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/reference.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/time_block.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/time_off_balance.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/time_request.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/models/worker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/applicant_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/candidate_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/cost_center_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/custom_punch_field_report_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/job_posting_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/job_posting_site_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/job_requisition_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/location_hierarchy_assignments_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/location_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/organization_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/reference_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/time_block_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/time_off_balance_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/time_request_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/parsers/worker_parsers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/utils/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/workday/utils/utils.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/zammad.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/interfaces/zoom.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/models.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/_yaml.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/argparser.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/base.pxd +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/base.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/json.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/maps.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/checker.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/detector.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/registry.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/report.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/syntax/schema.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/parsers/toml.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/plugins/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/plugins/components_/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/plugins/handler/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/plugins/importer.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/plugins/sources/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/functions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/handlers/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/handlers/manager.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/handlers/models.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/handlers/service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/scheduler/notifications.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/bots/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/bots/telegram.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/files/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/files/manager.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/files/model.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/jira/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/jira/jira_actions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/manager.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/services/tasks/service.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/exceptions.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/files/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/files/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/files/filesystem.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/database.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/filesystem.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/github.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/memory.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/storages/tasks/row.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/abstract.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/command.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/pile.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/py.typed +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/task.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tasks/workers.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/template/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/tests.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/types/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/types/typedefs.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/__init__.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/constants.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/encoders.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/executor.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/functions.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/json.pxi +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/json.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/mail.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/msgraph_patch.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/parseqs.pyx +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/stats.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/transformations.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/uv.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask/utils/validators.py +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/SOURCES.txt +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/dependency_links.txt +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/entry_points.txt +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/requires.txt +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/flowtask.egg-info/top_level.txt +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/pyproject.toml +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/setup.cfg +0 -0
- {flowtask-5.12.5 → flowtask-5.12.7}/setup.py +0 -0
|
@@ -231,7 +231,7 @@ DEFAULT_EXECUTOR = config.get("DEFAULT_EXECUTOR", fallback="local")
|
|
|
231
231
|
DOCKER_IMAGE = config.get("DOCKER_IMAGE", fallback="flowtask:latest")
|
|
232
232
|
K8S_NAMESPACE = config.get("K8S_NAMESPACE", fallback="default")
|
|
233
233
|
ALLOW_RESCHEDULE = config.getboolean("ALLOW_RESCHEDULE", fallback=False)
|
|
234
|
-
SCHEDULER_STARTUP_JOB = config.getboolean("
|
|
234
|
+
SCHEDULER_STARTUP_JOB = config.getboolean("SCHEDULER_STARTUP_JOB", fallback=False)
|
|
235
235
|
|
|
236
236
|
"""
|
|
237
237
|
Email Configuration
|
|
@@ -177,7 +177,7 @@ class DockerJobExecutor(AbstractJobExecutor):
|
|
|
177
177
|
ExecutorConnectionError: If Docker daemon is unreachable.
|
|
178
178
|
ExecutorError: If image pull or container creation fails.
|
|
179
179
|
"""
|
|
180
|
-
execution_id = task_id
|
|
180
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
181
181
|
channel = f"FLOWTASK:EXEC:{execution_id}"
|
|
182
182
|
container_name = self._container_name(program, task, execution_id)
|
|
183
183
|
|
|
@@ -244,7 +244,7 @@ class DockerJobExecutor(AbstractJobExecutor):
|
|
|
244
244
|
Raises:
|
|
245
245
|
ExecutorConnectionError: If Docker daemon is unreachable.
|
|
246
246
|
"""
|
|
247
|
-
execution_id = task_id
|
|
247
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
248
248
|
container_name = self._container_name(program, task, execution_id)
|
|
249
249
|
timeout = self._config.timeout
|
|
250
250
|
|
|
@@ -214,7 +214,7 @@ class K8sJobExecutor(AbstractJobExecutor):
|
|
|
214
214
|
ExecutorConnectionError: If the K8s cluster is unreachable.
|
|
215
215
|
ExecutorError: If the Job cannot be created.
|
|
216
216
|
"""
|
|
217
|
-
execution_id = task_id
|
|
217
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
218
218
|
channel = f"FLOWTASK:EXEC:{execution_id}"
|
|
219
219
|
job_name = self._job_name(program, task, execution_id)
|
|
220
220
|
|
|
@@ -273,7 +273,7 @@ class K8sJobExecutor(AbstractJobExecutor):
|
|
|
273
273
|
Raises:
|
|
274
274
|
ExecutorConnectionError: If the K8s cluster is unreachable.
|
|
275
275
|
"""
|
|
276
|
-
execution_id = task_id
|
|
276
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
277
277
|
job_name = self._job_name(program, task, execution_id)
|
|
278
278
|
timeout = self._config.timeout
|
|
279
279
|
|
|
@@ -132,7 +132,7 @@ class LocalJobExecutor(AbstractJobExecutor):
|
|
|
132
132
|
program=program,
|
|
133
133
|
**kwargs,
|
|
134
134
|
)
|
|
135
|
-
execution_id = task_id
|
|
135
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
136
136
|
|
|
137
137
|
try:
|
|
138
138
|
await task_obj.start()
|
|
@@ -2,9 +2,10 @@
|
|
|
2
2
|
#
|
|
3
3
|
"""Pydantic data models for the flowtask executor framework."""
|
|
4
4
|
from __future__ import annotations
|
|
5
|
+
import uuid
|
|
5
6
|
from enum import Enum
|
|
6
7
|
from typing import Any, Literal, Optional
|
|
7
|
-
from pydantic import BaseModel, Field
|
|
8
|
+
from pydantic import BaseModel, Field, field_validator
|
|
8
9
|
|
|
9
10
|
|
|
10
11
|
class ExecutorType(str, Enum):
|
|
@@ -78,6 +79,19 @@ class ExecutionHandle(BaseModel):
|
|
|
78
79
|
task_name: str
|
|
79
80
|
channel: str
|
|
80
81
|
|
|
82
|
+
@field_validator("execution_id", mode="before")
|
|
83
|
+
@classmethod
|
|
84
|
+
def _coerce_execution_id(cls, value: Any) -> Any:
|
|
85
|
+
"""Coerce UUID (or other non-str ids) into a string.
|
|
86
|
+
|
|
87
|
+
Callers frequently pass a ``uuid.UUID`` object as the execution id;
|
|
88
|
+
Pydantic's strict ``str`` validation would reject it. Normalise here so
|
|
89
|
+
the handle always carries a plain string.
|
|
90
|
+
"""
|
|
91
|
+
if isinstance(value, uuid.UUID):
|
|
92
|
+
return str(value)
|
|
93
|
+
return value
|
|
94
|
+
|
|
81
95
|
|
|
82
96
|
class TaskResult(BaseModel):
|
|
83
97
|
"""Result returned by run() when task execution completes.
|
|
@@ -95,3 +109,11 @@ class TaskResult(BaseModel):
|
|
|
95
109
|
stats: Optional[Any] = None
|
|
96
110
|
error: Optional[str] = None
|
|
97
111
|
execution_id: Optional[str] = None
|
|
112
|
+
|
|
113
|
+
@field_validator("execution_id", mode="before")
|
|
114
|
+
@classmethod
|
|
115
|
+
def _coerce_execution_id(cls, value: Any) -> Any:
|
|
116
|
+
"""Coerce UUID execution ids into a string (see ExecutionHandle)."""
|
|
117
|
+
if isinstance(value, uuid.UUID):
|
|
118
|
+
return str(value)
|
|
119
|
+
return value
|
|
@@ -118,7 +118,7 @@ class PublishJobExecutor(AbstractJobExecutor):
|
|
|
118
118
|
Raises:
|
|
119
119
|
ExecutorConnectionError: If Redis is unavailable.
|
|
120
120
|
"""
|
|
121
|
-
execution_id = task_id
|
|
121
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
122
122
|
channel = f"FLOWTASK:EXEC:{execution_id}"
|
|
123
123
|
|
|
124
124
|
await self._publisher.publish("dispatched", program, task, execution_id)
|
|
@@ -181,7 +181,7 @@ class PublishJobExecutor(AbstractJobExecutor):
|
|
|
181
181
|
Raises:
|
|
182
182
|
ExecutorConnectionError: If the initial Redis connection fails.
|
|
183
183
|
"""
|
|
184
|
-
execution_id = task_id
|
|
184
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
185
185
|
result_channel = f"{RESULT_CHANNEL_PREFIX}:{execution_id}"
|
|
186
186
|
timeout = self._config.timeout
|
|
187
187
|
|
|
@@ -52,6 +52,45 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
52
52
|
"""
|
|
53
53
|
return "qworker"
|
|
54
54
|
|
|
55
|
+
def _sanitize_kwargs(self, program: str, task: str, kwargs: dict) -> dict:
|
|
56
|
+
"""Drop kwargs that cannot be cloudpickled before queue dispatch.
|
|
57
|
+
|
|
58
|
+
The TaskWrapper is serialized with ``cloudpickle`` when handed to the
|
|
59
|
+
worker. Any kwarg holding a non-serializable object (e.g. a live uvloop
|
|
60
|
+
event loop, a DB/Redis pool, or the navconfig ``config`` singleton)
|
|
61
|
+
raises ``TypeError: no default __reduce__ due to non-trivial __cinit__``
|
|
62
|
+
and kills the whole dispatch. This guards the boundary: each kwarg is
|
|
63
|
+
probed individually, and any that fails is logged by name and removed so
|
|
64
|
+
the remaining payload still serializes.
|
|
65
|
+
|
|
66
|
+
Args:
|
|
67
|
+
program: Program slug (for log context).
|
|
68
|
+
task: Task identifier (for log context).
|
|
69
|
+
kwargs: Raw kwargs destined for the TaskWrapper constructor.
|
|
70
|
+
|
|
71
|
+
Returns:
|
|
72
|
+
A new dict containing only the serializable kwargs.
|
|
73
|
+
"""
|
|
74
|
+
import cloudpickle # lazy import
|
|
75
|
+
|
|
76
|
+
clean: dict = {}
|
|
77
|
+
for key, value in kwargs.items():
|
|
78
|
+
try:
|
|
79
|
+
cloudpickle.dumps(value)
|
|
80
|
+
except Exception as exc: # noqa: BLE001 — probe, not control flow
|
|
81
|
+
self.logger.warning(
|
|
82
|
+
"Dropping non-serializable kwarg '%s' (%s) from %s.%s "
|
|
83
|
+
"dispatch — would break cloudpickle: %s",
|
|
84
|
+
key,
|
|
85
|
+
type(value).__name__,
|
|
86
|
+
program,
|
|
87
|
+
task,
|
|
88
|
+
exc,
|
|
89
|
+
)
|
|
90
|
+
continue
|
|
91
|
+
clean[key] = value
|
|
92
|
+
return clean
|
|
93
|
+
|
|
55
94
|
def _make_wrapper(
|
|
56
95
|
self,
|
|
57
96
|
program: str,
|
|
@@ -73,6 +112,7 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
73
112
|
A TaskWrapper instance ready for dispatch.
|
|
74
113
|
"""
|
|
75
114
|
from qw.wrappers import TaskWrapper # lazy import
|
|
115
|
+
kwargs = self._sanitize_kwargs(program, task, kwargs)
|
|
76
116
|
wrapper = TaskWrapper(
|
|
77
117
|
program=program,
|
|
78
118
|
task=task,
|
|
@@ -164,7 +204,7 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
164
204
|
Returns:
|
|
165
205
|
An ExecutionHandle with the queue message result.
|
|
166
206
|
"""
|
|
167
|
-
execution_id = task_id
|
|
207
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
168
208
|
priority: Optional[str] = kwargs.pop(
|
|
169
209
|
"priority", self._config.priority
|
|
170
210
|
)
|
|
@@ -226,7 +266,7 @@ class QworkerJobExecutor(AbstractJobExecutor):
|
|
|
226
266
|
Returns:
|
|
227
267
|
TaskResult with the worker's return value.
|
|
228
268
|
"""
|
|
229
|
-
execution_id = task_id
|
|
269
|
+
execution_id = str(task_id) if task_id else str(uuid.uuid4())
|
|
230
270
|
priority: Optional[str] = kwargs.pop(
|
|
231
271
|
"priority", self._config.priority
|
|
232
272
|
)
|
|
@@ -47,6 +47,62 @@ def my_handler():
|
|
|
47
47
|
for task in asyncio.all_tasks():
|
|
48
48
|
task.cancel()
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
def resolve_runner_route(
|
|
52
|
+
cli_executor: str | None,
|
|
53
|
+
no_worker: bool,
|
|
54
|
+
wait_for_result: bool,
|
|
55
|
+
default_executor: str | None,
|
|
56
|
+
) -> tuple[str, str]:
|
|
57
|
+
"""Decide the executor name and execution mode for a console task.
|
|
58
|
+
|
|
59
|
+
The Runner mirrors the scheduler's priority-driven router
|
|
60
|
+
(``flowtask/scheduler/functions.py``): here the *CLI flags* — not a
|
|
61
|
+
priority string — pick whether a task runs in-process or is handed to the
|
|
62
|
+
QWorker queue. ``"local"`` is the router sentinel, NOT a force-in-process
|
|
63
|
+
selector.
|
|
64
|
+
|
|
65
|
+
Resolution (highest precedence first):
|
|
66
|
+
|
|
67
|
+
* ``cli_executor`` (``--executor=<name>``) → that executor, as-is
|
|
68
|
+
(``qworker``, ``docker``, ``k8s``, ``publish``, ``local``…).
|
|
69
|
+
* ``no_worker`` (``--no-worker``) → ``"local"`` (run in-process).
|
|
70
|
+
* otherwise → the QWorker, unless ``default_executor`` names a non-local
|
|
71
|
+
global backend (e.g. ``docker``/``k8s``), which is honoured instead.
|
|
72
|
+
|
|
73
|
+
Mode for the QWorker:
|
|
74
|
+
|
|
75
|
+
* default → ``"dispatch"`` (fire-and-forget, ``QClient.queue()``).
|
|
76
|
+
* ``wait_for_result`` (``--run``) → ``"run"`` (``QClient.run()``, waits).
|
|
77
|
+
|
|
78
|
+
Every non-QWorker executor (local/docker/k8s/…) always runs and waits, so
|
|
79
|
+
its mode is ``"run"``.
|
|
80
|
+
|
|
81
|
+
Args:
|
|
82
|
+
cli_executor: Value of the ``--executor`` flag, or ``None``.
|
|
83
|
+
no_worker: Whether ``--no-worker`` was passed.
|
|
84
|
+
wait_for_result: Whether ``--run`` was passed.
|
|
85
|
+
default_executor: The global ``DEFAULT_EXECUTOR`` conf value.
|
|
86
|
+
|
|
87
|
+
Returns:
|
|
88
|
+
A ``(executor_name, mode)`` tuple where ``mode`` is ``"run"`` or
|
|
89
|
+
``"dispatch"``.
|
|
90
|
+
"""
|
|
91
|
+
if cli_executor:
|
|
92
|
+
executor_name = cli_executor
|
|
93
|
+
elif no_worker:
|
|
94
|
+
executor_name = "local"
|
|
95
|
+
else:
|
|
96
|
+
global_default = default_executor or "local"
|
|
97
|
+
executor_name = "qworker" if global_default == "local" else global_default
|
|
98
|
+
|
|
99
|
+
if executor_name == "qworker":
|
|
100
|
+
mode = "run" if wait_for_result else "dispatch"
|
|
101
|
+
else:
|
|
102
|
+
mode = "run"
|
|
103
|
+
|
|
104
|
+
return executor_name, mode
|
|
105
|
+
|
|
50
106
|
class TaskRunner:
|
|
51
107
|
"""
|
|
52
108
|
TaskRunner.
|
|
@@ -217,26 +273,12 @@ class TaskRunner:
|
|
|
217
273
|
# plain "local" sentinel, normal CLI dispatch routes to the worker;
|
|
218
274
|
# an explicit non-local DEFAULT_EXECUTOR is honoured as the default
|
|
219
275
|
# backend.
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
_global_default = DEFAULT_EXECUTOR or "local"
|
|
227
|
-
executor_name = (
|
|
228
|
-
"qworker" if _global_default == "local" else _global_default
|
|
229
|
-
)
|
|
230
|
-
|
|
231
|
-
# Mode: the QWorker fires-and-forgets via QClient.queue() by
|
|
232
|
-
# default; --run switches to QClient.run() and waits for the
|
|
233
|
-
# worker's result. Every other executor (local/docker/k8s/…) runs
|
|
234
|
-
# and waits in-line.
|
|
235
|
-
_wait_for_result = getattr(self._options, "run", False)
|
|
236
|
-
if executor_name == "qworker":
|
|
237
|
-
mode = "run" if _wait_for_result else "dispatch"
|
|
238
|
-
else:
|
|
239
|
-
mode = "run"
|
|
276
|
+
executor_name, mode = resolve_runner_route(
|
|
277
|
+
cli_executor=getattr(self._options, "executor", None),
|
|
278
|
+
no_worker=self.no_worker,
|
|
279
|
+
wait_for_result=getattr(self._options, "run", False),
|
|
280
|
+
default_executor=DEFAULT_EXECUTOR,
|
|
281
|
+
)
|
|
240
282
|
|
|
241
283
|
# Resolve via the executor name we just decided. Setting it on the
|
|
242
284
|
# options object (instead of relying on the legacy --no-worker /
|
|
@@ -439,7 +439,9 @@ class NavScheduler:
|
|
|
439
439
|
return self._loop
|
|
440
440
|
|
|
441
441
|
def set_test_job(self):
|
|
442
|
-
self.logger.debug(
|
|
442
|
+
self.logger.debug(
|
|
443
|
+
"Scheduler: Adding a Test job"
|
|
444
|
+
)
|
|
443
445
|
run_date = datetime.now(self._timezone) + timedelta(minutes=1)
|
|
444
446
|
# define Task:
|
|
445
447
|
program = "navigator"
|
|
@@ -478,6 +480,7 @@ class NavScheduler:
|
|
|
478
480
|
f"[{ENVIRONMENT} - Scheduler] Error getting Jobs: {error!s}"
|
|
479
481
|
)
|
|
480
482
|
# Add a Job for testing purposes.
|
|
483
|
+
print('HERE > ', SCHEDULER_STARTUP_JOB)
|
|
481
484
|
if SCHEDULER_STARTUP_JOB is True:
|
|
482
485
|
self.set_test_job()
|
|
483
486
|
for job in jobs:
|
|
@@ -174,7 +174,7 @@ class TaskLauncher(BaseView):
|
|
|
174
174
|
args = params
|
|
175
175
|
if data:
|
|
176
176
|
args = {**args, **data}
|
|
177
|
-
task_uuid = uuid.uuid4()
|
|
177
|
+
task_uuid = str(uuid.uuid4())
|
|
178
178
|
print('Launching Task: ', program, task_id, args)
|
|
179
179
|
uid, action, result = await launch_task(
|
|
180
180
|
program_slug=program,
|
|
@@ -2,7 +2,6 @@ from typing import Union
|
|
|
2
2
|
import asyncio
|
|
3
3
|
from concurrent.futures import ThreadPoolExecutor
|
|
4
4
|
import pandas as pd
|
|
5
|
-
from navconfig import config as ENV
|
|
6
5
|
from navconfig.logging import logging
|
|
7
6
|
from ...conf import DEBUG
|
|
8
7
|
from ...exceptions import (
|
|
@@ -98,11 +97,15 @@ async def launch_task(
|
|
|
98
97
|
action = "Dispatched"
|
|
99
98
|
mode = "run"
|
|
100
99
|
|
|
101
|
-
# Build extra kwargs forwarded to the executor
|
|
100
|
+
# Build extra kwargs forwarded to the executor.
|
|
101
|
+
# NOTE: do NOT forward the live navconfig ``config`` (ENV) object here.
|
|
102
|
+
# The qworker executor cloudpickles the TaskWrapper, and ``config`` holds a
|
|
103
|
+
# live uvloop event loop (Cython type, non-trivial ``__cinit__``, no
|
|
104
|
+
# ``__reduce__``) which is unpicklable. The worker rebuilds its own
|
|
105
|
+
# ``self._env = config`` inside ``Task`` anyway, so the kwarg is never read.
|
|
102
106
|
exec_kwargs = {
|
|
103
107
|
"userid": userid,
|
|
104
108
|
"priority": priority,
|
|
105
|
-
"ENV": ENV,
|
|
106
109
|
"debug": DEBUG,
|
|
107
110
|
**kwargs,
|
|
108
111
|
}
|
|
@@ -5,7 +5,7 @@ __description__ = (
|
|
|
5
5
|
"Framework for running Tasks and from CLI and API for orchestation. "
|
|
6
6
|
"Component-based Task builder/Runner for non-programmers."
|
|
7
7
|
)
|
|
8
|
-
__version__ = "5.12.
|
|
8
|
+
__version__ = "5.12.7"
|
|
9
9
|
__copyright__ = "Copyright (c) 2018-2025 Jesus Lara"
|
|
10
10
|
__author__ = "Jesus Lara"
|
|
11
11
|
__author_email__ = "jesuslarag@gmail.com"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowtask-5.12.5 → flowtask-5.12.7}/flowtask/components/CompanyScraper/parsers/visualvisitor.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|