Skip to content

Commit c71eada

Browse files
committed
Upgrade to Docusaurus 3.4.0
1 parent e9fb656 commit c71eada

File tree

11 files changed

+4508
-4108
lines changed

11 files changed

+4508
-4108
lines changed

docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Thousands of organizations like Burberry, Strava, and Auto Trader rely on Snowpl
1414

1515
### Why Next-Gen CDI?​
1616

17-
Snowplow is built from the ground up to not only lay the foundation for an organization's advanced analytics use cases, but to also power machine learning and AI use cases, including those powered by generative AI.
17+
Snowplow is built from the ground up to not only lay the foundation for an organization's advanced analytics use cases, but to also power machine learning and AI use cases, including those powered by generative AI.
1818

1919
Key benefits of Snowplow’s Next-Gen CDI:
2020
* Data Depth & Quality
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
```mdx-code-block
22
import Tabs from '@theme/Tabs';
33
import TabItem from '@theme/TabItem';
4-
import ReactMarkdown from 'react-markdown';
5-
import remarkGfm from 'remark-gfm';
64
import {versions} from '@site/src/componentVersions';
75
```
86

@@ -12,50 +10,40 @@ import {versions} from '@site/src/componentVersions';
1210

1311
<TabItem value="unified" label="Snowplow Unified Digital" default>
1412

15-
16-
<ReactMarkdown children={`
1713
| snowplow-unified version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
1814
| -------------------------- | ------------------- | :------: | :--------: | :------: | :-------: | :------: |
19-
| ${versions.dbtSnowplowUnified} | >=1.6.0 to <2.0.0 ||||||
20-
`} remarkPlugins={[remarkGfm]} />
21-
15+
| {versions.dbtSnowplowUnified} | >=1.6.0 to \<2.0.0 ||||||
2216

2317
</TabItem>
2418

2519
<TabItem value="media" label="Snowplow Media Player">
2620

27-
<ReactMarkdown children={`
2821
| snowplow-media-player version | snowplow-web version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
2922
| ---------------------------------- | -------------------- | ------------------ | :------: | :--------: | :------: | :-------: | :------: |
30-
| ${versions.dbtSnowplowMediaPlayer} | | >=1.4.0 to <2.0.0 ||||||
31-
| 0.5.3 | >=0.14.0 to <0.16.0 | >=1.4.0 to <2.0.0 ||||||
32-
| 0.4.2 | >=0.13.0 to <0.14.0 | >=1.3.0 to <2.0.0 ||||||
33-
| 0.4.1 | >=0.12.0 to <0.13.0 | >=1.3.0 to <2.0.0 ||||||
34-
| 0.3.4 | >=0.9.0 to <0.12.0 | >=1.0.0 to <1.3.0 ||||||
35-
| 0.1.0 | >=0.6.0 to <0.7.0 | >=0.20.0 to <1.1.0 ||||||
36-
`} remarkPlugins={[remarkGfm]} />
23+
| {versions.dbtSnowplowMediaPlayer} | | >=1.4.0 to \<2.0.0 ||||||
24+
| 0.5.3 | >=0.14.0 to \<0.16.0 | >=1.4.0 to \<2.0.0 ||||||
25+
| 0.4.2 | >=0.13.0 to \<0.14.0 | >=1.3.0 to \<2.0.0 ||||||
26+
| 0.4.1 | >=0.12.0 to \<0.13.0 | >=1.3.0 to \<2.0.0 ||||||
27+
| 0.3.4 | >=0.9.0 to \<0.12.0 | >=1.0.0 to \<1.3.0 ||||||
28+
| 0.1.0 | >=0.6.0 to \<0.7.0 | >=0.20.0 to \<1.1.0 ||||||
3729

3830
</TabItem>
3931
<TabItem value="normalize" label="Snowplow Normalize">
4032

41-
<ReactMarkdown children={`
4233
| snowplow-normalize version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
4334
| -------------------------------- | ----------------- | :------: | :--------: | :------: | :-------: | :------: |
44-
| ${versions.dbtSnowplowNormalize} | >=1.4.0 to <2.0.0 ||||||
45-
| 0.2.3 | >=1.3.0 to <2.0.0 ||||||
46-
| 0.1.0 | >=1.0.0 to <2.0.0 ||||||
47-
`} remarkPlugins={[remarkGfm]} />
35+
| {versions.dbtSnowplowNormalize} | >=1.4.0 to \<2.0.0 ||||||
36+
| 0.2.3 | >=1.3.0 to \<2.0.0 ||||||
37+
| 0.1.0 | >=1.0.0 to \<2.0.0 ||||||
4838

