"""Vendor constants.""" # If we try to create a placeholder video product with a project artist that # doesn't match the vendor_id in art_relations.artist_info.vendor_id it fails # We need to use a valid artist_id for that vendor when creating video products # This map has a valid artist_id for each label that delivered a video product # that needs UPC remapping VENDOR_VALID_ARTIST_ID = { 36271: 2780527, 43765: 2763862, # Altafonte 783932: 3628374, 784421: 3628847, 786636: 3507831, 786965: 3654366, 788360: 3293824, 786320: 3525103, 786793: 3522404, 789252: 3337014, 789404: 3640223, }