Skip to content

Commit 1b6791f

Browse files
authored
Merge pull request #659 from opsmill/copilot/add-hierarchical-nodes-support
Add ancestors and descendants support for hierarchical nodes
2 parents 5093a3f + f98b496 commit 1b6791f

File tree

3 files changed

+843
-3
lines changed

3 files changed

+843
-3
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)