Skip to content

Commit

Permalink
Why was this uncommented
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed May 13, 2024
1 parent 312033e commit 20e5b31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)

Expand Down

0 comments on commit 20e5b31

Please sign in to comment.