Skip to content

Commit

Permalink
Added extra error to turn off schemas for
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Jan 2, 2025
1 parent c916c96 commit afcf6ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions posthog/temporal/data_imports/external_data_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"timeout expired connection to server at",
"password authentication failed for user",
"No primary key defined for table",
"failed: timeout expired",
],
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 afcf6ee

Please sign in to comment.