Forum Discussion

smahla's avatar
smahla
New Contributor II
3 years ago
Solved

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 mast...
  • Aleksandar_A's avatar
    Aleksandar_A
    3 years ago

    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.