You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am currently encountering an issue while attempting to execute an ETL job aimed at migrating data from a SQL Server database to a Postgres DB. The process consistently fails due to an error whose resolution eludes me. Should I anticipate the existence of the target table and expect to write information onto it, or is there another approach I should consider to address this recurring error?
The script is pretty simple, as it is just a select statement that select the appropriate columns from the source to insert them in the target.
The text was updated successfully, but these errors were encountered:
I am currently encountering an issue while attempting to execute an ETL job aimed at migrating data from a SQL Server database to a Postgres DB. The process consistently fails due to an error whose resolution eludes me. Should I anticipate the existence of the target table and expect to write information onto it, or is there another approach I should consider to address this recurring error?
The script is pretty simple, as it is just a select statement that select the appropriate columns from the source to insert them in the target.
The text was updated successfully, but these errors were encountered: