2

I am trying to call a macro on Teradata from Informatica cloud but I was not able to achieve any success I tried SQL transformation, it works only for SQL server and oracle but not for teradata. Anyone has any idea how to call a macro on Teradata from the Informatica cloud.

skcgc
  • 69
  • 2
  • 14

2 Answers2

2

You'll need to call a pre or post action the runs code on the O/S to trigger the macro. I generally use Python for pre and post actions as it is portable across O/Ss.

0

in the post sql section of the target, you can call your stored procedure (exec spname)

Jean-François Fabre
  • 137,073
  • 23
  • 153
  • 219