Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
MarkM1
Contributor II
Contributor II

Is anyone using TOS community edition with Git?

Due to the cost of the enterprise edition being prohibitive, we are using the community edition of TOS DI. We are also importing and exporting models into a Git repository. One issue we had with this is that simply opening a model with a different user id made a lot of changes to the model, and frequently caused a lot of merge issues. So, we decided to just open TOS using a single user id rather than each developer using a different id. You can do that in Windows by using Ctrl+Shift+RightClick the TOS exe and then choosing Run as another user. This got rid of the issues associated with using our own user names, but added some authority issues for git.

When cloning the git repository via TortoiseGit, the authorities are set so that the user must be the Windows user, and that is preventing TOS from exporting to the working copy.

Is anyone else using git successfully with the community version of TOS?

Labels (2)
5 Replies
Anonymous
Not applicable

Hello,

As we known that, both Subversion (SVN) and Git are supported in the subscription edition of the Talend products, maybe you could take a look at this

https://github.com/dgm01/TOS_GIT

https://community.talend.com/s/question/0D55b00006SAIRFCA5/talend-open-studio-7x-git-and-external-bu...

Feel free to let us know if it helps.

Best regards

Sabrina

 

 

MarkM1
Contributor II
Contributor II
Author

Yes, I looked at it, It appears that Talend has blocked this solution as of 7.2

Anonymous
Not applicable

Hello,

Are you using talend open source V 7.3 to integrate with Git?

I see there is a success use case in talend open studio for ESB V 7.3.1 in this topic:

https://community.talend.com/s/question/0D55b00006SAIRFCA5/talend-open-studio-7x-git-and-external-bu...

Does it end with error from your side?

Best regards

Sabrina

jlolling
Creator III
Creator III

You can synch your repository with Git with external tools.

Please take care the root folder for synch with Git is always the project folder and NOT the workspace folder. You need to have for every Talend project a separated Git repository.

You also have to ignore the folder poms - this folder will otherwise creates problems because it is not actually a source folder and is maintained by the build process of the local studio.

jlolling
Creator III
Creator III

I have successfully synched Talend projects this way for one of my former employer and it works very well.