You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`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 |
||`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 |
|`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 |
||`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 |
0 commit comments