sdk

No menu items for this category
OpenMetadata Documentation

module utils

Helper functions to handle OpenMetadata Entities' properties


Given a name, replace all special characters by _

Args:

name: name to format

Returns:

formatted string


Given an Entity T, return its type. E.g., Table returns table, Dashboard returns dashboard...

Also allow to be the identity if we just receive a string


Default model stringifying method.

Some elements such as FQN, EntityName, UUID have the actual value under the pydantic base root