Does official C# client work with firebolt-core? #36
Replies: 2 comments
-
I did it with really dirty hacks, but I am unhappy with result :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks for the question! The official Firebolt .NET SDK targets Firebolt Cloud and isn’t tested or supported against Firebolt Core. Core is community-supported, so the drives' compatibility may differ. At the moment, we don’t have an ETA for official Core support in the .NET SDK. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys
How can I use firebolt-core with official FireboltNETSDK client? Currently looks like it is not work, at least I could not manage to connect with any connection string I have in mind:
results in
401 Unauthorized
, andresults in
Unhandled exception. System.ArgumentException: "url" is not a valid connection parameter name. (Parameter 'keyword')
.are there any approaches?
Beta Was this translation helpful? Give feedback.
All reactions