azure-cosmosdb

Logic App to push data from Cosmosdb into CRM and perform an update

China☆狼群 提交于 2020-08-26 09:43:19
问题 I have created a logic app with the goal of pulling data from a container within cosmosdb (with a query), looping over the results and then pushing this data into CRM (or Common Data Service). When the data is pushed to CRM, an ID will be generated. I wish to then update cosmosdb with this new ID. Here is what I have so far: This next step is querying for the data within our cosmosdb database and selecting all IDS with a length that is greater than 15. (This tells us that the ID is not yet

python gremlin connection timeout issue

守給你的承諾、 提交于 2020-08-25 05:16:17
问题 Getting gremlin driver timeout issue as below. We have increased the throughput and tried but still in vein. [12/05/2019 06:50:33 > 1376bf: ERR ] Traceback (most recent call last): [12/05/2019 06:50:33 > 1376bf: ERR ] File "Integrated_Algorithm_PD_MChart_V0.2.py", line 120, in <module> [12/05/2019 06:50:33 > 1376bf: ERR ] productDevelopment_cs_response = execute_traversals(client) [12/05/2019 06:50:33 > 1376bf: ERR ] File "Integrated_Algorithm_PD_MChart_V0.2.py", line 77, in execute