-
Notifications
You must be signed in to change notification settings - Fork 204
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
Some Metropolitan reingestion days fail due to DuplicateTable #1322
Comments
Adding to the DAG Stability milestone as this is high priority. |
Similar to #1417, I wonder if adding the day shift to the table name would make the value sufficiently unique enough to prevent this issue. |
We do already append the I could see there being an issue specifically on day_shift
So it looks like That particular example is notable because it succeeded on its third attempt. |
Oh dear 😅 if it's getting truncated then we must be hitting the maximum table name length for Postgres1... (emphasis mine)
Looks like we may need to figure out a shorthand for these temp tables 😬 Footnotes |
Description
On each run of the
metropolitan_reingestion_workflow
, a handful of reingestion days fail during thecreate_loading_table
step due to the error:In each case I checked, this is the first error in the
create_loading_table
task (ie it's not only throwing this on retries).Reproduction
See day_shift_2 or day_shift_1 for the 2022-12-04 run in production.
The text was updated successfully, but these errors were encountered: