Python
from meibelai import Meibelai import os with Meibelai( api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""), ) as m_client: res = m_client.datasources.tag.get_tag_config(datasource_id="<id>") # Handle response print(res)
{ "datasource_id": "<string>", "description": "<string>", "logical_group_regex": "<string>", "working_bucket": "<string>", "db_path": "<string>", "working_platform": "azure", "database_config": { "anyof_schema_1_validator": { "database_type": "clickhouse", "database_filepath": "<string>", "database_name": "<string>", "database_schema": "<string>" }, "anyof_schema_2_validator": { "database_name": "<string>", "database_type": "clickhouse" }, "anyof_schema_3_validator": { "database_name": "<string>", "database_type": "clickhouse" }, "actual_instance": "<unknown>", "any_of_schemas": [ "PostgreSQLConfig", "ClickhouseConfig", "DuckDBConfig" ] }, "created_by": "<string>", "updated_by": "<string>" }
Successful Response
TagConfig
Platform
azure
gcs
r2
s3
DatabaseConfig
Show child attributes
Was this page helpful?