Leo Kirchner
Leo Kirchner
This is only applicable when you don't know ahead of time which exact custom fields to create. A solution could be some kind of hook for `run_once()` on the adapter....
In practice, this might be another model or a field on an existing SSoT specific model that holds this information and could then be displayed in a table. The question...
Possibly #186 addresses some of this?
I don't quite follow as to what > Provide the ability to sync updates as they happen. means. Do you want to subscribe to changes webhook-like?
So we would be looking at the implementation of something that either listens to webhooks/similar if that functionality is available on the source system or periodically queries out to the...
So what kind of API should diffsync specifically offer to facilitate this? The functionality for creating a diff and _not_ syncing it is already there, so you could feasibly write...
Outcome of a verbal discussion: Think about the possibility of having (next to having _just_ a `load` function) methods for `load_$model_name` to load specific models (possibly by identifiers) and their...
As discussed on Slack I have renamed the parameter and added an initial set of tests.
Please approve CI workflow whenever possible. Thanks!
@draggeta anything else needed from the diffsync side or is this clear now?