There doesn't seem to be an MS SQL Server target. ...
# troubleshooting
f
There doesn't seem to be an MS SQL Server target. How do you load data into MSSQL with Meltano?
v
I wrote one, but it's not a great target as it doesn't support incremental data loads and some other good features. https://github.com/AutoIDM/autoidm-target-mssql
I've been using it in production for over a year now though 🤷
h
Hmmm… perhaps we should talk @visch. A new creation of mine, oblivious to your work: https://github.com/radbrt/target-mssql - I’m about to start looking at incremental loads.
p
@florian target-mssql is now added to MeltanoHub and can be added via the CLI https://hub.meltano.com/loaders/target-mssql. I would note that this is the variant that @Henning Holgersen is working on so it technically still in development but I'm sure feedback is welcome if you wanted to start testing/using it
h
Publishing this now would not have been possible without stealing @visch’s test suite from the Postgres target. Now, we are reasonably able to enumerate what works and what doesn’t. PRs are of course welcome.
v
awesome glad it helped, great work Henning! I"ll have to mess with it myself 😄