MS SQL -> DataTable -> Parquet -> Redshift #255
dburtsev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This ETL should copy any table from the Microsoft SQL Server to the Amazon Redshift database.
The table on the destination will be created or recreated automatically.
Because some MS SQL data types don't exist in Redshift, ETL will convert columns to a new type.
ETL will convert diacritic/accent letters to US English. ă -> a
I use VS Code, .NET 6.0
https://github.com/dburtsev/CSharp/blob/main/Program.cs
Thanks,
Dmitriy
Beta Was this translation helpful? Give feedback.
All reactions