Christian Adell
Christian Adell
I think #49 should have fixed this issue
isn't this something you could infer based on the children relationships? I mean, all the object of one type, e.g `site`, should be able to be processed in parallel. Obviously,...
I guess this assumes this, doesn't it?: ```py class Building(DiffSyncModel): _identifiers = ("name") _children = {"floor": "floors"} name: str floors: List = [] ```
@mzbroch , I like your approach. I think that is fair to start using SSH discovery as an initial option and later add other methods if needed
I understand that a similar bulk_delete operation could be defined too. isn't it?
> > I understand that a similar bulk_delete operation could be defined too. isn't it? > > I believe we can expand this work for bulk updates and deletes. maybe...
@jdrew82 @Kircheneer could you incorporate this proposal?
> @chadell what do we want to do with this? housekeeping, organize the `Sources` in different files now that we have 4 different types
yup, that's the point. I think it should be part of the framework to easily use it :)
@joewesch , I think #282 is related, but here, I understand that you want to expose via a very simple job a parsing strategy to call on-demand externally. isn't it?