Not sure if this is disconnect in what
Not sure if this is disconnect in what the interface says and what the intended behaviour is, but when viewing streams, the UI says: "Specify origins that can send cross-origin requests to this stream. Leave empty to allow all origins."
But if I leave that blank, I get console errors indicating CORS errors.
Is there no way to have wildcards for CORS headers?


13 Replies
Unknown User•3d ago
Message Not Public
Sign In & Join Server To View
@kagitac
9bc757afca1548ee94d09bcfd07c6359
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
May want to update the documentation from Wrangler since it says it accepts an array:
https://developers.cloudflare.com/pipelines/platform/wrangler-commands/#pipelines-streams-create
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Gotcha.
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
I must be responsible for like, half of the issues flagged in Pipelines🤣
Unknown User•2d ago
Message Not Public
Sign In & Join Server To View
Keep em coming!
@cole | pipelines
Is my understanding correct that not all of the method of Arroyo have been implemented in Pipelines?
So a SQL insert like
Is not going to work?
When I try this I get an error indicating that it's not available, but I want to double check I haven't just made a mistake in my query:
To tell you as a user story what I am trying to do here:
As a data engineer, analytics libraries have the potential to send duplicate messages despite best intentions. By have a de-duplication based on messageId this provides some defense against duplicate events sent in quick succession from being ingested twice.
In the end, I am trying to get the data as close to "silver" as possible.