4939
</TabItem>
5040
<TabItem value="ecommerce" label="Snowplow E-commerce">
5141

52-
<ReactMarkdown children={`
5342
| snowplow-ecommerce version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
5443
| -------------------------------- | ----------------- | :------: | :--------: | :------: | :-------: | :------: |
55-
| ${versions.dbtSnowplowEcommerce} | >=1.4.0 to <2.0.0 ||||| ⚠️ |
56-
| 0.3.0 | >=1.3.0 to <2.0.0 ||||||
57-
| 0.2.1 | >=1.0.0 to <2.0.0 ||||||
58-
`} remarkPlugins={[remarkGfm]} />
44+
| {versions.dbtSnowplowEcommerce} | >=1.4.0 to \<2.0.0 ||||| ⚠️ |
45+
| 0.3.0 | >=1.3.0 to \<2.0.0 ||||||
46+
| 0.2.1 | >=1.0.0 to \<2.0.0 ||||||
5947

6048
> _Postgres is technically supported in the models within the package, however one of the contexts’ names is too long to be loaded via the Postgres Loader._
6149
@@ -65,11 +53,9 @@ import {versions} from '@site/src/componentVersions';
6553

6654
<TabItem value="attribution" label="Snowplow Attribution">
6755

68-
<ReactMarkdown children={`
6956
| snowplow-attribution version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
7057
| ------------------------------------ | ----------------- | :------: | :--------: | :------: | :-------: | :------: |
71-
| ${versions.dbtSnowplowAttribution} | >=1.6.0 to <2.0.0 ||||||
72-
`} remarkPlugins={[remarkGfm]} />
58+
| {versions.dbtSnowplowAttribution} | >=1.6.0 to \<2.0.0 ||||||
7359

7460
</TabItem>
7561
</Tabs>

docs/modeling-your-data/modeling-your-data-with-dbt/dbt-custom-models/examples/additional-sql-on-events-this-run/index.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,14 @@ vars:
2121
```
2222

2323
### Utilizing custom contexts or SDEs
24+
2425
Suppose you have a custom context called `contexts_com_mycompany_click_1` which contains a `click_id` that you want to concat with Snowplow's `domain_sessionid`. If you want to make this available in the events this run table directly you could do the following:
2526

27+
```mdx-code-block
28+
import Tabs from '@theme/Tabs'
29+
import TabItem from '@theme/TabItem'
30+
```
31+
2632
<Tabs groupId="warehouse" queryString>
2733
<TabItem value="databricks+snowflake" label="Databricks & Snowflake" default>
2834

@@ -57,7 +63,7 @@ vars:
5763
</Tabs>
5864

5965

60-
### Adding multiple fields
66+
### Adding multiple fields
6167

6268
If you'd like to add multiple lines of SQL, you can do that as well by making this string a multi-line string, ending each non-final line with a comma. You can do that as follows:
6369

docs/modeling-your-data/modeling-your-data-with-dbt/dbt-models/legacy/dbt-mobile-data-model/index.md

+5-9
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ hide_title: true
88
```mdx-code-block
99
import Badges from '@site/src/components/Badges';
1010
import ThemedImage from '@theme/ThemedImage';
11-
import ReactMarkdown from 'react-markdown';
12-
import remarkGfm from 'remark-gfm';
1311
import {versions} from '@site/src/componentVersions';
1412
```
1513

@@ -41,15 +39,13 @@ dark: require('./images/mobile-process-dark.drawio.png').default
4139
/>
4240
</p>
4341

44-
<ReactMarkdown children={`
4542
| snowplow-mobile version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
4643
| ----------------------------- | ------------------ | :------: | :--------: | :------: | :-------: | :------: |
47-
| ${versions.dbtSnowplowMobile} | >=1.6.0 to <2.0.0 ||||||
48-
| 0.7.2 | >=1.3.0 to <2.0.0 ||||||
49-
| 0.6.3 | >=1.3.0 to <2.0.0 ||||||
50-
| 0.5.5 | >=1.0.0 to <1.3.0 ||||||
51-
| 0.2.0 | >=0.20.0 to <1.0.0 ||||||
52-
`} remarkPlugins={[remarkGfm]} />
44+
| {versions.dbtSnowplowMobile} | >=1.6.0 to \<2.0.0 ||||||
45+
| 0.7.2 | >=1.3.0 to \<2.0.0 ||||||
46+
| 0.6.3 | >=1.3.0 to \<2.0.0 ||||||
47+
| 0.5.5 | >=1.0.0 to \<1.3.0 ||||||
48+
| 0.2.0 | >=0.20.0 to \<1.0.0 ||||||
5349

5450
## Overview
5551

docs/modeling-your-data/modeling-your-data-with-dbt/dbt-models/legacy/dbt-web-data-model/index.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ hide_title: true
99
import Badges from '@site/src/components/Badges';
1010
import ThemedImage from '@theme/ThemedImage';
1111
import DocCardList from '@theme/DocCardList';
12-
import ReactMarkdown from 'react-markdown';
13-
import remarkGfm from 'remark-gfm';
1412
import {versions} from '@site/src/componentVersions';
1513
1614
```
@@ -48,17 +46,15 @@ dark: require('./images/web-process-dark.drawio.png').default
4846
/>
4947
</p>
5048

