Skip to content

Commit 4af316a

Browse files
committed
Fix link to BigQuery docs
1 parent 53628bd commit 4af316a

File tree

1 file changed

+26
-26
lines changed

1 file changed

+26
-26
lines changed

src/cookbooks/bigquery/querying.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -27,32 +27,32 @@ projects to maintain BigQuery [datasets](https://cloud.google.com/bigquery/docs/
2727

2828
### Projects with BigQuery datasets
2929

30-
| Project | Dataset | Purpose |
31-
| ------------------------------- | --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32-
| `mozdata` | | The primary home for user analysis; it has a short name that is easy to type and is filled with views that reference underlying tables in `moz-fx-data-shared-prod`; the default project for STMO and Looker |
33-
| | `analysis` | User-generated tables for analysis; please prefix tables with your username |
34-
| | `tmp` | User-generated tables for ephemeral analysis results; tables created here are automatically deleted after 7 days. |
35-
| | `telemetry` | Views into legacy desktop telemetry pings and many derived tables; see _user-facing (unsuffixed) datasets_ below |
36-
| | `<namespace>` | See _user-facing (unsuffixed) datasets_ below |
37-
| | `search` | Search data imported from parquet (_restricted_) |
38-
| | `static` | Static tables, often useful for data-enriching joins |
39-
| | `udf` | Internal persistent user-defined functions defined in SQL; see [Using UDFs](#using-udfs) |
40-
| | `udf_js` | Internal user-defined functions defined in JavaScript; see [Using UDFs](#using-udfs) |
41-
| `mozfun` | | The primary home for user-defined functions; see [Using UDFs](#using-udfs) |
42-
| `moz-fx-data-bq-<team-name>` | | Some teams have specialized needs and can be provisioned a team-specific project |
43-
| `moz-fx-data-shared-prod` | | All production data including full pings and derived datasets defined in [bigquery-etl](https://github.com/mozilla/bigquery-etl) |
44-
| | `<namespace>_live` | See _live datasets_ below |
45-
| | `<namespace>_stable` | See _stable datasets_ below |
46-
| | `<namespace>_derived` | See _derived datasets_ below |
47-
| | `<product>_external` | Tables that reference external resources; these may be native BigQuery tables populated by a job that queries an third-party API, or they may be [federated data sources](https://cloud.google.com/bigquery/external-data-sources) that pull data from other GCP services like GCS at query time. |
48-
| | `backfill` | Temporary staging area for back-fills |
49-
| | `blpadi` | Blocklist ping derived data(_restricted_) |
50-
| | `payload_bytes_raw` | Raw JSON payloads as received from clients, used for reprocessing scenarios, a.k.a. "landfill" (_restricted_) |
51-
| | `payload_bytes_error` | `gzip`-compressed JSON payloads that were rejected in some phase of the pipeline; particularly useful for investigating schema validation errors |
52-
| | `tmp` | Temporary staging area for parquet data loads |
53-
| | `validation` | Temporary staging area for validation |
54-
| `moz-fx-data-derived-datasets` | | Legacy project that was a precursor to `mozdata` |
55-
| `moz-fx-data-shar-nonprod-efed` | | Non-production data produced by stage ingestion infrastructure |
30+
| Project | Dataset | Purpose |
31+
| ------------------------------- | --------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
32+
| `mozdata` | | The primary home for user analysis; it has a short name that is easy to type and is filled with views that reference underlying tables in `moz-fx-data-shared-prod`; the default project for STMO and Looker |
33+
| | `analysis` | User-generated tables for analysis; please prefix tables with your username |
34+
| | `tmp` | User-generated tables for ephemeral analysis results; tables created here are automatically deleted after 7 days. |
35+
| | `telemetry` | Views into legacy desktop telemetry pings and many derived tables; see _user-facing (unsuffixed) datasets_ below |
36+
| | `<namespace>` | See _user-facing (unsuffixed) datasets_ below |
37+
| | `search` | Search data imported from parquet (_restricted_) |
38+
| | `static` | Static tables, often useful for data-enriching joins |
39+
| | `udf` | Internal persistent user-defined functions defined in SQL; see [Using UDFs](#using-udfs) |
40+
| | `udf_js` | Internal user-defined functions defined in JavaScript; see [Using UDFs](#using-udfs) |
41+
| `mozfun` | | The primary home for user-defined functions; see [Using UDFs](#using-udfs) |
42+
| `moz-fx-data-bq-<team-name>` | | Some teams have specialized needs and can be provisioned a team-specific project |
43+
| `moz-fx-data-shared-prod` | | All production data including full pings and derived datasets defined in [bigquery-etl](https://github.com/mozilla/bigquery-etl) |
44+
| | `<namespace>_live` | See _live datasets_ below |
45+
| | `<namespace>_stable` | See _stable datasets_ below |
46+
| | `<namespace>_derived` | See _derived datasets_ below |
47+
| | `<product>_external` | Tables that reference external resources; these may be native BigQuery tables populated by a job that queries an third-party API, or they may be [federated data sources](https://docs.cloud.google.com/bigquery/docs/external-data-sources) that pull data from other GCP services like GCS at query time. |
48+
| | `backfill` | Temporary staging area for back-fills |
49+
| | `blpadi` | Blocklist ping derived data(_restricted_) |
50+
| | `payload_bytes_raw` | Raw JSON payloads as received from clients, used for reprocessing scenarios, a.k.a. "landfill" (_restricted_) |
51+
| | `payload_bytes_error` | `gzip`-compressed JSON payloads that were rejected in some phase of the pipeline; particularly useful for investigating schema validation errors |
52+
| | `tmp` | Temporary staging area for parquet data loads |
53+
| | `validation` | Temporary staging area for validation |
54+
| `moz-fx-data-derived-datasets` | | Legacy project that was a precursor to `mozdata` |
55+
| `moz-fx-data-shar-nonprod-efed` | | Non-production data produced by stage ingestion infrastructure |
5656

5757
### Table Layout and Naming
5858

0 commit comments

Comments
 (0)