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
Copy file name to clipboardExpand all lines: docs/introduction.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ Thousands of organizations like Burberry, Strava, and Auto Trader rely on Snowpl
14
14
15
15
### Why Next-Gen CDI?
16
16
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.
> _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._
61
49
@@ -65,11 +53,9 @@ import {versions} from '@site/src/componentVersions';
Copy file name to clipboardExpand all lines: 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 number
Diff line number
Diff line change
@@ -21,8 +21,14 @@ vars:
21
21
```
22
22
23
23
### Utilizing custom contexts or SDEs
24
+
24
25
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:
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:
0 commit comments