Skip to content

Commit

Permalink
#1090: make attributeGroup and attributeSet be retrieved by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Aug 23, 2023
1 parent f3b2fcd commit bef0105
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/metadataTypes/definitions/AttributeGroup.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ module.exports = {
nameField: 'definitionName.value',
restPagination: false, // Hub API does not support pagination and returns everything instead
type: 'attributeGroup',
typeDescription: 'BETA: Groupings of Set Definitions (Data Extensions) in Data Designer.',
typeRetrieveByDefault: false,
typeDescription: 'Groupings of Attribute Sets (Data Extensions) in Data Designer.',
typeRetrieveByDefault: true,
typeName: 'Data Designer Attribute Groups',
fields: {
applicationID: {
Expand Down
6 changes: 3 additions & 3 deletions lib/metadataTypes/definitions/AttributeSet.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ module.exports = {
lastmodNameField: null,
restPagination: false, // Hub API does not support pagination and returns everything instead
type: 'attributeSet',
typeDescription: 'BETA: Data Extensions linked to Attribute Groups in Data Designer.',
typeRetrieveByDefault: false,
typeName: 'Data Designer Set Definitions',
typeDescription: 'Data Extensions linked together in Attribute Groups in Data Designer.',
typeRetrieveByDefault: true,
typeName: 'Data Designer Attribute Sets',
fields: {
applicationID: {
isCreateable: null,
Expand Down

0 comments on commit bef0105

Please sign in to comment.