Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Dec 15, 2023
1 parent 333e06d commit fb70ec0
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 48,405 deletions.
2 changes: 0 additions & 2 deletions postgres/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ cd pagila-tdk-demo/postgres
Run TDK:
```shell
export CONFIG_FILE=config_generation_from_scratch.tdk.yaml
docker-compose down; docker-compose run tdk

docker-compose -f docker-compose.yaml -f docker-compose-input-db.yaml run tdk
```

Expand Down
4 changes: 4 additions & 0 deletions postgres/config_generation_from_scratch.tdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ tables:
type: "date_generator"
mean: 2022-03-01T12:00:00Z
std: 2d 4h 45m 12s 434ms
- columns: ["customer_id"]
params:
type: "foreign_key_generator"
distribution: POISSON

schema_creation_mode: DROP_AND_CREATE
safety_mode: "RELAXED"
Loading

0 comments on commit fb70ec0

Please sign in to comment.