Skip to content

Commit

Permalink
Introduce an error
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Nov 22, 2024
1 parent ad15725 commit 7918bcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target_postgres/sinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ def _do_copy(
for column in columns
}

raise NotImplementedError("This method is not implemented yet.")

# Use copy to run the copy statement.
# https://www.psycopg.org/psycopg3/docs/basic/copy.html
with connection.connection.cursor().copy(copy_statement) as copy: # type: ignore[attr-defined]
Expand Down

0 comments on commit 7918bcd

Please sign in to comment.