Skip to content

Commit

Permalink
Run tests with use_copy=True
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 22, 2024
1 parent 8123f13 commit af9fe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target_postgres/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __init__(
th.Property(
"use_copy",
th.BooleanType,
default=False,
default=True,
description=(
"Use the COPY command to insert data. This is usually faster than "
"INSERT statements."
Expand Down

0 comments on commit af9fe8d

Please sign in to comment.