axel@tell-ia
09/09/2025, 5:23 PMpath prefix,
What i'm trying to do
- Export things to GCP using `hive partition`format. It's something pretty common to do.
- The prefix I'm trying is : year={{ "now" | date: "%Y", "UTC" }}/month={{ "now" | date: "%m", "UTC" }}/day={{ "now" | date: "%d", "UTC" }}/hour={{ "now" | date: "%H", "UTC" }}/
The issue
But it seems the `=`character is not transported well .
From afar, we could almost tell it gets URL encoded somwhere and is not decoded before being used as export prefix on Vapi's server end.
Look at the "highlighted purple" part of the directory tree, `%3D`should be replaced with =
Thanks a lot !
https://cdn.discordapp.com/attachments/1415024884618362910/1415024884798455919/image.png?ex=68c1b41e&is=68c0629e&hm=da57a0fd4e15782bd0237daac8cec3a4ad5444c7714afdbde4ce4db5b952b736&axel@tell-ia
09/10/2025, 7:06 PMChiranjeet Mishra
09/11/2025, 4:27 PMaxel@tell-ia
09/11/2025, 6:04 PMChiranjeet Mishra
09/15/2025, 4:11 PM