Difference between Force_error & Force_abort?
Answer Posted / raju mortale
force_error() function it will not abort graph execution it will send error msg to error port if condition is true.
ex- if(in.gender=="Female") force_error("Gender is Female.!")
but in case of
force_abort() function it will abort graph execution with error msg, if condition is true.
ex- if(in.gender=="Female") force_abort("Gender is Female.!")
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Tell us about the architecture of abinitio.
What is a local lookup?
Do you think effective communication is necessary for data processing? What is your strength in terms of same?
Mention what is the syntax for m_dump in abinitio?
how to insert/update a csv file by comparing it with another csv file?
Suppose we assign you a new project. What would be your initial point and the key steps that you follow?
Whenever we load data into oracle table from staging table using exchange partition...then I read somewhere that data actually doesn't move in this and this command only reset the pointer in the data dictionary...so if data doesn't move then how data is loaded into the main table ? I mean wat is the point of pointer update in data dictionary?
How you can run a graph infinitely in ab initio?
What will be the skew for, input file->partition by key-> partition by round robin->output file
Mention some file extensions which are used in abinitio?
How can a graph be run infinitely?
What metadata importer can do in ab initio?
What is publickey and private key?what is the use of this two keys?
Given input file with single column having 1 2 2 4 3 .. Required output 1 2 2 4 4 4 4 3 3 3.. How?
How do you truncate a table?