Skip to content

Commit

Permalink
Fix sample SDK extension
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <cmgrote@users.noreply.github.com>
  • Loading branch information
cmgrote committed Oct 3, 2024
1 parent b147679 commit cec8a90
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ public class GuacamoleColumn extends Asset
@Attribute
Long columnDuplicateValuesCountLong;

/** List of top-level upstream nested columns. */
@Attribute
@Singular("putColumnHierarchy")
List<Map<String, String>> columnHierarchy;

/** TBC */
@Attribute
Histogram columnHistogram;
Expand Down Expand Up @@ -342,6 +347,10 @@ public class GuacamoleColumn extends Asset
@Attribute
Integer nestedColumnCount;

/** Order (position) in which this column appears in the nested Column (nest level starts at 1). */
@Attribute
String nestedColumnOrder;

/** Nested columns that exist within this column. */
@Attribute
@Singular
Expand Down

0 comments on commit cec8a90

Please sign in to comment.