Fix: Skip FERRERO.MASTERASSETIDS field on PROD - field not yet configured
PROD DAM rejects FERRERO.MASTERASSETIDS as it only exists in PPR. Remove the single-master-to-list conversion so PROD uses the existing single-ID field (master_opentext_id) instead. Will be re-added when client configures the tabular field in PROD. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
27916062ff
commit
6517a4f83f
1 changed files with 0 additions and 2 deletions
|
|
@ -124,8 +124,6 @@ def process_box_file(file_info, dam, box, db, parser, mvp_extractor, config, not
|
|||
if not master_asset:
|
||||
# Will check below
|
||||
master_asset = None
|
||||
else:
|
||||
master_opentext_ids = [master_asset['opentext_id']]
|
||||
|
||||
# CHECK: Warn if Master Tracking ID is used (starts with uppercase M)
|
||||
if tracking_id.startswith('M'):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue