Skip to content

Commit 5792589

Browse files
HCK-7662: enable the feature for primary keys in nested attributes (#38)
<!--do not remove this marker, its needed to replace info when ticket title is updated --> <!--jira-description-action-hidden-marker-start--> <table> <td> <a href="https://hackolade.atlassian.net/browse/HCK-7662" title="HCK-7662" target="_blank"><img alt="Task" src="https://hackolade.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10318?size=medium" />HCK-7662</a> [BNSF,JMFamily][Document-targets] It should be allowed for attributes inside nested objects to be marked as PK </td></table> <br /> <!--jira-description-action-hidden-marker-end-->
1 parent eb3ff97 commit 5792589

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
"enableREQueryAndSortCriteria": true,
5353
"relationships": {
5454
"entityNameSeparator": "."
55-
}
55+
},
56+
"restrictNestedFieldsAsPrimaryKey": false
5657
}
5758
},
5859
"description": "Hackolade plugin for Amazon DocumentDB",

0 commit comments

Comments
 (0)