Extend _FileDataNodeMixin to support storage on remote storage #1859
Labels
Core: ⚙️ Configuration
Core: Data node
💬 Discussion
Requires some discussion and decision
🟧 Priority: High
Must be addressed as soon
📝Release Notes
Impacts the Release Notes or the Documentation in general
🔒 Staff only
Can only be assigned to the Taipy R&D team
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 as a CSV, Excel, etc., instead of raw binary data.
We can extend the
_FileDataNodeMixin
by adding a config property to specify the storage as follows:Taipy should be able to read/write/append/download/upload the data to/from the specified storage with the right storage_type ("csv", "xlsx", "pickle", etc.)
The path properties should be made generic enough to handle every storage.
Originally posted by @jrobinAV in #1822 (review)
The text was updated successfully, but these errors were encountered: