Forum Discussion
AndyAtAsos
2 years agoNew Member
Cosmos CDC - updates not flowing
Hi, I have the following topology, where I am trying to stream orders that are written to a Cosmos DB, to a Lakehouse and External Connector. Q1: What is the cause of the Warning on the C...
AndyAtAsos
2 years agoNew Member
Hi,
I have the following topology:
I cannot get any events to flow to the Lakehouse and get written to a table. The table isn't created either. If I create a table myself, events do not get written.
I can see events flowing to the custom endpoint.
1. Any ideas what the problem is?
2. Is there a way to debug this?
Thank you
- Anonymous2 years agoNot applicable
Hi AndyAtAsos ,
The reason you might not see any data events to flow to the Lakehouse is that your data existed before the Lakehouse was added. You can try adding a new document to your Cosmos DB. This should trigger a new CDC event, which should then flow into your Lakehouse. Once data starts flowing to the Lakehouse, you should see the table created.
- Sudip2 years agoFrequent Visitor
is this issue resolved ?? I am having a similar issue.