Secure Input
Enable this option to protect sensitive data passed into the Databricks Notebook. When this setting is enabled, the input values will be masked and not visible in logs or metadata. This is recommended for passing confidential or sensitive information.
The value is applied as the secure-input option on the Databricks Notebook and Databricks Job activities in the generated Azure Data Factory pipelines. When the setting is blank (the default), the option is omitted from the generated activities and the Data Factory default (input not secured) applies.
When to Change This Setting
Enable it when notebook parameters can carry values that should not appear in Data Factory activity logging. Leave it blank or disabled when the parameters are not sensitive, so the input remains visible for monitoring and troubleshooting.
Related Settings
| Setting | Interaction |
|---|---|
| Secure Output | The equivalent option for the activity's output |
Notes
- This setting is part of the Databricks settings category.
- This setting is blank by default; the generated activities then use the Data Factory default.