Skip to content

Commit e71c2c0

Browse files
radbrtpnadolny13
andauthored
Update tap_sftp/sync.py
Fix copy-paste bug Co-authored-by: Pat Nadolny <[email protected]>
1 parent ccb28e8 commit e71c2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tap_sftp/sync.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def sync_file(sftp_file_spec, stream, table_spec, config, sftp_client):
6565
'file_name': sftp_file_spec['filepath'],
6666
'encoding': table_spec.get('encoding', 'utf-8'),
6767
'sanitize_header': table_spec.get('sanitize_header', False),
68-
'clean_colnames': table_spec.get('clean_colnames', False)}
68+
'skip_rows': table_spec.get('skip_rows', False)}
6969

7070
readers = csv_handler.get_row_iterators(file_handle, options=opts, infer_compression=True)
7171

0 commit comments

Comments
 (0)