ToolJet/server/templates/sales-analytics-dashboard-snowflake/manifest.json

16 lines
441 B
JSON
Raw Normal View History

{
"name": "Sales analytics dashboard (Snowflake)",
"description": "Visualize key sales metrics like total customers, revenue, AoV, and ROI using interactive dashboards for data-driven insights with Snowflake as the backend.",
"widgets": [
"Table",
"Chart"
],
"sources": [
{
"name": "Snowflake",
"id": "snowflake"
}
],
"id": "sales-analytics-dashboard-snowflake",
2024-05-03 12:14:11 +00:00
"category": "data-and-analytics"
}