- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 01:05 AM - edited 11-10-2025 01:09 AM
Databricks provides excellent documentation. But in some rare cases I found it could have been improved.
For example in the documentation for Data Profiling requirements (https://docs.databricks.com/aws/en/data-quality-monitoring/data-profiling/#requirements) section it is not specified what all permissions are required for a user to create, edit and view the data profiling on a table. After testing I found out we need MANAGE permissions on the table and CREATE TABLE privileges on the output schema or MODIFY privilege on the existing output metric tables.
Is there a way to request update the Databricks documentation in general? Or can I edit it myself my following some pull request process similar to what Azure have on their learning documentation (https://learn.microsoft.com/en-us/contribute/content/how-to-write-overview)?
- Labels:
-
Databricks Documentation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 04:10 AM
Hi @Charuvil ,
You can prepare pull request with proposed changes. It's describe at the link you've already found
Contribute/Contribute/content/how-to-write-overview.md at main · MicrosoftDocs/Contribute
Once you've done this, you can check status of your pull request here:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 05:00 AM
Thanks for your reply. But the problem is Azure Databricks documentation is not editable. I could not find any documentation related to Azure Databricks resource in the azure-docs repo. https://github.com/MicrosoftDocs/azure-docs/tree/main
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-10-2025 04:22 AM