How to Duplicate and Modify a Schema in AEP for Testing Purposes
Hi everyone,
I’m looking for guidance on how to duplicate an existing schema in Adobe Experience Platform (AEP) for testing purposes, without affecting the original schema.
For example, I’d like to change the data type of a field from integer to string and observe how incoming data behaves. Instead of making this change directly in the original schema, I want to create a copy of the schema, apply the change there, and verify how the data flows through it.
Does AEP support duplicating a schema directly, or is there a recommended way to clone and modify a schema safely?
Also, if I were to update the data type (e.g., from integer to string) directly in the original schema, what impact would that have on incoming data? Will AEP automatically handle this type conversion, or could it cause issues with existing or incoming records?
Any suggestions or best practices would be greatly appreciated.
Thanks in advance!