We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8abb676 commit 206f42cCopy full SHA for 206f42c
2 files changed
python/lib/sift_py/data_import/csv.py
@@ -75,6 +75,7 @@ def upload(
75
with _ProgressFile(path, disable=not show_progress) as f:
76
headers = {
77
"Content-Encoding": content_encoding,
78
+ "Content-Disposition": f'attachment; filename=\"{os.path.basename(path)}\"',
79
}
80
81
response = self._session.post(
python/lib/sift_py/data_import/parquet.py
with ProgressFile(path, disable=not show_progress) as f:
"Content-Encoding": "application/octet-stream",
0 commit comments