-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
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
Unload don't create files while concurrency scaling enabled #231
Comments
Could you provide more details? Like a minimal example of the code and stack trace etc. it's hard to debug just based on what you've provided. TIA! |
Also do any of these limitations apply to you setup? https://docs.aws.amazon.com/redshift/latest/dg/concurrency-scaling.html |
I do something like this:
Haven't found any of these restrictions relevant for me |
I'm not sure this is a |
Yes, it works without concurrency. I also have an idea that it can be caused by this:
Probably last query id is not so reliable when it comes to concurrency |
It say this in the docs:
That would make sense. |
But it's locopy's code, |
If you don't use I'd suggest removing |
When we enabled concurrency scaling in redshift
locopy.redshift.unload_and_copy
stopped creating files on S3 during critical load and logged the corresponding message:Tried both
parquet
andcsv
formatsThe text was updated successfully, but these errors were encountered: