Leandro Piga
09/21/2021, 1:06 PMField name	    Type	Mode
x__client_id	STRING	NULLABLE
eventDate	    DATE	NULLABLE
channelKind	    STRING	NULLABLE
eventType	    STRING	NULLABLE
total	        INTEGER	NULLABLE
Error!
021-09-20T22:30:28.718+0200 [INFO]: Data distribution worker started
2021-09-20T22:30:28.718+0200 [INFO]: Request id: "disc_2OsZXVsqXX:YSWAS9djxBRlObiM:DhZu9dQ4TpNpj2H6"
2021-09-20T22:30:28.718+0200 [INFO]: Data source: "6148b6387a86d800015ad09d"
2021-09-20T22:30:28.718+0200 [INFO]: Additional parameters: {GDC_DATALOAD_DATASETS=[{"dataset":"dataset.vw_journey_rate_dw","uploadMode":"DEFAULT"}], GDC_DATALOAD_SINGLE_RUN_LOAD_MODE=DEFAULT, PROCESS_ID=33d4f48e-bf36-484f-bcd7-7a112a584583}
2021-09-20T22:30:28.718+0200 [INFO]: Synchronization mode: selected datasets (default)
2021-09-20T22:30:29.087+0200 [INFO]: Synchronized datasets: [dataset.vw_journey_rate_dw]
2021-09-20T22:30:30.543+0200 [ERROR]: Mapping validation failed.
2021-09-20T22:30:30.544+0200 [INFO]: 
====================== Mapping Validation ======================
  LDM field label.vw_journey_rate_dw.x__client_id is not mapped to any source column
====================== End of Mapping Validation ======================Boris
09/22/2021, 7:42 AMx__client_id  is actually an attribute in your LDM, instead of just system column in your source database, that helps to decide to which client the row belong. The client ID column shouldn’t appear in your LDM at all.Leandro Piga
09/22/2021, 2:04 PM