admin管理员组文章数量:1419182
I am working on extracting data from SAP BW and writing it to Azure Blob Storage using an ETL pipeline. Initially, I experimented with delta/incremental loads, but now I need to perform a full load. However, after switching back, I am unable to get any data written to the sink. I'm using the SAP CDC connector. I have a solution running on another platform, where things are set up the exact same way, so my bet is that there is a checkpoint hidden somewhere on the server etc. that needs to be removed.
What I have tried:
- I have deleted all queues in SAP BW to ensure there are no remnants of delta configurations.
- I can see all rows in the staging area, which confirms that the data is successfully extracted from SAP BW. However, when writing to the Azure Blob Storage sink, the process completes but reports that 0 rows were copied.
Source:
Sink:
The issue seems to be on the sink side since the data is available in staging but doesn’t make it to Azure Blob Storage. There are no error messages, just an indication that no rows were written. Delta load configurations were previously in place, but I have removed them and expect a full load to work.
本文标签: Unable to Perform Full Load from SAP BW to Azure Blob Storage After Using Delta LoadsStack Overflow
版权声明:本文标题:Unable to Perform Full Load from SAP BW to Azure Blob Storage After Using Delta Loads - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745303127a2652492.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论