# @v2/telemetry-bi-export-connectors

Phase 72.5.2.14 BI connector surface for governed telemetry exports.

`buildV2TelemetryBiExportConnectorsSurface` composes
`@v2/telemetry-data-export-api` and converts authorized export results into:

- Grafana JSON data frames
- Tableau Web Data Connector rows and schema
- Looker model rows plus a LookML view

The connector layer does not query the warehouse directly. Authorization,
approved purpose checks, topic/account scopes, pagination, and forbidden raw
identifier guards remain owned by `@v2/telemetry-data-export-api`.

## Verification

```bash
pnpm --filter @v2/telemetry-bi-export-connectors run typecheck
pnpm --filter @v2/telemetry-bi-export-connectors run test
python V2/ue/Tools/check-v2-telemetry-bi-export-connectors.py
```
