I am trying to update a layer in AGOL by truncating it in a python notebook and then appending the updated data using python's append function. I was able to truncate the AGOL layer in my python notebook, but the append takes too long or it just gets stuck. Note: There are about 200k records that need appended. Is there a better workflow for this task. I need it to be automated hence the python script