Skip to content

Commit ce9f0f7

Browse files
Update src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 7d20865 commit ce9f0f7

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/pipelines/tutorials/query-data-with-motherduck

1 file changed

+1
-1
lines changed

src/content/docs/pipelines/tutorials/query-data-with-motherduck/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you will learn how to ingest clickstream data to a R2 bucket u
2525

2626
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.
2727

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

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

0 commit comments

Comments
 (0)