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)?