Jeff Keller
Jeff Keller
@richardm I just went through this myself and the solution that worked for me was to not select Amazon Route 53 as the domain registrar. Select **Non-Amazon** instead and add...
I tried wrapping in a transaction but was still able to replicate the error: ```r DBI::dbWithTransaction({ DBI::dbGetQuery(con, sql) }) ``` I was also able to replicate the error on MacOS...
Fair enough. My only idea is that maybe prepared statements are being used and the OIDs are going stale between preparation and execution.
I can still reproduce the error, but the window to do so is noticeably narrower!
I created a macro to deduplicate a table and applied it to all snapshots until this is fixed in `dbt-core`. It's an expensive operation, but I'd rather not have duplicates...