cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

PrivilegesSELECT: gives read access to an object.CREATE: gives ability to create an object (for example, a table in a schema).MODIFY: gives ability to...

Rishabh-Pandey
Esteemed Contributor

Privileges

  • SELECT
  • : gives read access to an object.
  • CREATE
  • : gives ability to create an object (for example, a table in a schema).
  • MODIFY
  • : gives ability to add, delete, and modify data to or from an object.
  • USAGE
  • : does not give any abilities, but is an additional requirement to perform any action on a schema object.
  • READ_METADATA
  • : gives ability to view an object and its metadata.
  • CREATE_NAMED_FUNCTION
  • : gives ability to create a named UDF in an existing catalog or schema.
  • MODIFY_CLASSPATH
  • : gives ability to add files to the Spark class path.
  • ALL PRIVILEGES
  • : gives all privileges (is translated into all the above privileges).

Rishabh Pandey
1 REPLY 1

Aviral-Bhardwaj
Esteemed Contributor III

thanks sir

AviralBhardwaj

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group