I am really frustrated. I spent a very long time developing an SSIS package that moves data that I have in MongoDB into SQL Server for our reporting team. It uses a lot of script components for using the mongodb C# driver. My problem is when i want to commit this thing into our repository so others can collaborate on it the source code for the script components is way off in lala land far far away from the project. What is the best practice here? I'm sure it is a fairly common use case to have to tweak the code in script components after an SSIS package has already been developed.
I am at a total loss and haven't been able to find a shred of help by googling. I think possibly due to tricky keywords that give a lot of false positives.
Any help would be greatly appreciated!
Stuart