Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2023 11:49 AM
Databricks recommends using Databricks secrets for sensitive information like usernames and passwords. These get redacted in the prints and logs and are not visible to other users in the workspace in case the notebook is accessible to other team members.
https://docs.databricks.com/security/secrets/index.html
Here is an example of it:
https://docs.databricks.com/security/secrets/example-secret-workflow.html