cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

drop specific partition from a Delta Table

HanaSega_97455
New Contributor II

i have a delta table partitioned by a Date column , I'm trying to use the alter table drop partition command but get ALTER TABLE DROP PARTITION` is not supported for Delta tables error

is there a way to do it?

1 ACCEPTED SOLUTION

Accepted Solutions

Lakshay
Esteemed Contributor
Esteemed Contributor

You can use the Delete command to delete the data for one partition.

View solution in original post

2 REPLIES 2

Lakshay
Esteemed Contributor
Esteemed Contributor

You can use the Delete command to delete the data for one partition.

Anonymous
Not applicable

Hi @Hanan Segalโ€‹ 

Thank you for posting your question in our community! We are happy to assist you.

To help us provide you with the most accurate information, could you please take a moment to review the responses and select the one that best answers your question?

This will also help other community members who may have similar questions in the future. Thank you for your participation and let us know if you need any further assistance!