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.update_tag_column_info(datasource_id="<id>", table_name="<value>", column_name="<value>", description="gah ad though aw when disbar", dtype="<value>", is_key=None, is_indexed=False, engineered_features=[
"<value 1>",
"<value 2>",
])
# Handle response
print(res)