Page 1 of 1

What is run time column propagation ?

Posted: Mon Mar 19, 2007 6:38 am
by rhaddur
What is run time column propagation ?

Posted: Mon Mar 19, 2007 7:26 am
by chulett
An interview question. And a trick one if used in the context of a Server job.

Posted: Mon Mar 19, 2007 8:32 am
by DSguru2B
I'd be interested in 'its' implemention in server jobs :wink:

Posted: Mon Mar 19, 2007 12:32 pm
by mehimadri
U can define part of ur schema and specify that if ur job encounters extra columns that are are not defined in the meta data, it will adopt these columns and propagate them thru the rest of the job.

I have seen them in sequential, file sets and almost every other data source stage in parallel jobs, but not in server ones.

Posted: Mon Mar 19, 2007 6:54 pm
by ray.wurlod
DSguru2B wrote:I'd be interested in 'its' implemention in server jobs :wink:
That's an easy one. 's impossible.

Posted: Mon Mar 19, 2007 7:56 pm
by DSguru2B
Me know that. Was just playing along the 'tricky part' :wink:

Posted: Fri Mar 23, 2007 7:10 am
by pravin1581
DSguru2B wrote:Me know that. Was just playing along the 'tricky part' :wink:
Do we need to define the metadata in the colums tab of the file stage?

Posted: Fri Mar 23, 2007 7:32 am
by DSguru2B
Always, for server jobs. For px jobs, if any transformation is required with rcp turned on, then yes, else no.