Jean-Robin
Jean-Robin
**Description** Make specific data node libraries optional: - S3ObjectDatanode - ParquetDataNode **Acceptance Criteria** - [ ] Ensure new code is unit tested, and check code coverage is at least 90%...
- [ ] Update dev practice document, adding a section on how to un-support an old release - [ ] Add description on PR/issue link management. Doc is [here](https://docs.google.com/document/d/1A7Gn34v7EakVr39nbd_XXabotYAMtG8d1tV2pm-p1E8/edit#heading=h.jyr3gm6yqffo)
Propose a way to filter scenarios by providing a cycle description. # Objectives We want to implement a filter mechanism, a query system, or Python API to easily describe and...
**What would that feature address** Like the existing `S3ObjectDataNode`, we want a new predefined data node modeling a data object stored on an Azure BlobStorage. The new data node configuration...
distutils will be removed in 3.12 planned for Q4 2023 **target release date**: October, 2nd 2023 **Migration path**: https://peps.python.org/pep-0632/#migration-advice **Acceptance criteria**: Make sure taipy (and all other packages) are Python...
Check dependencies are up-to-date
Today, a default data attribute in Data Node config is implemented for csv, excel, in memory, json, parquet, pickle storage types. We want to make it generic for all data...
Replace the orchestrator multiprocessing.lock by a threading.lock. It is used by: - the orchestrator to put jobs in the `jobs_to_run` queue when jobs are ok to be run (status is...