Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have new team members joining my team. How can i provide access to him to talend studio V7.3 project folder in which i have created jobs? the requirement is that he also should be able to access the folder created by me on localserver( on my local system). How do i give him access?
Hello,
With Talend Open Studio, the projects are stored in local without "Remote" feature.
With Talend Subscription Solution, talend has already integrated Git or SVN which works as a server role, all the items including jobs, routines, metadata etc are stored in remote server, instead of the local, multiple co-workers can connect to the server, check out the same repository project and work with it at the same time.
Best regards
Sabrina
@Xiaodi Shi : I have created 2 projects on GITHUB one for PROD and one for QA. As you mentioned above, i have given access for PROD project with my team member. But i want to now give access to this New QA project folder which i created on GITHUB to my team member. How can i do that?When i go to create a new remote connection, it always points to my old github project folder(PROD one) and not new one.
FYI - we are Talend subscription verion V7.3 only.
Hello,
Did you set up the connection between the TAC and git? You can allow the TAC user in Git project.
For more information, please have a look at documentation about:
TalendHelpCenter: Managing SVN/Git branches and tags for a project
Best regards
Sabrina
@xdshi: we do not use TAC here. Here are my steps:
with the above steps, i was able to create a shared rep for both of us. we are still working on giving him access to this shared rep through TMC
Hello,
In TMC, a workspace can be accessed by multiple people (if shared).
Best regards
Sabrina
@xdshi: my team member is unable to see my jobs which i have created in shared rep although he has access to that GITHUB rep. I gave access to his id in TMC through projects--->(project name)---> collaborators--->add user. what could be possible reason for this? is it like he can work in this rep without being able to see my jobs and I would not be able to see his jobs in this shared rep? can you please clarify on this query.
hello All,
Any update on above post? Can i view the code of my team member in shared rep for which both of us have access?
@Sushant Kapoor after you developed the job, have you push the code to repository? and you team member need to pull and merge the local branch.
Regards
Shong