Leo Kirchner

Results 165 comments of Leo Kirchner

- Create a `MetadataType` of type `datetime` per integration called "Last sync from `job.Meta.data_source`" - we can do this in the job in the `sync_data` method by checking if the...

See https://github.com/nautobot/nautobot/issues/8129

On second thought, in `nautobot_ssot.contrib` this is already happening, and that is all we can enforce. We should however, document the existence of this mechanism and what it entails.

There is an existing approach utilizing Pydantic for this. @djhoward12 + @jmpettit, can you please elaborate on this approach?

What do you think of making this the default behaviour? I don't think to-many relationships are ordered ever, so maybe we can just default to this?

In this case though, I would probably like to do the sorting right in the loading

So I have been thinking about this again, and I don't see a scenario in which we would _not_ want to do this. Do you think we can omit defining...

You're right, I totally missed that. I want to try and have less implicit configuration (like the first element of the tuples in this list matching the field name on...

I thought about that option, too, but didn't like how you'd end up having to define two data structures (TypedDict + Dataclass) for the same relationship

> @Kircheneer my main issue with including the annotation into the TypedDict is that every entry in that list will have that same metadata (so it'll be repeated a significant...