-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathenv.example
More file actions
31 lines (25 loc) · 732 Bytes
/
env.example
File metadata and controls
31 lines (25 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Environment variables for Data Lineage & Audit Trail
# Marquez Configuration
MARQUEZ_URL=http://localhost:5002
MARQUEZ_API_URL=http://localhost:5002/api/v1
MARQUEZ_NAMESPACE=data-lineage-audit
# Database Configuration
POSTGRES_HOST=localhost
POSTGRES_PORT=5432
POSTGRES_DB=marquez
POSTGRES_USER=marquez
POSTGRES_PASSWORD=marquez
# dbt Configuration
DBT_PROFILES_DIR=./dbt_project
DBT_PROJECT_DIR=./dbt_project
DBT_TARGET=dev
# Airflow Configuration (optional)
AIRFLOW_HOME=./lineage/airflow
AIRFLOW_WEBSERVER_PORT=8080
# OpenLineage Configuration
OPENLINEAGE_URL=http://localhost:5002
OPENLINEAGE_NAMESPACE=data-lineage-audit
OPENLINEAGE_API_KEY=
# Python Jobs Configuration
PYTHON_PATH=./lineage/python_jobs
LOG_LEVEL=INFO