Skip to content

Commit

Permalink
fix(data-warehouse): Added more errors to turn syncs off for (#26482)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 authored Nov 29, 2024
1 parent 4db9b9f commit 87b677d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions posthog/temporal/data_imports/external_data_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,12 @@
"FATAL: Tenant or user not found",
"error received from server in SCRAM exchange: Wrong password",
"could not translate host name",
"timeout expired connection to server at",
"password authentication failed for user",
"No primary key defined for table",
],
ExternalDataSource.Type.ZENDESK: ["404 Client Error: Not Found for url", "403 Client Error: Forbidden for url"],
ExternalDataSource.Type.MYSQL: ["Can't connect to MySQL server on", "No primary key defined for table"],
}


Expand Down

0 comments on commit 87b677d

Please sign in to comment.