Jean-Robin
Jean-Robin
### Description CouchBase is a widely used NoSQL Database. The purpose of this issue is to implement a CouchBase Datanode similar to the MongoDatanode. More information in the comments: https://github.com/Avaiga/taipy/issues/1862#issuecomment-2404783206
### Description Apache Cassandra is a widely used NoSQL Database. The purpose of this issue is to implement a Cassandra Datanode similar to the MongoDatanode. ### Acceptance Criteria - [...
Today, we have an s3 object data node that reads/writes data from/to an S3 object. The added value of exposing s3_objects seems greater if the user receives file data, such...
- Update dependencies: pymongo, flask-cors, numpy - Remove Python 3.8 support - Fix Ruff complaints about Type comparison using `==` instead of `is` - Fir gui/gui_specific/test_gui.py
### Issue Description Function and method parameters are documented using either `Parameters`, `Arguments`, or `Args` keywords. We should only use `Arguments` everywhere. ### Code of Conduct - [x] I have...
Move class attribute doc from the class docstring to each attribute docstinrg Now attributes are in the TOC, and they don't appear in a table but as a real Class...
The input, intermediate, and output filters for the data node selector should be removed. https://github.com/Avaiga/taipy/blob/a7f0a4151af307c4201427a0696ccd758c479ea0/taipy/gui_core/_adapters.py#L554 These 3 filters do not make sense globally, as a data node cannot be intrinsically...
 Snyk has created this PR to upgrade react from 18.2.0 to 18.3.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
 Snyk has created this PR to upgrade react-dom from 18.2.0 to 18.3.1. :information_source: Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly...
- Each data node config now has a `_rank` attribute as a dictionary. - All the nested data node configs are updated when configuring a new scenario config. An entry...