fuzzylabs / matcha

A tool to provision MLOps environments in Azure
http://mymatcha.ai/
Apache License 2.0
30 stars 2 forks source link

[RPD-236] Improved approach to check ignored folder when uploading and downloading #186

Closed swells2020 closed 1 year ago

swells2020 commented 1 year ago

Prior to this PR, there were two different methods for traversing through a file structure and modifying files in that structure based on certain criteria. This PR seeks to simplify things by applying a single, consistent method. This PR updates the _sync_local and upload_folder functions in the AzureStorage class to use consistent methods for iterating over the local or remote .matcha file structure.

Checklist

Please ensure you have done the following:

Type of change

Tick all those that apply: