Jump to content

Snowflake Database


Recommended Posts

23 hours ago, Hmunster said:

Has anyone every used LabVIEW to connect to a snowflake data warehouse/ database  to write json data?

No I haven't but according to this page there are a number of possibilities.

- ODBC driver

This should be possible to be accessed with the LabVIEW Database Connectivity Toolkit with very little problems.

- SQL API

This is a REST API. As such it could be used with the HTTP Client VIs in LabVIEW. However it will require some work of your own to write wrapper functions around the desired API endpoints that take data and format it into JSON to send as HTTP request and then decode the response from JSON into actual data.

 

Edited by Rolf Kalbermatter
Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.