Kaggle / kagglehub

Python library to access Kaggle resources
Apache License 2.0
49 stars 9 forks source link

Enable empty file uploading #145

Closed dolaameng closed 2 months ago

dolaameng commented 2 months ago

Ref: b/343510166

Previously uploading empty files fails because there is no file created for empty contents (in gcs_upload.py::_upload_blob it didn't upload the file when file_size==0). Adding code to support this special case.

Tested