Skip to content

"datastore.upload_files" is deprecated after version 1.0.69 #1672

@urasandesu

Description

@urasandesu

In azureml-core 1.37.0.post1, we have gotten the warning message like the below:

"datastore.upload_files" is deprecated after version 1.0.69. Please use "FileDatasetFactory.upload_directory" instead. See Dataset API change notice at https://aka.ms/dataset-deprecation.

It seems that the URL points to this page, but there is no information for migration.

datastore.upload_files could specify files as a list explicitly even if the directory contains the file we don't want to upload like credential data, the file which contains personal data before processing, and so on.

How to use FileDatasetFactory.upload_directory as same as datastore.upload_files?

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