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: docs/docs/advanced.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,9 +65,9 @@ You can alter the `status` field in the account data to only generate `open` acc
65
65
and define a foreign key between Postgres and parquet to ensure the same `account_id` is being used.
66
66
Then in the parquet task, define 1 to 10 transactions per `account_id` to be generated.
67
67
68
-
[Postgres account generation example task](https://github.com/data-catering/data-caterer-example/blob/main/docker/data/custom/task/jdbc/postgres/postgres-account-task.yaml)
69
-
[Parquet transaction generation example task](https://github.com/data-catering/data-caterer-example/blob/main/docker/data/custom/task/file/parquet/parquet-transaction-task.yaml)
[Postgres account generation example task](https://github.com/data-catering/data-caterer/blob/main/example/docker/data/custom/task/jdbc/postgres/postgres-account-task.yaml)
69
+
[Parquet transaction generation example task](https://github.com/data-catering/data-caterer/blob/main/example/docker/data/custom/task/file/parquet/parquet-transaction-task.yaml)
@@ -727,7 +727,7 @@ Control data partitioning and parallelism for improved performance with large da
727
727
728
728
Use existing data as reference instead of generating new data for a step. This is useful when you want to reference real data in foreign key relationships.
@@ -809,7 +809,7 @@ For databases that support primary key positions and clustering order (like Cass
809
809
810
810
Data Caterer supports complex SQL expressions for generating sophisticated data relationships and calculations. SQL expressions are evaluated after all non-SQL fields have been generated.
0 commit comments