AbsaOSS / AbsaOSS/pramen

Add an option to not track late data for a table

Offen
#282 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
enhancement Pramen-Scala
Vorherrschende Sprache
Scala
Sterne
31
Forks
4
Ø Merge
1 T. 10 Min.
Gemergte PRs (30 T.)
4

Beschreibung

## Background
When ingestion happens from an operation database in snapshot mode (no event/info dates), and the database was unavailable for a specific date, it might not make sense to load that data with previous information date since the new data with thew new information date is going to be loaded anyway, and it is going to have the same contents.

## Feature
Add an option to not track late data for a table.

## Example
```hocon
pramen.metastore {
tables = [
{
name = "table_name"
# ...

# If true, Pramen will try loading all previous partition/info dates
# If false, Pramen won't try filling gaps, will just load data to the current partition/information date
track.late.data = false
}
]
```

Beitragsleitfaden

Für dieses Repository ist kein Beitragsleitfaden indexiert

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.