07-07-2024 02:10 AM
child pipeline:
Hi have a parent and a child pipeline
My parent has src table with details of tablename,schemaname, operation type a mapper and a pipelines execute.
My child pipeline has insert into redshift (execute) and a update (redshift execute)to make entry into log table .
My pipeline is working separately but when parent pipeline is triggered it is making entry In log table
But not fetching the schename,tablename, operation type from parent .
07-08-2024 04:00 AM
I see that you are capturing the parameters.
If you execute the pipeline, in the execution details you will be able to check what values the parameters have.
BR,
Spiro