ADF CosmosDb sink not updating a field typed double

Jasper Defesche 1 Reputation point
2021-11-26T13:17:49.99+00:00

I have a cosmos sink from ADF Dataflow that should update 4 fields. Three of them are string. One field is typed as double in schema. Upon insert, the double value is visible in CosmosDB, but on update, the double field is not updated. The other fields, including the _ts are. Can you check?

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,442 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,544 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Jasper Defesche 1 Reputation point
    2021-11-26T15:46:14.963+00:00

    Don't know what's happening here, but switching the type of data to string did the trick. But the strange thing is that this integration used to work.

    0 comments No comments