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
# NAU ANALYTICS - External Entities data product #
2
+
## Overview ##
3
+
This repository contains all the necessary PySpark scripts, Dockerfile, and SQL queries used to create the data products for the External Entities domain within the NAU platform.
4
+
5
+
The orchestrator DAGs are maintained in a separate repository due to Kubernetes deployment requirements and organizational structure.
6
+
7
+
## Structure ##
8
+
```
9
+
root/
10
+
├────.github/
11
+
| ├── workflows/
12
+
| ├── docker-build-push.yml
13
+
|
14
+
├───Docker/
15
+
| ├─── Dockerfile
16
+
|
17
+
|
18
+
├─── src/
19
+
| ├─── bronze/
20
+
| ├── python/
21
+
| | ├────
22
+
| ├── sql/
23
+
| |
24
+
| ├── utils/
25
+
| ├─── __init__.py
26
+
| ├─── config.py # dataclass for the necessary config objects
0 commit comments