I am able to append the CSV data but it does not pick up the lat/long fields or the spatial field I create with spatial.from_xy.
How do I include spatial when appending data to a HFS from a csv?
append_result = lyr.append(item_id=csv_item.result().itemid,source_info = source_info['publishParameters'],upsert=False, upload_format="csv")