Hi All,
I have been using COPYINTO for ingesting the data from managed volumes and my destination is a managed delta table .I would like to know where is it storing the metadata information or a checkpoint location to maintain its idempotent feature.Well i have been pointing to directory not individual files .Please help me to understand about it.I tried everything to search the checkpoint file but am not getting it
COPY INTO dev.final_test.invoice
FROM "/Volumes/workspace/default/hustest/invoice/"
FILEFORMAT = CSV
FORMAT_OPTIONS ('header' = 'true')
COPY_OPTIONS ('mergeSchema'='true')
Regards,
Husna