Skip to content

Commit

Permalink
DPR2-1642: Include part-*.snappy.parquet in batch job during ingestio…
Browse files Browse the repository at this point in the history
…n replay
  • Loading branch information
koladeadewuyi-moj committed Dec 30, 2024
1 parent cc490c5 commit 9e9d3e6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ module "replay_pipeline" {
"Parameters" : {
"JobName" : var.glue_reporting_hub_batch_jobname,
"Arguments" : {
"--dpr.batch.load.fileglobpattern" : "{part-*.snappy.parquet,LOAD*parquet}",
"--dpr.config.s3.bucket" : var.s3_glue_bucket_id,
"--dpr.config.key" : var.domain
}
Expand Down

0 comments on commit 9e9d3e6

Please sign in to comment.