7 Replies
Hey! Can you provide any other details about how you got here? Is this a custom schema or created via the dashboard/wrangler?
I shared in the other thread
https://discord.com/channels/595317990191398933/1420923406869856297/1421029269164916869
fixed by using snake_case
ok, interesting — I wouldn't expect that error message for that issue, but I'll look into what happened there
btw, my test data never showed up in the bucket
{"success":true,"result":{"committed":1}}⏎
oh nevermind, it did now
maybe just was batching
are there plans for a UI to query data pipelines?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
By default, we use a 5 minute rollover interval but it can be set as low as 10 seconds for lower latency
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.