Skip to content

Commit

Permalink
fix download
Browse files Browse the repository at this point in the history
  • Loading branch information
ErmiasG committed Oct 12, 2023
1 parent c27e4be commit 62f1c62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/hopsworks/core/dataset_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def __init__(
):
self._project_id = project_id
self._log = logging.getLogger(__name__)


DEFAULT_FLOW_CHUNK_SIZE = 1048576
FLOW_PERMANENT_ERRORS = [404, 413, 415, 500, 501]

def download(self, path: str, local_path: str = None, overwrite: bool = False):
Expand Down

0 comments on commit 62f1c62

Please sign in to comment.