what is upstream and downstream transformation?
Answers were Sorted based on User's Feedback
Hi,
Say a Transformation1 accepts input from transformation 2
and passes the output to a transformation 3 , then
transformation 2 is called an upstream transformation.
transformation 3 is called a downstream transformation.
I got this from INFA Help.Please let me know if im wrong!
Thanks.
| Is This Answer Correct ? | 24 Yes | 4 No |
Answer / prabha
Yes...suppose you have a mapping in that u hv source 1 then
expression transformation then the target..then this
sequence will be called a pipeline and source will be the
upstream transformatation and target will be downstream
transformation for that expression transformation .
| Is This Answer Correct ? | 23 Yes | 3 No |
Answer / amedela chandra sekhar
above source qualifier upstream transformation and
expression is down stream transformation
| Is This Answer Correct ? | 4 Yes | 3 No |
Answer / czarabid
In very simple terms "From any repo when we transfer the
data/bits then this repo will be called as upstream,
To any repo when we transfer the data/bit then this repo
will be called as downstream"
For instance consider SVN/GIT when we check in the source
code from it then it becomes downstream and when we make
changes to source code and check out then it is called as
upstream.
| Is This Answer Correct ? | 1 Yes | 0 No |
I am having a table with columns ID NAME 1 x and the requirement is to get the o/p like this 1 y ID Count(*) 1 z 1 3 2 a 2 2 2 b 3 c so write a sql query to get the id n how many times its count of repetition n there u shouldn't get the distinct(i.e id-3) Reply as early as possible
How big was your fact table
In aggregator transformation, I sort the data before aggregator and select sorted port but still I’m getting an error. What is that error?
What is the difference between Connected and UnConnected Lookup Transformation.Give me one or two examples please?
difference between informatica 8.6 and 9
3 Answers Atos Origin, BA Continnum Solutions, Core Logic,
Can we use unconnected lookup as dynamic lookup?
5 Answers ITC Infotech, TCS, Wipro,
Roles and Responsibilties of Informatica Production Support Member?
How do we implement materialized view?when to use materialized view?
Hi, I am working on informatia in a support role. We used stored procedures in informatica and other than that I never got a chance to work on PL/SQL,little on Unix scripts. But I heard people asking about PL/SQL alot. Can any one let me know how do we use PL/SQL with informatica and if required what is the knowledge that we need to have on PL/SQL? Please let me know in detail which would really help me alot in my career prospectus.
how to declare array in plsql?
What is informatica worklet?
hi talents, how do u get sequece numbers with oracle sequence generator function in informatica.... i dont need to use sequence generator transformation..... how do u achieve this???