carto-explore-datawarehouse
Installation
SKILL.md
carto-explore-datawarehouse
Before writing SQL or building maps, an agent typically needs to know what's in the warehouse. This skill covers two CARTO surfaces for that:
carto connections browse— walk the warehouse hierarchy (project → dataset → table).carto connections describe— inspect a specific table's columns and types.
And one CARTO-specific concept:
- Named sources — saved, parameterized SQL that maps and apps consume as if they were tables.
When to use this skill
- You don't know which tables / schemas exist in a connection.
- You need a column list and types before writing SQL or authoring a map.
- The user references "the named source for X" and you need to find it.
If you already know the table and just want to query it, jump straight to carto-query-datawarehouse.