-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DPR2-1643: Fix replay pipeline #9214
DPR2-1643: Fix replay pipeline #9214
Conversation
|
b214fec
to
239d943
Compare
|
|
The replay pipeline
It fails on step 4 because the batch files are also present in the raw zone and are included in the check. To solve this,
dpr.allowed.s3.file.extensions
is replaced withdpr.allowed.s3.file.regex
to allow a finer control of which files are included in the check\\d+-\\d+.parquet
to match only the CDC files.