Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm getting the following error when trying to load data from Google Cloud Storage. During the initial setup, it is OK. But in the subsequent load, I'm getting the error.
I'm on QSEoW February 2024.
Hi! Have you check if the data in Google Cloud Storage is correctly encoded in Base64? as any corruption or alteration might cause this error. Double-check that the padding characters ('=') are in the right place, and ensure that only valid Base64 characters are present (A-Z, a-z, 0-9, +, /). Since the initial load works fine, verify that the data isn't being altered after the first load. If everything seems fine but the issue persists, you might want to capture and manually check the problematic string to ensure it's a valid Base64 string.
kind regards,
Diego
Hi Diego,
Thanks for the reply. I think I managed to find the root cause. It happened because we renamed the data connection. If we rename it, we get that error. Not sure if this is a bug or by design.