Pere Miquel Brull 34fbe5d64c
Docs - Prepare 1.7 docs and 1.8 snapshot (#20882)
* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT

* DOCS - Prepare 1.7 Release and 1.8 SNAPSHOT
2025-04-18 12:12:17 +05:30

1.4 KiB

title slug
Client Utils /sdk/python/api-reference/client-utils

{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

module client_utils

OMeta client create helpers


{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

function create_ometa_client

create_ometa_client(metadata_config: OpenMetadataConnection)  OpenMetadata

Create an OpenMetadata client

Args:

  • metadata_config (OpenMetadataConnection): OM connection config

Returns:

  • OpenMetadata: an OM client

{% image align="right" style="float:right;" src="https://img.shields.io/badge/-source-cccccc?style=flat-square" /%}

function get_chart_entities_from_id

get_chart_entities_from_id(
    chart_ids: List[str],
    metadata: OpenMetadata,
    service_name: str
)  List[EntityReference]

Method to get the chart entity using get_by_name api