external.snapshot Table: dim_spaces Type: View
What
A dimensional view that contains all spaces on Snapshot and related information.Columns
| Column Name | Data Type | Description |
|---|---|---|
| SPACE_ID | TEXT | A way to identify which group, or space, on Snapshot a proposal belongs to. |
| SPACE | TEXT | The name of the space. |
| ABOUT | TEXT | The description of the space. |
| SYMBOL | TEXT | The symbol of the space. |
| NETWORK | TEXT | The default network or blockchain used for the space. |
| CATEGORIES | VARIANT | The category of the space. |
| DOMAIN | TEXT | The domain name of the space. |
| IS_PRIVATE | BOOLEAN | Boolean column to signal whether the space is private or not. |
| IS_VERIFIED | BOOLEAN | Boolean column to signal whether the space is verified or not. |
| ADMINS | VARIANT | An array of the admin addresses of the space. |
| MEMBERS | VARIANT | An array of the member addresses of the space. |
| TREASURIES | VARIANT | An object showcasing treasury details for the space. |