studio
studio copied to clipboard
Request to add a button on the Studio UI main page to export all model names as json.
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},
]