Skip to content

Commit f922ce9

Browse files
angelampcostanevikashah
authored andcommitted
Adds note about datasets (#24660)
1 parent 23d4c1d commit f922ce9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/content/docs/analytics/analytics-engine/get-started.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ import { DirectoryListing, WranglerConfig } from "~/components"
1515

1616
Add the following to your [Wrangler configuration file](/workers/wrangler/configuration/) to create a [binding](/workers/runtime-apis/bindings/) to a Workers Analytics Engine dataset. A dataset is like a table in SQL: the rows and columns should have consistent meaning.
1717

18+
:::note
19+
You do not need to manually create a dataset in the Cloudflare dashboard. Workers Analytics Engine datasets are created automatically the first time you write to them after defining the binding in your Wrangler configuration.
20+
:::
21+
1822
<WranglerConfig>
1923

2024
```toml

0 commit comments

Comments
 (0)