-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/2138 allow filtering what metadata types will be looked at by createDeltaPkg #2141
Conversation
Coverage ReportCommit:ab13225Base: develop@06a7053 Details (changed files):
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR adds a new property "typeCdpByDefault" to various metadata type definitions to support filtering metadata types for CDP usage. The changes update multiple definition files by setting "typeCdpByDefault" to either true or false based on the appropriate metadata type.
Reviewed Changes
File | Description |
---|---|
lib/metadataTypes/definitions/Asset.definition.js | Added "typeCdpByDefault" flag set to true for asset metadata. |
lib/metadataTypes/definitions/Automation.definition.js | Added "typeCdpByDefault" flag set to true for automation metadata. |
lib/metadataTypes/definitions/DataExtension.definition.js | Added "typeCdpByDefault" flag set to true for data extension metadata. |
lib/metadataTypes/definitions/EmailSend.definition.js | Added "typeCdpByDefault" flag set to true for email send definition. |
lib/metadataTypes/definitions/DomainVerification.definition.js | Added "typeCdpByDefault" flag set to false for domain verification metadata. |
lib/metadataTypes/definitions/Event.definition.js | Added "typeCdpByDefault" flag set to true for event metadata. |
lib/metadataTypes/definitions/AttributeSet.definition.js | Added "typeCdpByDefault" flag set to false for attribute set metadata. |
lib/metadataTypes/definitions/Discovery.definition.js | Added "typeCdpByDefault" flag set to false for API discovery metadata. |
lib/metadataTypes/definitions/FileTransfer.definition.js | Added "typeCdpByDefault" flag set to true for file transfer metadata. |
lib/metadataTypes/definitions/DataExtract.definition.js | Added "typeCdpByDefault" flag set to true for data extract metadata. |
lib/metadataTypes/definitions/DeliveryProfile.definition.js | Added "typeCdpByDefault" flag set to false for delivery profile metadata. |
lib/metadataTypes/definitions/AttributeGroup.definition.js | Added "typeCdpByDefault" flag set to false for attribute group metadata. |
lib/metadataTypes/definitions/FileLocation.definition.js | Added "typeCdpByDefault" flag set to false for file location metadata. |
lib/metadataTypes/definitions/Campaign.definition.js | Added "typeCdpByDefault" flag set to false for campaign metadata. |
lib/metadataTypes/definitions/DataExtractType.definition.js | Added "typeCdpByDefault" flag set to false for data extract type metadata. |
lib/metadataTypes/definitions/DataExtensionField.definition.js | Added "typeCdpByDefault" flag set to false for data extension field metadata. |
lib/metadataTypes/definitions/DataExtensionTemplate.definition.js | Added "typeCdpByDefault" flag set to false for data extension template metadata. |
lib/metadataTypes/definitions/Email.definition.js | Added "typeCdpByDefault" flag set to false for classic email metadata. |
lib/metadataTypes/definitions/ContentArea.definition.js | Added "typeCdpByDefault" flag set to false for classic content area metadata. |
Copilot reviewed 168 out of 168 changed files in this pull request and generated no comments.
…eDeltaPkg
PR details
What changes did you make? (Give an overview)
Further details (optional)
...
Checklist