From 20e5b312229bb266e5e81d2e067ef133009142ab Mon Sep 17 00:00:00 2001 From: Marcel Coetzee Date: Mon, 13 May 2024 21:51:31 +0200 Subject: [PATCH] Why was this uncommented Signed-off-by: Marcel Coetzee --- .../custom_destination_lancedb/custom_destination_lancedb.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/examples/custom_destination_lancedb/custom_destination_lancedb.py b/docs/examples/custom_destination_lancedb/custom_destination_lancedb.py index ef8fc756b6..48f737ca86 100644 --- a/docs/examples/custom_destination_lancedb/custom_destination_lancedb.py +++ b/docs/examples/custom_destination_lancedb/custom_destination_lancedb.py @@ -107,7 +107,8 @@ def spotify_shows( fetch_show_episode_data(show_id, access_token, params), name=show_name, write_disposition="merge", - primary_key="id", # parallelized=True, + primary_key="id", + parallelized=True, max_table_nesting=0, )