-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
24 lines (20 loc) · 1.21 KB
/
Copy path.env.example
File metadata and controls
24 lines (20 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Use neutral examples and keep local data outside any synced cloud workspace.
PROJECT_ROOT="/path/to/reporting-risk-cascade"
WORK_DIR="/path/to/reporting-risk-cascade"
DATA_DIR="/path/to/reporting-risk-cascade-data"
DOCS_DIR="/path/to/reporting-risk-cascade/docs"
PAPER_DIR="/path/to/reporting-risk-cascade/doc"
ARTIFACTS_DIR="/path/to/reporting-risk-cascade/artifacts"
DEFAULT_CONFIG_PATH="/path/to/reporting-risk-cascade/config/data_prep.yaml"
RAW_DATASET_PATH="/path/to/reporting-risk-cascade-data/raw/raw_dataset_misstatement.parquet"
PUBLIC_LAKE_DIR="/path/to/reporting-risk-cascade-data/public_lake"
LAKE_BRONZE_DIR="/path/to/reporting-risk-cascade-data/public_lake/bronze"
LAKE_SILVER_DIR="/path/to/reporting-risk-cascade-data/public_lake/silver"
LAKE_GOLD_DIR="/path/to/reporting-risk-cascade-data/public_lake/gold"
# You must replace this rejected template before any SEC network request.
SEC_USER_AGENT="Your Name your.email@institution.edu"
# Keep the uv environment outside the repo so generated environments stay local.
UV_PROJECT_ENVIRONMENT="/path/to/venvs/reporting-risk-cascade"
# Local manuscript exports are intentionally outside the repo.
MANUSCRIPT_DIR="/path/to/reporting-risk-cascade-manuscript"
SEED_DEFAULT="42"