send_datahub_events
Send DataHub events with provider and timestamp for ingestion into Cloud Analytics. Optionally add dimensions and metrics to categorize events.
Instructions
Use this when the user wants to send DataHub events for ingestion (1–50,000 events per call). Each event requires a provider name and an RFC 3339 timestamp, and can optionally include dimensions and metrics. Ask the user to confirm the event count and provider details before executing. Data becomes available in Cloud Analytics within ~15 minutes. Do NOT use this for creating datasets (use create_datahub_dataset) or viewing datasets (use list_datahub_datasets).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| events | Yes | Array of DataHub events to ingest (required). Each event requires a provider and time. Accepts 1 to 50,000 events per call. |