Skip to content

Allow non-py files to be uploaded to sagemaker remote jobs when include_local_workdir is enabled #4094

@DJanyavula

Description

@DJanyavula

Describe the feature you'd like
Currently the remote decorator job settings allow only files with .py extension to be uploaded because of below filter applied:

ignore=_filter_non_python_files,

How would this feature be used? Please describe.
This can be removed because in certain usecases, teams wants to upload their non-py files as well as for their remote job execution. An example would be conf files either in yaml/conf format that are needed for remote job execution.

Describe alternatives you've considered
Renaming the .conf/.yaml file as .py as a dirty hack and it works fine.

Additional context

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions