download_file
| Name | Type | Description | Default |
|---|---|---|---|
directory | (str, Path) | Custom directory where data will be downloaded. | required |
source_url | str | URL where data is hosted. | required |
decompress | bool | Whether to decompress downloaded file. Default False. | False |
filename | str | Override filename for the downloaded file. If None, the filename is derived from the URL. | None |
max_retries | int | Maximum number of retry attempts on transient errors. | 3 |
extract_file
async_download_files
Example:
download_files
Example:

