-
Notifications
You must be signed in to change notification settings - Fork 163
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
Manifest missing file returned in describeBatch.js #244
Comments
Hello, Sorry to hear about this - we've have customers running this utility in production for many years without issue, so this is quite surprising to hear. The issue will have occurred in the Thx, Ian |
One other thing - can you check if the file that was not found in the manifest is linked to the batch correctly in the |
I'd also like to point out that this module is on the path to deprecation, due to the release of native Redshift automatic loading from S3: https://aws.amazon.com/about-aws/whats-new/2022/11/amazon-redshift-supports-auto-copy-amazon-s3/ |
Thanks Ian for the quick response! I'll try and extract the CW logs for the batch today. Regarding the LambdaRedshiftProcessedFiles table, the filename in question was linked properly to the batch. Thanks for sharing the auto copy feature - this will probably work well for our use case. Essentially, we are needing to move our Redshift into a private subnet and previously we were streaming from Kinesis directly to Redshift (which requires opening the kinesis port). I will test the feature, but we have a short deadline likely before it moves out of preview. I'll update if I am able to find any other culprit in the meantime. |
We are have begun load testing the lambda-redshift-loader in Production with a data source that is identical to our old process we must sunset. We noticed that when we compared our load test redshift table we were missing records. After investigating some specific examples, I found the following:
Looking at Redshift, I can see that the manifest was correctly loaded but without the file in question. There is no reference to the file in any of the stl_load tables.
I regenerated the same file with a new name as a test and the missing records appeared in the load test table.
Do you have any ideas on where the error could exist?
The text was updated successfully, but these errors were encountered: