Hello everyone,

Hello everyone, I am trying to follow along this tutorial: https://developers.cloudflare.com/pipelines/tutorials/query-data-with-motherduck/. I am stuck at the pipeline creation stage. When I run npx wrangler pipelines create clickstream-pipeline --r2-bucket clickstream-data --compression none --batch-max-seconds 5, I get the following error:
⛅️ wrangler 4.27.0 (update available 4.28.0)
─────────────────────────────────────────────
▲ [WARNING] :construction: `wrangler pipelines create` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose

:cyclone: Authorizing R2 bucket "qs-data"
Opening a link in your default browser: https://oauth.pipelines.cloudflare.com/oauth/login?[...]qs-pipeline
:cyclone: Checking access to R2 bucket "qs-data"
:cyclone: Creating pipeline named "qs-pipeline"

✘ [ERROR] A request to the Cloudflare API (/accounts/[...]/pipelines) failed.

Forbidden [code: 100]

If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
⛅️ wrangler 4.27.0 (update available 4.28.0)
─────────────────────────────────────────────
▲ [WARNING] :construction: `wrangler pipelines create` is an open-beta command. Please report any issues to https://github.com/cloudflare/workers-sdk/issues/new/choose

:cyclone: Authorizing R2 bucket "qs-data"
Opening a link in your default browser: https://oauth.pipelines.cloudflare.com/oauth/login?[...]qs-pipeline
:cyclone: Checking access to R2 bucket "qs-data"
:cyclone: Creating pipeline named "qs-pipeline"

✘ [ERROR] A request to the Cloudflare API (/accounts/[...]/pipelines) failed.

Forbidden [code: 100]

If you think this is a bug, please open an issue at:
https://github.com/cloudflare/workers-sdk/issues/new/choose
I tried all the methods on https://github.com/cloudflare/workers-sdk/issues/9320, but nothing worked. Any direction would be helpful.
2 Replies
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
tminima
tminimaOP2w ago
Hey, it's alright. I found out later that i don't really need pipelines.

Did you find this page helpful?