Build1 distinct publisher3 min readUpdated
An August 3 release note dropped the usage-privilege requirement for MANAGE, and it applies to grants already in your metastore. Nobody had to run a GRANT for the permission to start working.
The Engineer · Build desk

Compiled by The EngineerSomething wrong?How this is made
A one-line entry in the Azure Databricks release notes dated August 3, 2026 stated that MANAGE no longer requires USE CATALOG or USE SCHEMA on the same object [1]. A few paragraphs down, according to a write-up on dev.to, the same note spells out the consequence: if you granted MANAGE broadly without the corresponding usage privileges, those grants are now active [2]. There was no keynote, no launch post, and no workspace banner [3].
MANAGE matters because it is the closest thing Unity Catalog has to delegated admin. A holder can grant and revoke privileges on the object, transfer ownership, and otherwise behave like the owner for access-control purposes [4].
Under the old rule, MANAGE on a catalog or schema only took effect if the principal also held usage privileges on that same object, so a bare `GRANT MANAGE ON CATALOG prod TO platform_engineering` was a row in a metadata table and nothing more [5]. The new rule, as the post quotes the docs: MANAGE on a catalog requires no usage privileges; MANAGE on a schema requires USE CATALOG on the parent but no longer USE SCHEMA on the schema itself; MANAGE on a table, view, volume, or function is unchanged and still needs both [6].
The design argument is defensible. An owner never needed USE CATALOG on their own object, so aligning MANAGE removes a real inconsistency that has cost engineers afternoons of debugging [7]. The operational problem is the direction of travel: the old inconsistency failed closed, the new consistency fails open, and it applies retroactively to grants already sitting in the metastore [8]. If your metastore is more than a year old, the post argues, there is a real chance you hold some of these [9] - in calendar terms, anything created before August 3, 2025 [15].
Three shapes recur, per the same post: a 2024 bootstrap script that granted MANAGE to a platform group across every catalog while usage privileges were handled by a different script; a Terraform module that grants catalog-level MANAGE to a governance group and scopes USE CATALOG per environment, where production lost the usage grant in a refactor and nobody noticed because the effective permission was zero; and incident response, where someone got MANAGE at 3am and the cleanup revoked USE CATALOG, which closed nothing and only made the grant invisible [10].
The audit is two queries. Enumerate every MANAGE grant on catalogs and schemas from `system.information_schema.catalog_privileges` and `schema_privileges` to get the population [13], then LEFT ANTI JOIN catalog-level MANAGE against USE CATALOG for the same principal to isolate the grants that were dormant and are now effective [14]. Run both as a metastore admin: the information schema filters rows to what the caller is allowed to see [11], and there is a documented quirk where a user holding MANAGE cannot view all grants through the information schema at all [12]. Delegate this to a team lead and the report will lie by omission.
Watch three things. Whether the anti-join returns anything in production but not dev, which is the Terraform-drift signature [10]. Whether your Terraform plan now shows the usage grants as absent rather than redundant [10]. And whether Databricks ships a first-party report of newly effective grants; the post describes only hand-written SQL [13][14], and it cites the Azure release notes, not other clouds [1].
Follow any of these and your For You feed starts watching them — no settings page required.
Ranked by verification strength, evidence, and original report placement.
On August 3, 2026, a short entry in the Azure Databricks release notes stated that MANAGE no longer requires USE CATALOG or USE SCHEMA on the same object.
The same release note says: if you granted MANAGE broadly without also granting the corresponding usage privileges, those grants are now active. Not pending migration, not opt-in from a Previews page.
The change arrived with no keynote, no blog post with a hero image, and no banner in the workspace.
A MANAGE holder can grant and revoke privileges on that object, transfer ownership, and generally behave like the owner for access control purposes; it is the closest thing Unity Catalog has to delegated admin.
The old rule was that MANAGE on a catalog or schema only took effect if the principal also held usage privileges on the same object; GRANT MANAGE ON CATALOG prod TO platform_engineering did nothing without USE CATALOG prod.
New rule per the docs: MANAGE on a catalog requires no usage privileges; MANAGE on a schema requires USE CATALOG on the parent catalog but no longer USE SCHEMA on the schema itself; MANAGE on a table, view, volume or function is unchanged and still needs USE CATALOG plus USE SCHEMA on the parents.
Evidence-backed comparisons of source perspectives and observed adoption signals. Read the methodology
Which Builder, Operator, and Investor concerns the observed source mix emphasized—not a truth score.
Evidence, demonstrated adoption, hype gap, incentives, and confidence are assessed independently, each on its own current evidence. How these are measured.
Specific and internally consistent, but single-source and unlinked to primaries
The core mechanics are stated with unusual precision for a single post: a dated release-note line, a quoted retroactivity sentence, a three-branch privilege matrix attributed to the docs, and two runnable information_schema queries whose semantics the author caveats himself. That specificity is checkable in principle. What is missing is any primary citation in the supplied material, any second publisher, any indication of whether non-Azure Databricks deployments behave the same way, and any evidence that newly effective MANAGE grants were exercised anywhere.
Platform-side change is shipped and live; customer-side exposure unmeasured
Two concrete shipping events are reported: the August 3 rule change, which by the release note's own wording is already in effect on existing grants, and the August 10 general availability of READ METADATA. A vendor-side default change that applies retroactively has broad reach by construction, so this is not merely a proposal. But nothing in the supplied source measures how many metastores hold dormant MANAGE grants, how many principals gained reach, or whether any team has run the audit; prevalence is asserted as 'a real chance', not counted.
Mildly overstated: real mechanism, unquantified blast radius
The headline framing ('check who just became an admin') is sharper than the evidence supports, because the number of affected principals is never measured and the detection query is admitted to produce false positives on group-inherited usage. Against that, the post does not inflate: it credits the vendor's reasoning as sound, scopes the change correctly by object type, and tells readers to treat query output as a shortlist for human review rather than a verdict. The gap is therefore small and comes mostly from single-sourcing plus unquantified prevalence, not from misdescription.
Independent practitioner post; attention incentive, no disclosed vendor tie
The only visible incentive in the supplied material is authorial: a developer-platform post whose reach depends on urgency, which explains the imperative headline and the 'worth making this week' closing advice on READ METADATA. There is no vendor sponsorship, product pitch, paywall, or commercial offering disclosed in the source, and no adversarial framing of Databricks; the author defends the change's logic while objecting to its direction. Low-to-moderate distortion risk, and no evidence of a financial stake either way.
Moderate-low: mechanism plausible and precise, corroboration absent
Confidence is limited chiefly by structure rather than content. One publisher, one article, no linked primary release note or docs page, no vendor statement, and no second account of a change that the article itself says was announced without fanfare. The technical detail is coherent and self-caveated, which supports the mechanism, but the severity and scope claims — how many metastores, which clouds, whether anyone's access actually widened — remain unverified in the supplied material.
build
Databricks says the hard part of warehouse migration was the stored procedures, not the data1 distinct publisher
build
Inference inside the SELECT: the point is the governance boundary, not the syntax1 distinct publisher
build
Your Databricks Pipeline Is A Demo Until Promotion Only Runs One Way1 distinct publisher
invest
Airwallex marks itself up 37% in six months, and tells you why it is not listing1 distinct publisher
Distinct publishers with included, body-backed reporting in this cluster.
dev.to
1 article · August 16, 2026