Hi Team, I see the bug in the latest release: In merge if i merge from one branch to other branch in response i see always "{'added': 0, 'changed': 0, 'conflict': 0, 'removed': 0}"
Hey @Aapta Bhatt, actually that part of the response was deprecated by design so the summary will always be empty until we’ll remove it from the api. The reason for the deprecation is multiple performance improvements to the merge operation that used to run much slower. Unfortunately we had to drop the summary since we can no longer calculate it during the request in a reasonable time.
🙌 1
a
Aapta Bhatt
04/24/2023, 7:59 PM
Hi Team, Do you have any example script which i can use to load delta tables incrementally via lakefs ?
Thanks @Iddo Avneri. It is very helpful.
Is there any ETL example with partitioned delta lake table ?
i
Iddo Avneri
04/24/2023, 9:12 PM
I don’t have an example at hand that has both repartitioning and uses delta. But we have them both separate:). The spark demo at the same directory will help with example of partitioning data.