Connect SaaS tool to AtScale
I want to test out connecting to some SaaS BI tools we use internally, but I can't figure out how to expose my local instance to the web - any ideas?
I want to test out connecting to some SaaS BI tools we use internally, but I can't figure out how to expose my local instance to the web - any ideas?
<%= block.description %>
<% } %>
Comments
1 comment
I've had success using ngrok for some testing - set up an endpoint to listed for localhost


It worked for me but I only used the free version - if you wanted to use the postgres endpoint you likely would need to use a tcp ngrok endpoint which is part of their paid features.
And from there substitute localhost for the new URL for my connection settings
Then I could see my deployed models
Please sign in to leave a comment.