Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
sushantk19
Creator
Creator

Giving access to my team member for talend studio folder

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?

Labels (2)
8 Replies
Anonymous
Not applicable

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

sushantk19
Creator
Creator
Author

@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.

Anonymous
Not applicable

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

 

sushantk19
Creator
Creator
Author

@xdshi: we do not use TAC here. Here are my steps:

  1. Create a repository in GITHUB
  2. through TMC, add the new project details along with GIT Rep URL
  3. create a remote connection through Talend studio to access this shared rep.

 

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

Anonymous
Not applicable

Hello,

In TMC, a workspace can be accessed by multiple people (if shared).

Best regards

Sabrina

sushantk19
Creator
Creator
Author

@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.

sushantk19
Creator
Creator
Author

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?

Anonymous
Not applicable

@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.

0693p00000BWPHMAA5.png 

Regards

Shong