> For the complete documentation index, see [llms.txt](https://v2.dataos.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v2.dataos.info/operate/july2026/data-admin/data-admin.md).

# Overview

The role that owns and governs the Lakehouse.

A **Data Admin** owns the Lakehouse: the managed Apache Iceberg storage where Tenant analytics data lives. You provision and maintain it, structure its namespaces and tables, and govern who can read and write its data. The underlying role is the Tenant's `Data Admin` role.

## Data Admin vs Tenant Admin

Keep the boundary clear. A [Tenant Admin](/operate/july2026/tenant-admin/tenant-admin.md) runs the *Tenant*: its Compute, data-source connections, users, and grants. A Data Admin runs the *Lakehouse*: its namespaces, schemas, tables, views, and the access to that data. The two overlap at provisioning (creating the Lakehouse resource may be done by either the operator, tenant admin, or you), but its ongoing structure and data governance are yours. If the question is "how is the Lakehouse data organized and who can query it," it is a Data Admin concern.

The Data Admin role owns the Lakehouse, and can also manage access on any resource in the Tenant, not only ones it created, the same tenant-wide `Can Manage Access` reach a [Tenant Admin](/operate/july2026/tenant-admin/tenant-admin.md) has. That authority lets it self-grant `Can Use` and `Can Edit` on any Tenant resource, including Compute and Depots it did not create; those self-grants are audited like any other. See the [Access control](/operate/july2026/access-model.md).

{% hint style="info" %}
This section covers governing the data inside the Lakehouse: namespaces, schemas, tables, and access to them. Who can edit the Lakehouse resource itself, or grant access to it, is a separate, resource-level concern that you need too. See [Lakehouse: Access control](/operate/july2026/access-model/resource-level-permissions/lakehouse-access-control.md) in the Access control section.
{% endhint %}

## What you cannot do

* **Manage Tenant settings, invite users, or assign roles.** That's [Tenant Admin](/operate/july2026/tenant-admin/tenant-admin.md)'s job: `manage-tenant` isn't in your grant set.
* **Create domains, or un-quarantine resources.** `create-any-domains` and `un-quarantine-resources` are Tenant-Admin-only.
* **Use Compute, Depots, or Secrets by default.** You can self-grant `Can Use`/`Can Edit` via your `Can Manage Access` authority (above), but you don't hold them automatically. Every grant, including to yourself, is audited.

## What you run and maintain

* [Manage the Lakehouse](/operate/july2026/data-admin/manage-lakehouse.md): provision it, then create and maintain namespaces, schemas, tables, and views.
* [Access control on Lakehouse data](/operate/july2026/data-admin/access-control.md): govern who can read and write, including masking and row-level controls.
* [Monitoring](/operate/july2026/data-admin/monitoring.md): watch Lakehouse health and usage.

Start with [Manage the Lakehouse](/operate/july2026/data-admin/manage-lakehouse.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://v2.dataos.info/operate/july2026/data-admin/data-admin.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
