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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
debiagui
Helper II
Helper II

Debuging MySql partitions in a dataflow with an incremental refresh

So that's my case.

We have a on-premises MySql connected to a dataflow with a Data Gateway and using incremental refresh.

The incremental refresh is set to archive last 10 years and refresh the last 2 months.

The MySql table has a DateTime Column and the data is updated once a week using a Python script that update or create the records in the table for the last week.

I've reviewed the database and I could see the new info in the database but after run the dataflow some records from the last week are missing.

So there's any way to look at this?

2 REPLIES 2
lbendlin
Super User
Super User

a Python script that update or create the records in the table for the last week.

 

That's not what incremental refresh is about.  To emulate differential refresh you need to widen your hot update window (say, last 4 weeks instead of last week) and you need to plan for periodic full refreshes, also of older partitions.

a Python script that update or create the records in the table for the last week.

This is only trying to explain the general process, but the problem is in the incremental refresh, the script in python is just the way to feed the database

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors