Skip to content

Commit 12ae9d2

Browse files
Clarify clustering details and remove migration guide (#127)
* Update clustering details in minimizing-costs guide for better clarity * remove migration guide * remove all mentions * rename * Update src/content/docs/guides/minimizing-costs.md Co-authored-by: Barry Pollard <barrypollard@google.com> * Remove 'Migrate queries to `crawl` dataset' link Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> * simplify title Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> * adust example Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> * docs: Update SQL dialect reference and remove migration guide links from guided tour. Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> --------- Signed-off-by: Max Ostapenko <1611259+max-ostapenko@users.noreply.github.com> Co-authored-by: Barry Pollard <barrypollard@google.com>
1 parent c8efd5f commit 12ae9d2

9 files changed

Lines changed: 10 additions & 458 deletions

astro.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ export default defineConfig({
4242
{ label: 'Minimizing query costs', link: '/guides/minimizing-costs/' },
4343
{ label: 'Guided tour', link: '/guides/guided-tour/' },
4444
{ label: 'Release cycle', link: '/guides/release-cycle/' },
45-
{ label: 'Migrate queries to `crawl` dataset', link: '/guides/migrating-to-crawl-dataset/' },
4645
],
4746
},
4847
{

src/content/docs/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting started accessing the HTTP Archive with BigQuery
2+
title: Getting started
33
description: Using HTTP Archive on BigQuery for the first time
44
---
55

src/content/docs/guides/guided-tour.mdx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ If you are new to BigQuery, then the [Getting Started guide](/guides/getting-sta
1212

1313
- This guide assumes that you've completed the setup from the [Getting Started guide](/guides/getting-started/).
1414
- You would be safe processing extremely-large tables contained in this dataset if you follow the [minimizing query costs guide](/guides/minimizing-costs/).
15-
- It also assumes some familiarity with SQL. All of the examples provided will be using [Standard SQL](https://cloud.google.com/bigquery/docs/reference/standard-sql/).
16-
17-
Migration Guides:
18-
19-
- If you are looking to adapt older HTTP Archive queries, written in [Legacy SQL](https://cloud.google.com/bigquery/docs/reference/legacy-sql), then you may find this [migration guide](https://cloud.google.com/bigquery/docs/reference/standard-sql/migrating-from-legacy-sql) helpful.*
20-
- If you've been working with the deprecated dataset `pages` or `requests`, there is a guide on [migrating your queries to the `crawl` dataset](/guides/migrating-to-crawl-dataset/).
15+
- It also assumes some familiarity with [Google SQL](https://docs.cloud.google.com/bigquery/docs/introduction-sql).
2116

2217
This guide is split into multiple sections, each one focusing on different tables in the HTTP Archive. Each section builds on top of the previous one:
2318

0 commit comments

Comments
 (0)