from meibelai import Meibelai
import os
with Meibelai(
api_key_header=os.getenv("MEIBELAI_API_KEY_HEADER", ""),
) as m_client:
res = m_client.tag.update_tag_column_info(datasource_id="<id>", table_name="<value>", column_name="<value>", description="pish poorly boo evenly appliance but aw", dtype="<value>", is_key=True, is_indexed=True, engineered_features=[
"<value 1>",
"<value 2>",
"<value 3>",
])
# Handle response
print(res)