The path in which the manifest is stored is different between the two:
v1 is stored at {bucket}/{prefix}/{cur_name}/{month}/{cur_name}-Manifest.json
v2 is stored at {bucket}/{prefix}/{cur_name}/metadata/BILLING_MONTH={month}/{cur_name}-Manifest.json
The manifest for the v2 CUR is missing a billing_start_date attribute, which makes it easier to handle dropping the partition before loading the fresh data.
The main differences between the two -
The path in which the manifest is stored is different between the two:
{bucket}/{prefix}/{cur_name}/{month}/{cur_name}-Manifest.json
{bucket}/{prefix}/{cur_name}/metadata/BILLING_MONTH={month}/{cur_name}-Manifest.json
The manifest for the v2 CUR is missing a
billing_start_date
attribute, which makes it easier to handle dropping the partition before loading the fresh data.