Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
We are experiencing an identical issue with two clients where a Dataflow Gen2 in Fabric (Silver layer) does not copy recent data from the Bronze layer during the execution of a nightly pipeline, even though the preceding Copy job has successfully copied the recent data to the bronze layer.
The problem:
Any assistance, insights, or suggestions to help resolve this issue would be greatly appreciated.
Solved! Go to Solution.
Hi @Stefanve - Have you tried triggering the SQL endpoint refresh before the bronze to silver dataflow execution?
I had a similar issue (instead of dataflow gen2 I had notebooks), where I added an extra activity between bronze and silver in the pipeline, to call a notebook with this API that triggers the SQL Endpoint refresh of the source lakehouse.
Thank you for your answers,
@tayloramy The Dataflow Gen2 source is connected to the bronze lakehouse and not to the SQL endpoint.
@Gpop13 Thanks for the links; I will test the refresh of the SQL endpoint. However, I still don’t understand why this is necessary since I’m not using the SQL endpoint.
The interesting part is that, as a test, I added a notebook with a query to check whether the notebook would pick up the latest changes. This step is placed before the 20-minute delay, and now, on our latest refresh the dataflow did picked up the most recent data.
Hi @Stefanve,
@Gpop13 is on the right track. Are you using the SQL endpoint in the dataflow?
THe SQL Endpoints can take a few minutes to sync themselves, so you should force a metadata sync after loading data via the copy job, and before reading data from the dataflow to ensure that everything is up to date.
If you found this helpful, consider giving some Kudos. If I answered your question or solved your problem, mark this post as the solution.
Hi @Stefanve - Have you tried triggering the SQL endpoint refresh before the bronze to silver dataflow execution?
I had a similar issue (instead of dataflow gen2 I had notebooks), where I added an extra activity between bronze and silver in the pipeline, to call a notebook with this API that triggers the SQL Endpoint refresh of the source lakehouse.
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!