Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
GustavoBorges
Frequent Visitor

Error on updating DataFlow

I have a Dataflow whose source is Mongo Atlas SQL, within the dataflow I do various data processing, convert jsons into tables...


Before carrying out the data processing, the dataflow was updating normally, however, now one of the tables (the largest, around 300mb / 550k mongo documents) is failing with the error: Error: We have reached the end of the buffer.

The dataflow error log (in Portuguese):

 

 

Requested on,Nome do fluxo de dados,Status de atualização de fluxo de dados,Nome da tabela,Nome da partição,Atualizar o status,Hora de início,Hora de término,Duração,Linhas processadas,Bytes processados (KB),Confirmação máxima (KB),Tempo do Processador,Tempo de espera,Mecanismo de computação,Erro,
2024-02-01 14:14:31,Mongo -  Moskit,Falhou,users,N/D,Concluído,2024-02-01 14:14:31,2024-02-01 14:15:02,00:00:31.0800,N/D,N/D,N/D,N/D,N/D,N/D,N/D
2024-02-01 14:15:02,Mongo -  Moskit,Falhou,contacts,N/D,Concluído,2024-02-01 14:15:02,2024-02-01 14:16:03,00:01:01.3470,N/D,N/D,N/D,N/D,N/D,N/D,N/D
2024-02-01 14:16:03,Mongo -  Moskit,Falhou,deals,N/D,Concluído,2024-02-01 14:16:03,2024-02-01 14:17:04,00:01:00.4570,N/D,N/D,N/D,N/D,N/D,N/D,N/D
2024-02-01 14:17:04,Mongo -  Moskit,Falhou,projects,N/D,Concluído,2024-02-01 14:17:04,2024-02-01 14:17:35,00:00:30.9930,N/D,N/D,N/D,N/D,N/D,N/D,N/D
2024-02-01 14:17:35,Mongo -  Moskit,Falhou,activities,N/D,Falhou,2024-02-01 14:17:35,2024-02-01 14:19:36,00:02:01.1830,N/D,N/D,N/D,N/D,N/D,N/D,Error: Chegamos ao final do buffer. Request ID: 2d3d1164-6e12-1005-dd04-4d7390d6e9bc Activity ID: d0bf3a78-5130-45cc-b6ca-4d116749bfd2

 

 

 

1 ACCEPTED SOLUTION

Thanks for answering @Anonymous,

In fact, the problem was when converting text to JSON trying to convert a cell that was empty, then the error occurred.

Replacing the empty ones with [] or {} (depending on whether the column was an array or an object) and it worked.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @GustavoBorges ,

Please refer this document, hope it is helpful for you: Troubleshooting dataflow issue - get data from dataflow - Power Query | Microsoft Learn

vbinbinyumsft_0-1707112658896.png

Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks for answering @Anonymous,

In fact, the problem was when converting text to JSON trying to convert a cell that was empty, then the error occurred.

Replacing the empty ones with [] or {} (depending on whether the column was an array or an object) and it worked.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors