Skip to content

Commit 2191f4e

Browse files
committed
Add parent and children as well
1 parent a5146dd commit 2191f4e

File tree

3 files changed

+486
-112
lines changed

3 files changed

+486
-112
lines changed

infrahub_sdk/node/constants.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@
1818
"calling generate is only supported for CoreArtifactDefinition nodes"
1919
)
2020

21+
HIERARCHY_FETCH_FEATURE_NOT_SUPPORTED_MESSAGE = "Hierarchical fields are not supported for this node."
22+
2123
HFID_STR_SEPARATOR = "__"

0 commit comments

Comments
 (0)