Columns
| Column | Type | Description |
|---|---|---|
app_id | STRING | Identifier of the app. Every table that mentions an app joins on this. |
project_id | STRING | Project that runs the app. Joins dimensions.projects. |
name | STRING | Display name. |
market_sectors | ARRAY<STRING> | Every market sector tag on the app. |
primary_market_sector | STRING | The first element of market_sectors. One value per row. |
created_at | TIMESTAMP | When the app was added to the registry. |
Sample queries
- Apps of one project
- Apps by sector
- Apps with their project
project_id is the same key the daily tables use, and one project has several rows here.