Skip to content

Need file path check for saving ML model #16

@keigohtr

Description

@keigohtr

Motivation

If we use backend API directly, it can be override a system file.
For example

client = DruckerDashClient(logger=logger, host=host)
response = client.run_upload("../../tmp/NEW_FILE", bytes('uploaded!!!!\n', 'utf-8'))
print(response)

Goal

  • Check filepath

Implementation

  • implement a path checker
  • testing

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions