Reusable pipeline- Unable to fetch variable value in child pipeline -Snowflake Snap
Usecase-
We are looking at creating a reusable pipeline to load data from table1 from source DB to table1 in target DB. Plan is to reuse the same pipeline for n tables.
Option 1 -
Created master pipeline and child pipeline. Master pipeline gets table name list from source DB.
Then uses mapper and foreach snap to execute the child pipeline.
Child pipeline loads table from source DB to target DB.
Issue- Unable to use the parameter/variable value from master pipeline-foreach snap to child pipeline -snowflake select/execute snap.
Master pipeline-
Child pipeline-
Anyone faced similar error or has recommendation for the approach on reusable pipeline.
Thank You.
Hi @smahla,
You are getting that error while validating from the child pipeline because the Parameter _name is empty.
You can specify Default Values for the Parameters so you can validate, and these values will be overwritten when you invoke the Pipeline from the parent.
So, if you want to test it by validating directly the child pipeline consider setting the Default Value for the wanted Parameter under the Pipeline Properties.
Let me know if this helps. 🙂
BR,
Aleksandar.