[X] I had searched in the issues and found no similar issues.
Version
2.0.0rc4
What's Wrong?
export a big size table into s3, the export job status finally show ‘cancelled’, but in fact the file is total exported into the s3 bucket.
What You Expected?
The table lineorder_felat is generated by the ssb-tools, about 60G size.
and I see the data is all exported to the s3 bucket object, generated 198 files, one file size is about 1G, total size about 190G,
but the job state is always 'PENDING' util the query timeout. The finally status of the job is 'CANCELLED'.
How to Reproduce?
1.set query_timeout=30000;
2.export table lineorder_flat to "s3://{bucket_name}/export_path/export"
with s3(
"AWS_ENDPOINT"="",
"AWS_ACCESS_KEY"="",
"AWS_SECRET_KEY"="",
"AWS_REGION"="",
"use_path_style"="true"
);
Search before asking
Version
2.0.0rc4
What's Wrong?
export a big size table into s3, the export job status finally show ‘cancelled’, but in fact the file is total exported into the s3 bucket.
What You Expected?
The table lineorder_felat is generated by the ssb-tools, about 60G size. and I see the data is all exported to the s3 bucket object, generated 198 files, one file size is about 1G, total size about 190G, but the job state is always 'PENDING' util the query timeout. The finally status of the job is 'CANCELLED'.
How to Reproduce?
1.set query_timeout=30000; 2.export table lineorder_flat to "s3://{bucket_name}/export_path/export" with s3( "AWS_ENDPOINT"="", "AWS_ACCESS_KEY"="", "AWS_SECRET_KEY"="", "AWS_REGION"="", "use_path_style"="true" );
Anything Else?
No response
Are you willing to submit PR?
Code of Conduct