Azure-Samples / Synapse

Samples for Azure Synapse Analytics
MIT License
375 stars 351 forks source link

Secure string parameter is taking the default value `**********` when running the Fabric Notebook from pipeline #170

Open GovindulaRakesh opened 7 months ago

GovindulaRakesh commented 7 months ago

The secure string parameter is taking a default value during the pipeline run like ********** even though some default value was given in the pipeline parameters section.

See the parameter length in the below image.

Thus, the notebook also taking the same value.

When it is edited at the pipeline start, it is taking the original value.

Whereas, same scenario is working fine in normal synapse notebook and pipeline.