Forum Discussion

JeffGray's avatar
JeffGray
Icon for Advocate I rankAdvocate I
2 years ago

Column added to Lakehouse table as string shows up as wrong type in SQL Endpoint and Power BI

I have a notebook that adds a column to Lakehouse table using:      spark.sql("alter table EKKO add columns (STATU string);")   Seems to work fine, and I can load data into the column  using a m...