Wiki source code of Rafraîchissement automatique (planification)
Last modified by Aurelie Bertrand on 2026/07/23 10:08
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Automatic Refresh allows data to be refreshed according to a schedule. | ||
| 2 | |||
| 3 | First, the server determines whether the flows need to be refreshed (based on their scheduled dates). If a flow needs to be refreshed, the scheduler determines whether the underlying data model also needs to be refreshed (based on its scheduled date). | ||
| 4 | |||
| 5 | If this model uses other data models (joins, unions, transformations, etc.), these are also refreshed if necessary (again based on their scheduled dates). | ||
| 6 | |||
| 7 | (% class="box infomessage" %) | ||
| 8 | ((( | ||
| 9 | **Note** | ||
| 10 | A data model is only refreshed when a flow is refreshed. A data model is not refreshed if no flow uses it either directly or indirectly. The scheduling date of a data source should be regarded as its validity date. | ||
| 11 | ))) | ||
| 12 | |||
| 13 | [[image:Schedule_auto_en.png]] | ||
| 14 | |||
| 15 | To configure automatic refresh:{{id name="Planification"/}} | ||
| 16 | |||
| 17 | 1. In the **‘Every’** field, select a frequency in minutes, hours, days, weeks or months. | ||
| 18 | 1*. If you select a weekly frequency, tick one or more days of the week. | ||
| 19 | [[image:1783329595373-923.png]] | ||
| 20 | 1*. If you select a monthly frequency, two options are available: | ||
| 21 | 1**. Select **Last**, **First**, **Second**, **Third** or **Fourth**, then **Day** or a **day of the week**. | ||
| 22 | [[image:1783329651291-203.png]] | ||
| 23 | 1**. Select **‘Day’** and then enter the day of the month (between 1 and 31). | ||
| 24 | [[image:1783329680509-196.png]] | ||
| 25 | 1. To the right of **‘From’**, select the start date and time for the schedule. | ||
| 26 | |||
| 27 | (% class="box" %) | ||
| 28 | ((( | ||
| 29 | __Example of a schedule__: | ||
| 30 | Two data flows, ‘end-of-month data’ and ‘daily data’, use the same data model. This data model is refreshed daily. The first flow, ‘end-of-month data’, is refreshed every month, and the second flow, ‘daily data’, is refreshed every day. | ||
| 31 | ))) |