Resolves BATCH-2790
This commit is contained in:
Mahmoud Ben Hassine
2019-10-19 00:32:18 +02:00
parent 74748dfcc2
commit f813b2d96b

View File

@@ -144,7 +144,7 @@ executions (`JobExecution` is discussed in more detail later in this chapter), a
one `JobInstance` corresponding to a particular `Job` and identifying `JobParameters` can
run at a given time.
The definition of a `JobInstance` has absolutely no bearing on the data the to be loaded.
The definition of a `JobInstance` has absolutely no bearing on the data to be loaded.
It is entirely up to the `ItemReader` implementation to determine how data is loaded. For
example, in the EndOfDay scenario, there may be a column on the data that indicates the
'effective date' or 'schedule date' to which the data belongs. So, the January 1st run