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/infra/snowflake.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,15 +82,15 @@ X-Large: Powerful for demanding workloads and data-intensive operations.
82
82
3X-Large: Triple the capacity of X-Large.
83
83
4X-Large: Quadruple the capacity of X-Large.
84
84
85
-
1.**`LOADING_{size}_{env}`**: These warehouse is for loading data to `RAW`.
85
+
1.**`LOADING_{size}_{env}`**: This warehouse is for loading data to `RAW`.
86
86
1.**`TRANSFORMING_{size}_{env}`**: This warehouse is for transforming data in `TRANSFORM` and `ANALYTICS`.
87
87
1.**`REPORTING_{size}_{env}`**: This warehouse is the role for BI tools and other end-users of the data.
88
88
89
89
### Four roles
90
90
91
91
There are four primary functional roles:
92
92
93
-
1.**`LOADER_{env}`**: This role is for tooling like Fivetran or Airflow to load raw data in to the `RAW` database.
93
+
1.**`LOADER_{env}`**: This role is for tooling like Fivetran or Airflow to load raw data into the `RAW` database.
94
94
1.**`TRANSFORMER_{env}`**: This is the analytics engineer/dbt role, for transforming raw data into something analysis-ready. It has read/write/control access to both `TRANSFORM` and `ANALYTICS`, and read access to `RAW`.
95
95
1.**`REPORTER_{env}`**: This role read access to `ANALYTICS`, and is intended for BI tools and other end-users of the data.
96
96
1.**`READER_{env}`**: This role has read access to all three databases, and is intended for CI service accounts to generate documentation.
Copy file name to clipboardExpand all lines: docs/learning/glossary.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Modern Data Stack Glossary
1
+
# Modern data stack glossary
2
2
3
3
This glossary is a reference for commonly used acronyms, terms, and tools associated with the modern data stack and data and analytics engineering practices.
0 commit comments