Avaiga / taipy-core

A Python library to build powerful and customized data-driven back-end applications.
Apache License 2.0
39 stars 15 forks source link

New API to create Global Data Nodes #449

Closed FlorianJacta closed 1 year ago

FlorianJacta commented 1 year ago

What would that feature address Creating Global Data Nodes and using them in a Taipy Core application will be simplified.

Description of the ideal solution tp.create_global_data_node(<Data Node Config>) should create the Data Node. The method should raise a dedicated error if the data node config is not global.

Documentation

jrobinAV commented 1 year ago

Requires some design discussion