Table: Delta Artist Alias
The ml_linkage__delta_artist_alias table contains the new artist alias data that must be synchronized with the backend application.
It is an export from the ml_preproc__delta_artist_alias source computed by the artist_linkage DAG.
NB: This table is going to be deprecated in the future.
Table description
| name | data_type | description |
|---|---|---|
| artist_id | Unique identifier of the artist. | |
| artist_wiki_id | Wikidata ID (can be null if not matched). | |
| offer_category_id | Identifier for the category of the offer. Determined by the cultural partner via a list of pre-set options in a drop down menu. | |
| artist_type | Whether the artist is a performer or an author. | |
| artist_offer_name | Name of the artist as it is written in the offer. | |
| action | Action to be taken by the backend during synchronization.(can be null if not matched). | |
| comment | Comment or additional information related to the delta action.(can be null if not matched). |