Hi Team,
We are using Adobe Experience Platform for maintaining ETL system. We are planning to integrate CI/CD pipeline from Azure DevOps to automate our changes. Could, you please is there any option to perform that.
Solved! Go to Solution.
Views
Replies
Total Likes
Note: you will need to add the intelligence in the script to know the current status of the schema in the appropriate env and then call the relevant APIs.
I hope this helps!
Thanks,
Chetanya Jain
Views
Replies
Total Likes
Hi @MasterLeeman ,
What are the specific tasks that you intend to perform on AEP? eg: Add/Update schema from one env to other.
This is not possible currently OOB, but AEP is all API driven, implying that scripts can be created easily and plugged into any DevOps process.
Please share the actions that you intend to perform, and we can guide you appropriately.
Thanks,
Chetanya Jain
Views
Replies
Total Likes
@ChetanyaJain - Thanks for the update, in-case if i want to move the dataset from dev to test environment, then how should i achieve that using DevOps with the help of API. Could you please guide me on that.
Views
Replies
Total Likes
Note: you will need to add the intelligence in the script to know the current status of the schema in the appropriate env and then call the relevant APIs.
I hope this helps!
Thanks,
Chetanya Jain
Views
Replies
Total Likes
@ChetanyaJain - thanks for the update, and one last thing like if i want to move the dataflow from one env to another shall i use the same api or any specific list is there. If so, kindly share that details as well.
Thanks,
Appreciate Your Help!!!
@MasterLeeman, API calls will change depending on the state of the source and target system.
eg, If the object doesn't exist, you can utilize import for the schema. If an object exists, then the import will fail, and you may fire an update call.
If you have 10 things in development, and you want to move only one change, then you may selectively do using PUT calls.
Think of the strategy that works best in your scenario and define it.
Thanks for update, one final question like is there way to connect the DataLakeStorage of AEP. If so, kindly let me know how to navigate as well.
Thanks,
Leeman
Views
Replies
Total Likes
@ChetanyaJain Thanks for update, one final question like is there way to connect the DataLakeStorage of AEP. If so, kindly let me know how to navigate as well.
Views
Replies
Total Likes
Views
Like
Replies