From f729843dce206341210f9f478debb0593459cf67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Poniedzia=C5=82ek?= Date: Mon, 20 May 2024 15:05:23 +0200 Subject: [PATCH] Fix --- .../bigquery-loader/upgrade-guides/2-0-0-upgrade-guide/index.md | 2 +- docs/storing-querying/storage-options/index.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/upgrade-guides/2-0-0-upgrade-guide/index.md b/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/upgrade-guides/2-0-0-upgrade-guide/index.md index 46dcf58173..78988451ba 100644 --- a/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/upgrade-guides/2-0-0-upgrade-guide/index.md +++ b/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/upgrade-guides/2-0-0-upgrade-guide/index.md @@ -45,7 +45,7 @@ If you are not using Snowplow dbt models but still use dbt, you can employ [this ### What is schema evolution? -One of Snowplow’s key features is the ability to [define custom schemas and validate events against them](/docs/understanding-tracking-design/understanding-schemas-and-validation/index.md). Over time, users often evolve the schemas, e.g. by adding new fields or changing existing fields. To accommodate these changes, BigQuery Loader 2.0.0 automatically adjusts the database tables in the warehouse accordingly. +One of Snowplow’s key features is the ability to [define custom schemas and validate events against them](/docs/understanding-your-pipeline/schemas/index.md). Over time, users often evolve the schemas, e.g. by adding new fields or changing existing fields. To accommodate these changes, BigQuery Loader 2.0.0 automatically adjusts the database tables in the warehouse accordingly. There are two main types of schema changes: diff --git a/docs/storing-querying/storage-options/index.md b/docs/storing-querying/storage-options/index.md index 50f0911f62..64c66d1ec0 100644 --- a/docs/storing-querying/storage-options/index.md +++ b/docs/storing-querying/storage-options/index.md @@ -25,6 +25,7 @@ The cloud selection is for where your Snowplow pipeline runs. The warehouse itse | Destination | Type | Loader application | Status | | --- | --- | --- | --- | | Redshift
_(including Redshift serverless)_ | Batching (recommended)
or micro-batching | [RDB Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowplow-rdb-loader/index.md) | Production-ready | +| BigQuery | Streaming | [BigQuery Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/index.md) | Production-ready | | Snowflake | Batching (recommended)
or micro-batching | [Snowplow RDB Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowplow-rdb-loader/index.md) | Production-ready | | Snowflake | Streaming 🆕 | [Snowflake Streaming Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowflake-streaming-loader/index.md) | Early release | | Databricks | Batching (recommended)
or micro-batching | [Snowplow RDB Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowplow-rdb-loader/index.md) | Production-ready | @@ -46,6 +47,7 @@ The cloud selection is for where your Snowplow pipeline runs. The warehouse itse | Destination | Type | Loader application | Status | | --- | --- | --- | --- | +| BigQuery | Streaming | [BigQuery Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/bigquery-loader/index.md) | Production-ready | | Snowflake | Micro-batching | [RDB Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowplow-rdb-loader/index.md) | Early release | | Snowflake | Streaming 🆕 | [Snowflake Streaming Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/snowflake-streaming-loader/index.md) | Early release | | Databricks | Micro-batching
_(via a [data lake](#data-lake-loaders))_ | [Lake Loader](/docs/pipeline-components-and-applications/loaders-storage-targets/lake-loader/index.md) | Early release |