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: README.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -181,9 +181,7 @@ s3://lakehouse/
181
181
│ └── catalog/
182
182
│ ├── YYYY_MM_DD/
183
183
│ │ └── HH_mm_SS_sss/
184
-
│ │ ├── engine.duckdb
185
-
│ │ ├── stage.sqlite
186
-
│ │ └── marts/*.sqlite
184
+
│ │ └── lakehouse.dump
187
185
│ └── manifest.json
188
186
├── raw/
189
187
│ └── <dataset-name>/
@@ -238,7 +236,7 @@ S3_REGION=eu-west-1
238
236
#### PostgreSQL
239
237
240
238
```bash
241
-
PGPASSWORD=datalabtech
239
+
PSQL_ROOT_PASSWORD=datalabtech
242
240
```
243
241
244
242
Set this to the `root` user password of your PostgreSQL database—only used when deploying your on-premise infrastructure, so that databases and credentials can be provisioned at a later stage. Otherwise not accessed.
0 commit comments