7 Replies
Micah Wylde
Micah Wylde7d ago
Hey! Can you provide any other details about how you got here? Is this a custom schema or created via the dashboard/wrangler?
switz
switzOP7d ago
Micah Wylde
Micah Wylde7d ago
ok, interesting — I wouldn't expect that error message for that issue, but I'll look into what happened there
switz
switzOP7d ago
btw, my test data never showed up in the bucket
curl -X POST https://[redacted].ingest.cloudflare.com \
-H "Content-Type: application/json" \
-d '[
{
"match_id": 42,
"time": 1758870176032,
"svms": 3.14
}
]'
curl -X POST https://[redacted].ingest.cloudflare.com \
-H "Content-Type: application/json" \
-d '[
{
"match_id": 42,
"time": 1758870176032,
"svms": 3.14
}
]'
{"success":true,"result":{"committed":1}}⏎ oh nevermind, it did now maybe just was batching are there plans for a UI to query data pipelines?
Micah Wylde
Micah Wylde2d ago
Sorry for missing this—how often we write to the bucket is controlled by the rollover configs on the sink, which can be defied by time, size, or inactivity: https://developers.cloudflare.com/pipelines/sinks/available-sinks/r2/#batching-and-rolling-policy
Cloudflare Docs
R2
Write data as JSON or Parquet files to R2 object storage
Micah Wylde
Micah Wylde2d ago
By default, we use a 5 minute rollover interval but it can be set as low as 10 seconds for lower latency
Micah Wylde
Micah Wylde2d ago
If you’re ingesting into r2 data catalog (iceberg) you can use r2 sql to query it https://developers.cloudflare.com/r2-sql/ We don’t yet have a UI, just wrangler and an API but we’ll be adding a UI in the future.
Cloudflare Docs
R2 SQL
A distributed SQL engine for R2 Data Catalog

Did you find this page helpful?