You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: macros/artifacts/test/utilities/relation/relation.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ macros:
9
9
Get to-relation string only applicable to the relationship test. Otherwise returns empty.
10
10
- name: __get_relation_ref
11
11
description: |
12
-
Find the ref node in `graph` variable and return the relation string if found. Otherwise empty.
12
+
Find the ref node in `graph` variable and return the relation string if found. If deferral is used, return the relation string based on the deferred environment. Otherwise empty.
13
13
- name: __get_relation_source
14
14
description: |
15
15
Find the source node in `graph` variable and return the relation string if found. Otherwise empty.
0 commit comments