Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while running CDS view from datasphere

slanzetta247
Explorer
0 Likes
525

 

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?

0 REPLIES 0