Why would I receive s3() function does not exist.
I am using version 9.1.1-4 from the AWS marketplace. Using the copy table syntax for loading from s3, I get an error that the s3() function does not exist, or I do not have permission to use it. I am running this as the superuser. I can however complete the load using 'from s3://' as opposed to failure when I use 'source s3()'.
0
Best Answer
-
Jim_Knicely - Select Field - Administrator
The S3 UDSource feature was deprecated in Vertica 9.1 and removed in Vertica 9.1.1
Specifically: "Important: The S3 UDSource described in this topic has been removed. Instead, use S3 URLs in COPY FROM as described in Specifying COPY FROM Options."
1
Answers
Spot on. Thanks.