We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ec2d2 commit b307176Copy full SHA for b307176
examples/example3/nautobot_adapter.py
@@ -31,9 +31,9 @@ class NautobotAdapter(DiffSync):
31
region = NautobotRegion
32
country = NautobotCountry
33
34
- # Since all countries are associated with a region, we don't need to list country here
35
# When doing a diff or a sync between 2 adapters,
36
# diffsync will recursively check all models defined at the top level and their children.
+ # Since countries are defined as children of a region, we don't need to list country here
37
top_level = ["region"]
38
39
# Human readable name of the Adapter,
0 commit comments