Skip to content

Commit

Permalink
Add forward slash to end of bucket base key values
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavanba committed Nov 1, 2023
1 parent 030c5ef commit c3e29df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ default:

prod:
PARQUET_BUCKET: recover-processed-data # S3 bucket containing the post-ETL parquet datasets
PARQUET_BUCKET_BASE_KEY: main/parquet
PARQUET_BUCKET_BASE_KEY: main/parquet/
PARQUET_BUCKET_EXTERNAL: recover-main-project
PARQUET_BUCKET_BASE_KEY_ARCHIVE: main/archive
PARQUET_BUCKET_BASE_KEY_EXTERNAL: main/parquet
PARQUET_BUCKET_BASE_KEY_ARCHIVE: main/archive/
PARQUET_BUCKET_BASE_KEY_EXTERNAL: main/parquet/
PARQUET_FOLDER_INTERNAL: syn51406699 # Local location where parquet bucket files are synced to
AWS_PARQUET_DOWNLOAD_LOCATION: ./temp_aws_parquet
AWS_ARCHIVE_DOWNLOAD_LOCATION: ./temp_aws_archive
Expand Down

0 comments on commit c3e29df

Please sign in to comment.