iterative / PyDrive2

Google Drive API Python wrapper library. Maintained fork of PyDrive.
https://docs.iterative.ai/PyDrive2
Other
580 stars 69 forks source link

Deleting cache for moved / removed items #237

Closed simone-viozzi closed 10 months ago

simone-viozzi commented 2 years ago

Fix #232

shcheklein commented 1 year ago

hey @simone-viozzi , sorry for the delay. Does it break any workflow for you atm? I think we can postpone this until we review and do proper caching overall. WDYT?

simone-viozzi commented 1 year ago

To run my workflow, I need #236, #229, #222, #241 and this one. For now, I’m waiting and checking the development of the library. Anyway, most of the issue I'm having are related to the cache, so after fixing that they should go away on their own.

Do you have any specification on how to rebuild the caching system? Can I contribute?

shcheklein commented 1 year ago

229 is not an easy one to fix :( I would need to spend some time to see how to improve it. It's not even about cache alone, as far as I remember the implementation is quite specific to DVC. I would first see if we can create an option to disable it and see what else needs to be fixed to make work w/o cache.