Hmunster Posted April 21, 2022 Report Share Posted April 21, 2022 Has anyone every used LabVIEW to connect to a snowflake data warehouse/ database to write json data? Quote Link to comment
Rolf Kalbermatter Posted April 22, 2022 Report Share Posted April 22, 2022 (edited) 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 April 22, 2022 by Rolf Kalbermatter Quote Link to comment
Hmunster Posted April 26, 2022 Author Report Share Posted April 26, 2022 Rolf, Thank you! Not sure how I missed this when I was initially looking at this. This should be a good starting point. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.