51-
<ReactMarkdown children={`
5249
| snowplow-web version | dbt versions | BigQuery | Databricks | Redshift | Snowflake | Postgres |
5350
| -------------------------- | ------------------- | :------: | :--------: | :------: | :-------: | :------: |
54-
| ${versions.dbtSnowplowWeb} | >=1.6.0 to <2.0.0 ||||||
55-
| 0.16.2 | >=1.5.0 to <2.0.0 ||||||
56-
| 0.15.2 | >=1.4.0 to <2.0.0 |||||* |
57-
| 0.13.3** | >=1.3.0 to <2.0.0 ||||||
58-
| 0.11.0 | >=1.0.0 to <1.3.0 ||||||
59-
| 0.5.1 | >=0.20.0 to <1.0.0 ||||||
60-
| 0.4.1 | >=0.18.0 to <0.20.0 ||||||
61-
`} remarkPlugins={[remarkGfm]} />
51+
| {versions.dbtSnowplowWeb} | >=1.6.0 to \<2.0.0 ||||||
52+
| 0.16.2 | >=1.5.0 to \<2.0.0 ||||||
53+
| 0.15.2 | >=1.4.0 to \<2.0.0 |||||* |
54+
| 0.13.3** | >=1.3.0 to \<2.0.0 ||||||
55+
| 0.11.0 | >=1.0.0 to \<1.3.0 ||||||
56+
| 0.5.1 | >=0.20.0 to \<1.0.0 ||||||
57+
| 0.4.1 | >=0.18.0 to \<0.20.0 ||||||
6258

6359
<span style={{'font-size':'80%'}}>
6460

Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
```mdx-code-block
22
import {versions} from '@site/src/componentVersions';
3-
import ReactMarkdown from 'react-markdown';
4-
import remarkGfm from 'remark-gfm';
53
```
64

7-
<ReactMarkdown children={`
85
Model | Redshift | BigQuery | Snowflake
96
:--|:-:|:-:|:-:
10-
[Web](/docs/modeling-your-data/modeling-your-data-with-sql-runner/sql-runner-web-data-model/index.md) | ${versions.sqlRunnerWebRedshift} | ${versions.sqlRunnerWebBigQuery} | ${versions.sqlRunnerWebSnowflake}
11-
[Mobile](/docs/modeling-your-data/modeling-your-data-with-sql-runner/sql-runner-mobile-data-model/index.md) | ${versions.sqlRunnerMobileRedshift} | ${versions.sqlRunnerMobileBigQuery} | ${versions.sqlRunnerMobileSnowflake}
12-
`} remarkPlugins={[remarkGfm]} />
7+
[Web](/docs/modeling-your-data/modeling-your-data-with-sql-runner/sql-runner-web-data-model/index.md) | {versions.sqlRunnerWebRedshift} | {versions.sqlRunnerWebBigQuery} | {versions.sqlRunnerWebSnowflake}
8+
[Mobile](/docs/modeling-your-data/modeling-your-data-with-sql-runner/sql-runner-mobile-data-model/index.md) | {versions.sqlRunnerMobileRedshift} | {versions.sqlRunnerMobileBigQuery} | {versions.sqlRunnerMobileSnowflake}

0 commit comments

Comments
 (0)