Skip to content

Commit

Permalink
Update src/content/docs/pipelines/tutorials/query-data-with-motherduc…
Browse files Browse the repository at this point in the history
…k/index.mdx

Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
harshil1712 and hyperlint-ai[bot] authored Oct 9, 2024
1 parent 7d20865 commit ce9f0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In this tutorial, you will learn how to ingest clickstream data to a R2 bucket u

To create a new pipeline and connect it to your R2 bucket, you need the `Access Key ID` and the `Secret Access Key` of your R2 bucket. Follow the [R2 documentation](/r2/api/s3/tokens/) to get these keys. Make a note of these keys. You will need them in the next step.

Create a new pipeline `clickstream-pipeline` using the [wrangler CLI](/workers/wrangler/):
Create a new pipeline `clickstream-pipeline` using the [Wrangler CLI](/workers/wrangler/):

```sh
npx wrangler pipelines create clickstream-pipeline --r2 <BUCKET_NAME> --access-key-id <ACCESS_KEY_ID> --secret-access-key <SECRET_ACCESS_KEY>
Expand Down

0 comments on commit ce9f0f7

Please sign in to comment.