Forum Discussion

gabrielfagundes's avatar
gabrielfagundes
New Member
1 month ago
Solved

Dataflow Gen2 CI/CD activity drops parameter values on save.

Summary In a Data Pipeline, the Dataflow Gen2 (CI/CD) activity is not persisting its parameter values. Any value I enter in the activity's parameter section — whether dynamic content or a plain stat...
  • gabrielfagundes's avatar
    gabrielfagundes
    1 month ago

    Hi,

     

    Thanks for your response. I've tried most of the suggestions, but unfortunately none of them worked.

    However, I found one approach that does work:

    1. Pass the dynamic content into the dataflow parameters within the activity.
    2. Save the pipeline.
    3. Keep it open or, if you close, avoid opening the pipeline again, and execute it only through a schedule or a trigger.

     

    I noticed that when you save the pipeline, the dynamic parameter values are preserved. The issue seems to occur when the pipeline is reopened in the workspace (or when it's executed directly from the pipeline page). At that point, the dynamic content appears to be overwritten.

     

    As a workaround, every time you need to modify the pipeline (which requires opening it in the workspace), you'll need to reassign the dynamic content to the parameters before saving again.

     

    In summary, keep the pipeline open while making your changes, then save it and execute it only through the scheduling or triggering mechanisms.