We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello! I'm just trying to use your aws_s3 extention.
When runing this query
SELECT * FROM aws_s3.query_export_to_s3( query => ' select json_agg(post_main_approved) from asmo.post_main_approved limit 10 ; ', bucket => 'arn:aws:s3:::asmo-ij-json', file_path => 'test.json', region => 'eu-central-1a', access_key => '<access_key>', secret_key => '<secret_key>' );
then get this error:
error fetching next item from iterator. spiexceptions.SyntaxError: syntax error at or near ";"
Can you help to deal with this issue? Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello! I'm just trying to use your aws_s3 extention.
When runing this query
SELECT * FROM aws_s3.query_export_to_s3(
query => '
select
json_agg(post_main_approved)
from asmo.post_main_approved
limit 10 ;
',
bucket => 'arn:aws:s3:::asmo-ij-json',
file_path => 'test.json',
region => 'eu-central-1a',
access_key => '<access_key>',
secret_key => '<secret_key>'
);
then get this error:
error fetching next item from iterator. spiexceptions.SyntaxError: syntax error at or near ";"
Can you help to deal with this issue? Thanks!
The text was updated successfully, but these errors were encountered: