添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
旅途中的牛腩  ·  PostgreSQL ...·  2 年前    · 
从未表白的苦咖啡  ·  Oracle 19c ...·  2 年前    · 

I have created a 'copy data' and 'data flow' and have added them to my pipeline.
When debugging the pipeline, copy data runs successfully, however, it fails at data flow with error:
{"message":"at Sink 'OutputStreamName': java.util.NoSuchElementException: None.get. Details:at Sink 'OutputStreamName': java.util.NoSuchElementException: None.get","failureType":"UserError","target":"DataFlowName","errorCode":"DFExecutorUserError"}
Few things I want to highlight,
the copy operation is from CosmosDB to SQLDB and both the datasets are schema-less.

Hi @Rose Kipgen ,

Welcome to Microsoft Q&A and thanks for reaching out.

We can use "Insert Explicit Structure" option in "Derived Column" transformation in Mapping dataflow that separates the fields from array in JSON and then they can be mapped to SQL columns in Sink as shown in GIF below.

Hope this helps! Do let us know for queries.