Skip to content

Instantly share code, notes, and snippets.

@gitfvb
Created August 8, 2022 13:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gitfvb/5021a1122ff5a75235de91359f71f0a8 to your computer and use it in GitHub Desktop.
Save gitfvb/5021a1122ff5a75235de91359f71f0a8 to your computer and use it in GitHub Desktop.
Installation of .net connector of Snowflake in Apteco Marketing Software (Designer)

The initial source is nuget. So download the latest nuget.exe from https://dist.nuget.org/win-x86-commandline/latest/nuget.exe and put it into a subdirectory.

Then open PowerShell or cmd, go to that directory of nuget.exe and install the package with all dependencies:

.\nuget.exe install Snowflake.Data

Then you can create a directory for Designer like C:\Program Files\Apteco\FastStats Designer\Providers\snowflake and just put all folders that were downloaded from nuget into that. Next time you are opening Designer you should see Snowflake then.

grafik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment