Skip to content

CurrentUser

laktory.models.resources.databricks.CurrentUser ¤

Bases: BaseModel, TerraformResource

Databricks Current User data source. Returns the identity of the authenticated user or service principal making API calls.

Examples:

import io

from laktory import models

current_user = models.resources.databricks.CurrentUser.model_validate_yaml(
    io.StringIO("{}")
)
References

laktory.models.resources.databricks.currentuser.CurrentUserLookup ¤