zzzprojects / Bulk-Operations

C# SQL Bulk Operations | High-performance C# bulk insert, update, delete and merge for SQL Server, SQL Azure, SQL Compact, MySQL, and SQLite.
https://bulk-operations.net
142 stars 36 forks source link

Snowflake database support #76

Closed fretep closed 1 year ago

fretep commented 1 year ago

I'm receiving the following error when executing against a Snowflake.Data.Client.SnowflakeDbConnection. I realize Snowflake isn't currently listed as a supported database in your documentation. Is there any way to work around this, or are there any plans to support Snowflake in the future?

Exception thrown: 'System.Exception' in Z.EntityFramework.Extensions.EFCore.dll: 'The Provider could not be resolved. You must explicitly set the Provider.'
   at Z.BulkOperations.BulkOperation.()
   at Z.BulkOperations.BulkOperation.Execute()
JonathanMagnan commented 1 year ago

Hello @fretep ,

Unfortunately Snowflake is currently not supported as you noticed. There is currently no plan to support it either as we are focusing on some other features.

We might eventually change our mind but in the short term, we currently have more requests than we can handle.

Best Regards,

Jon