Custom Integration
Overview
Create a custom integration and upload nodes using JSON
[
{
"node_type": "Datasource",
"icon_name": "database",
"color": "ORANGE"
},
{
"node_type": "Chart",
"icon_name": "pie-chart",
"color": "TEAL"
},
{
"node_type": "Dashboard",
"icon_name": "dashboard",
"color": "CORAL"
}
]Last updated
Was this helpful?