How to add context parameters for DEV/UAT/PROD , how it will take dynamycally while running job,
@qenehelomatjama99866 ай бұрын
Hi, I would like to call python script using tsystem i get errors, please help
@lkzm2003 жыл бұрын
this is looking forward for to automation and continual improvement process, right? Kind regards, good channel.
@cognitivehub22233 жыл бұрын
Yes. But we cant automate Talend Studio right? But when we compared to TAC and Talend Cloud. Talend Cloud seems to be like automated one.
@yashinshaikburan8063 жыл бұрын
nice videos bro keep doing help to new members to learn talend through only TMC we can schedule or anyother option?
@cognitivehub22233 жыл бұрын
You can schedule using TMC(Talend Management Console) or TAC(Talend Administration Console)
@sahithgourishetty9406 Жыл бұрын
How to schedule a job if we get succes /failure mails in talend cloud TMC Can u please help me
@santhi59722 жыл бұрын
Hi bro, your videos good
@ashokpedapati79092 жыл бұрын
How to schedule a talend jobs in Talend Tac
@shubhampuri282 жыл бұрын
Hi Subarao, I have few queries, request you please address. Query1: I have a file watcher job, which reads csv file and then once success it run second job using tRunjob component, so how we can handle that. Query2: Now when we publish the task into cloud it takes the context of that job as well, however these contexts are used to initialize some values coming from file and Database. So how we will define those values in cloud?
@gopalalluri5262 жыл бұрын
How can I check the logs for successful job in TMC?
@cognitivehub22232 жыл бұрын
You can download the Log file directly from the TMC if you have that access. If you don't have the access to download contact the admin who is managing TMC.
@gopalalluri5262 жыл бұрын
@@cognitivehub2223 i have admin access and I can able to download logs for failure job in TMC. But I can't be see the logs for successful job.
@cognitivehub22232 жыл бұрын
In that case, you need to restart the Cloud server. Sometimes it happens
@nagaswathiatmakuri53603 жыл бұрын
A job is set to run when a file is received in a folder . usually this job runs for 2 hours . Now , a 10 million data file came and job started running, After 30m, another file came with 3millions data. What will happen ? Two jobs will run? Or same job will pick up both files? Or 3millions data will be processed first? What is the best answer? Please help meThanks in advance.
@sreejithsreedhar053 жыл бұрын
Hi Friend, i watch your videos all are great content.Really appreciate your work.i have a doubt ,a job A is scheduled to run in TMC every day at 10 and exactly dont know when it successfully completes, however , on the successful completion another job B should run. Is there any way in TMC to set this kind of relationship that means start next job after the successful completion of another job
@cognitivehub22233 жыл бұрын
Thank You so much for your words. 1.Yes You can able to know about the status of the job but you need to implement that logic inside the talend job. YMC wont send alerts directly. if you write some logic to send mail after successful completion of job, you will get an email. 2. In order to run one by one job after successful completion of previous job, you can schedule a plan and make the condition as on successful completion of first job/Task. Hope This Helps You.
@sreejithsreedhar053 жыл бұрын
@@cognitivehub2223 Thanks dear, although your reply is informative, is it possible to create plan in TMC
@cognitivehub22233 жыл бұрын
@@sreejithsreedhar05 Yes it is possible. Please check my videos on creating plans in Talend Cloud.
@santhi59722 жыл бұрын
Please show some real time senarios
@Kuruvamahesh-f2t Жыл бұрын
hi bro i wanted to learn talend from the scratch currently im working as data engineer with AWS Glue but new project cames with talend so help me to learn im waiting for replay bro
@cognitivehub2223 Жыл бұрын
Send me an email or connection request in LinkedIn, I will try to do whatever I can
@brahmareddy73733 жыл бұрын
first get total count: store in variable then use tloop to load 50000 records at a time anyone please help me
@cognitivehub22233 жыл бұрын
u can also use tparallelize component to load huge data parallel and also if you want to write some logic u can also use tloop.
@brahmareddy73733 жыл бұрын
My source data come to api so then I need to use tparallelize component