What is deployemnt groups, Lables, query and dynamic deployment group.
Answer / ram
Using Deployment groups one can do ETL code migration from dev to test repository. This a automated approach which need very minimal manual intervention.
For details on this i found a good like refer to it ..
well explained
https://etltechsolutions.wordpress.com/2015/10/02/etl-automated-deployment-groups/
Is This Answer Correct ? | 1 Yes | 0 No |
How Union Transformation is an Active Trans?
What are the methods for creating reusable transforamtions?
Informatica and datawarehousing courses in Pune?
Can informatica load heterogeneous targets from heterogeneous sources?
Can anyone give some input on "Additional Concurrent Pipelines for Lookup Cache Creation" ? I know that this property is used to build caches in a mapping concurently. But which values should I set into this ( i.e. 1 or 2 or 3 or something else ) for concurrent cache building ?
What is Data Caches size?
Hi, This is Lakshmi,Anyone taking classes for datawarehouse-Informatica and BO with real time project
hi all, i have 1 flat file having 10 rows. like:- id name amt 100 a 100 200 b 200 100 n 300 400 p 3000 100 a 100 600 x 6000 Now i want to load half of this data into one flat file and remaining in other flat file.like :- flat file 1 id name amt 100 a 100 200 b 200 100 n 300 ---------------------- ---------------------- flat file 2 id name amt 400 p 3000 100 a 100 600 x 6000 Plz reply me ASAP.
what are the transformations that are used in data cleansing ? and how data cleansing takes place ?
Consider a Phone Log table as below. It records all phone numbers that we dial in a given day. SOURCE_PHONE_NUMBER DESTINATION_PHONE_NUMBER CALL_START_DATETIME 1234 4567 01/07/2011 10:00 1234 2345 01/07/2011 11:00 1234 3456 01/07/2011 12:00 1234 3456 01/07/2011 13:00 1234 4567 01/07/2011 15:00 1222 7890 01/07/2011 10:00 1222 7680 01/07/2011 12:00 1222 2345 01/07/2011 13:00 Please provide an SQL query to display the source_phone_number and a flag where the flag needs to be set to Y if first called number and last called number are the same and N if the first called number and last called number are different. Desired Output: Source Number Is_Match 1222 N 1234 Y
Describe an informatica powercenter?
What is the function of aggregator transformation?