Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
ebjim
Helper IV
Helper IV

Changing lakehouse table column names

While I have seen articles here and there about using notebooks to alter the name of a lakehouse table column, the new names don't sync up with the SQL endpoint. Am I correct to say that Microsoft does not officially allow for lakehouse table columns to be individually renamed?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @ebjim 
Thanks for using Fabric Community.
Rename does/should work without column mapping enabled on spark. So we need to know the version of spark used and the version of delta + if column mapping was enabled on the table. You can check the column mapping details as below:

vnikhilanmsft_0-1712844940803.png

 

So if you want to rename a column today, you need to add a column.

 

vnikhilanmsft_1-1712844973215.png


But there is no way to delete it, unless they turn on column mapping or rewrite the table back.

vnikhilanmsft_2-1712845060614.png

 

vnikhilanmsft_3-1712845079643.png


With column mapping, the spark table is updated, but the SQL endpoint table is not updated.

vnikhilanmsft_4-1712845107953.png

 

vnikhilanmsft_5-1712845156607.png


Hope this helps. Please let me know if you have any further queries.

View solution in original post

3 REPLIES 3
frithjof_v
Super User
Super User

Maybe this is a solution for renaming columns, dropping columns and changing column type in Lakehouse tables:

https://community.fabric.microsoft.com/t5/General-Discussion/Dropping-and-recreating-lakehouse-table...

frithjof_v
Super User
Super User

This is my experience also

Anonymous
Not applicable

Hi @ebjim 
Thanks for using Fabric Community.
Rename does/should work without column mapping enabled on spark. So we need to know the version of spark used and the version of delta + if column mapping was enabled on the table. You can check the column mapping details as below:

vnikhilanmsft_0-1712844940803.png

 

So if you want to rename a column today, you need to add a column.

 

vnikhilanmsft_1-1712844973215.png


But there is no way to delete it, unless they turn on column mapping or rewrite the table back.

vnikhilanmsft_2-1712845060614.png

 

vnikhilanmsft_3-1712845079643.png


With column mapping, the spark table is updated, but the SQL endpoint table is not updated.

vnikhilanmsft_4-1712845107953.png

 

vnikhilanmsft_5-1712845156607.png


Hope this helps. Please let me know if you have any further queries.

Helpful resources

Announcements
August Fabric Update Carousel

Fabric Monthly Update - August 2025

Check out the August 2025 Fabric update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors