1

I have a pipeline of transformations. Can a description of a given column upstream that is downstream across the pipeline be propagated?

So that one can just add the description upstream and then it is propagated downstream automatically.

fmsf
  • 36,317
  • 49
  • 147
  • 195
  • 1
    Does this answer your question? [How can I read and write column descriptions and typeclasses in foundry transforms?](https://stackoverflow.com/questions/66697141/how-can-i-read-and-write-column-descriptions-and-typeclasses-in-foundry-transfor) – proggeo Jan 27 '22 at 15:19

1 Answers1

1

As of right now there's nothing that does this for you automatically; however since you can read and write the descriptions from your Python like here you can do this on your own

vanhooser
  • 1,497
  • 3
  • 19