You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.