Hi,
I created the following CDS view.
@EndUserText.label: ‘CDS della tabella AGR_DEFINE’
@AbapCatalog: { sqlViewName: ‘ZCDS_CFO_AGRDEF’,
compiler.compareFilter: true,
preserveKey: true
}
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@analytics: {
dataCategory: #CUBE,
internalName: #LOCAL,
dataExtraction: {
enabled: true,
delta.changeDataCapture: {
automatic: true
}
}
}
define view ZCDS_AGR_DEFINE
as select from agr_define
{
key agr_name,
parent_agr,
create_usr,
create_dat,
create_tim,
create_tmp,
change_usr,
change_dat,
change_tim,
change_tmp,
attributes
}
Importing it into Datasphere, and running the full extraction it gives me the following error
The source connector has accepted the initial load partitioning request. The next attempt will be after 05-Feb-2025 11:03:32 UTC. CorrelationId: 944e71c5-2c9b-4634-1900-bc0205bd33f0@05-Feb-2025 11:03:28.
How can I solve the problem?