Skip to content

Commit 3743b03

Browse files
authored
Update gcs.yml
path_pefix should not contain a leading slash
1 parent 241973c commit 3743b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

td_load/gcs/config/gcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ in:
33
auth_method: json_key
44
json_keyfile: { content: "${secret:gcp.json_key}" }
55
bucket: "${gcs.bucket}"
6-
path_prefix: "/filename_${session_date}.csv"
6+
path_prefix: "filename_${session_date}.csv"
77
decoders:
88
- { type: gzip }
99
parser:

0 commit comments

Comments
 (0)