diff --git a/target_postgres/sinks.py b/target_postgres/sinks.py index 5dad544..d6959cd 100644 --- a/target_postgres/sinks.py +++ b/target_postgres/sinks.py @@ -170,8 +170,6 @@ def _do_copy( copy.write_row(processed_row) - raise NotImplementedError("This method is not implemented yet.") - def bulk_insert_records( # type: ignore[override] self, table: sa.Table,