<div dir="ltr">During the implementation of static datasource driver[1], I got a question on the return format of `get_all` method.<div><br></div><div>If I understand correctly, it should return a list of entities to be sent to the queue. Does it infer that the relationship should be embedded in entity, just like the legacy static_physical datasource?</div><div><br></div><div>Suppose a link between two switches are created, how should we emit this change in `get_all` or `get_changes`?</div><div><br></div><div>Currently I made a compromise by emitting the relationship as an update of the connected entity. This is not very elegant and it seems we are going back to the legacy static_physical datasource.</div><div><br></div><div>[1] <a href="https://review.openstack.org/#/c/405354/">https://review.openstack.org/#/c/405354/</a> </div><div>--</div><div>Yujun</div></div>