Skip to content

[Feature] Support for MANAGE privilege in dbt's +grants configuration (Databricks Unity Catalog) #11653

@mstfkmlbsbdk2023

Description

@mstfkmlbsbdk2023

Is this your first time submitting a feature request?

  • I have read the expectations for open source contributors
  • I have searched the existing issues, and I could not find an existing issue for this feature
  • I am requesting a straightforward extension of existing dbt functionality, rather than a Big Idea better suited to a discussion

Describe the feature

I would like to request support for the MANAGE privilege in dbt's +grants configuration block, specifically for use with Databricks Unity Catalog.

Unity Catalog now supports the MANAGE privilege on various object types (e.g., SCHEMA, TABLE, VIEW, FUNCTION, etc.). This privilege allows users to manage permissions, drop/rename objects, and transfer ownership — making it a powerful tool for enterprise-level governance.

Currently, dbt supports a limited set of privileges in the +grants config (e.g., select, modify, usage), but MANAGE is not among them. Adding support for this would allow teams to fully automate access control policies for Unity Catalog-managed objects directly within dbt workflows.

Describe alternatives you've considered

No response

Who will this benefit?

This feature would benefit:

Data platform teams using Databricks Unity Catalog who want to manage access control declaratively.
Organizations with strict governance requirements that need to automate MANAGE privilege assignments.
dbt users looking to reduce manual steps and centralize permission management within dbt projects.

Are you interested in contributing this feature?

No response

Anything else?

This feature is currently in Public Preview but is already widely used in enterprise environments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions