Taylor Gray
Taylor Gray
**Describe the bug** Given an item in with a Number type ending in 0, such as `1702062202420`, the DynamoDB source will convert it to scientific notation for export items. ```...
**Is your feature request related to a problem? Please describe.** The default behavior of Data Prepper core is to only shut down when no sub-pipelines are valid. This can lead...
### Description This change makes it so that the filtering done between scans for last modified objects, which is used to reduce lookups to the coordination store, is tracked based...
**Is your feature request related to a problem? Please describe.** As a user, I would like to filter the keys in my Event with an explicit allowlist, and delete all...
**Is your feature request related to a problem? Please describe.** As a user of the S3 DLQ, I would like to dynamically determine the prefix to send failed documents to...
**Is your feature request related to a problem? Please describe.** As a user of s3 scan, I have a bucket with 100 million objects. The current s3 scan source is...
**Is your feature request related to a problem? Please describe.** As a user of Data Prepper, my Events look like this ``` { "key-one": "value-one", "key-two": "value-two" } ``` and...
### Description This change removes the function to return the default region from the `AwsCredentialsSupplier` class. Rather than passing this region all of the clients, we will rely on the...
**Is your feature request related to a problem? Please describe.** As a user of the DynamoDB source, I would like to differentiate between items deleted via TTL for DynamoDB streams,...
**What do you want to do?** Many of the processors in Data Prepper contain conditional when parameters to conditionally run a processor on certain Events. For example, the `grok_when` parameter...