pramen icon indicating copy to clipboard operation
pramen copied to clipboard

Resilient data pipeline framework running on Apache Spark

Results 37 pramen issues
Sort by recently updated
recently updated
newest added

## Describe the bug Originally, this happened when decimal correction is used with Hive, and there are columns having decimal(38,18) types. Pramen tries to 'correct' the schema by applying a...

bug
Pramen-Scala
DS

## Feature Improve unit test overage of ResultSetToRowIterator.scala.

enhancement
Pramen-Scala
Refactoring

## Background Currently, incremental updates are made by overwriting the latest info date partitions multiple times a day. This can be inefficient, especially for big tables with many events. If...

enhancement
Pramen-Scala
DE

## Background The CDC transformer can take: - a table ingested as an initial snapshot, and then changes only - the primary key - the pre-combine key (timestamp) and transform...

enhancement
Pramen-Scala
DE

## Background This is a requirement for Enceladus and Spark versions that do not support committers without copying of data. ## Feature Add support for S3 versions cleanup via a...

enhancement
Pramen-Scala
Priority
DE

## Background Users want to customize SQL queries with information date based dates as part of an expression, including table names. For example: ``` SELECT * FROM my_table_202402 ``` where...

enhancement
Pramen-Scala
DS

## Background When an event table is ingested initially, the history can be quite long. Executing each event date one by one can have a big overhead and execute many...

enhancement
Pramen-Scala
DE

## Background This idea is reported by @filiphornak Currently the record count is calculated this way if SQL expression (rather than table name) is used as an input to the...

enhancement

## Background Stability metric is computed based on the number of input and output dependencies: ![Screenshot 2024-01-11 at 10 32 42](https://github.com/AbsaOSS/pramen/assets/4082463/5fcb719b-fb60-4d73-b0ce-73382f86d6db) - `I` - number of input dependencies - the...

enhancement
Pramen-Scala

## Background Currently, fixtures used for testing Pramen sources, sinks, and transformations are in the test code only, and not published as part of an artifact. It would be helpful...

enhancement
Pramen-Scala