Skip to content

Commit 793be14

Browse files
committed
DB pipes: warn about NULLs when using custom partition key
1 parent b94ad8a commit 793be14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/integrations/data-ingestion/clickpipes/mysql/parallel_initial_load.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,4 @@ You can run **SHOW processlist** in MySQL to see the parallel snapshot in action
4848
### Limitations {#limitations-parallel-mysql-snapshot}
4949
- The snapshot parameters cannot be edited after pipe creation. If you want to change them, you will have to create a new ClickPipe.
5050
- When adding tables to an existing ClickPipe, you cannot change the snapshot parameters. The ClickPipe will use the existing parameters for the new tables.
51+
- The partition key column should not contain `NULL`s, as they will be skipped by the partitioning logic.

docs/integrations/data-ingestion/clickpipes/postgres/parallel_initial_load.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ You can analyze **pg_stat_activity** to see the parallel snapshot in action. The
4545

4646
- The snapshot parameters cannot be edited after pipe creation. If you want to change them, you will have to create a new ClickPipe.
4747
- When adding tables to an existing ClickPipe, you cannot change the snapshot parameters. The ClickPipe will use the existing parameters for the new tables.
48+
- The partition key column should not contain `NULL`s, as they will be skipped by the partitioning logic.

0 commit comments

Comments
 (0)