Skip to content

Commit

Permalink
chore(data-warehouse): Added extra error to turn off schemas for (#27217
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Gilbert09 authored Jan 2, 2025
1 parent 88556b2 commit e380f24
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 e380f24

Please sign in to comment.