Forum Discussion

arpost's avatar
arpost
Post Prodigy
2 years ago

Can I secure notebook outputs?

Greetings, all. I have a notebook for which I am returning an output value to a Fabric data pipeline. I want to ensure that the data in the notebook is secured and the output is secured in such a way that it doesn't get persisted. The data that will be passed will likely be sensitive data. Is this possible?

 

For reference, I am using the following to output the return value:

 

 

notebookutils.notebook.exit({"adf_output_value":r})

 

1 Reply