studio icon indicating copy to clipboard operation
studio copied to clipboard

Request to add a button on the Studio UI main page to export all model names as json.

Open emmanuel-londono opened this issue 1 year ago • 0 comments

It would be useful if I could export my model names as an an array of objects or json from the main studio page. This would be useful for backend documentation or for creating user stories. Would that be a feature that could be implemented?

Example of the exported object:

[
{model_name: model1, record_count: count},
{model_name: model2, record_count: count},
{model_name: model3, record_count: count},
{model_name: model4, record_count: count},
]

emmanuel-londono avatar Nov 28 '23 01:11 emmanuel-londono