Skip to content

Commit

Permalink
Update gcs.yml
Browse files Browse the repository at this point in the history
path_pefix should not contain a leading slash
  • Loading branch information
watarumohawk authored Dec 4, 2024
1 parent 241973c commit 3743b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td_load/gcs/config/gcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ in:
auth_method: json_key
json_keyfile: { content: "${secret:gcp.json_key}" }
bucket: "${gcs.bucket}"
path_prefix: "/filename_${session_date}.csv"
path_prefix: "filename_${session_date}.csv"
decoders:
- { type: gzip }
parser:
Expand Down

0 comments on commit 3743b03

Please sign in to comment.