Navigating AtScale via Python notebook
Does anyone have a sample Python code snippet that connects to the Atscale AI-Link and queries the semantic layer? I am struggling with dependencies and Python versions on my mac.
Thank you!
Does anyone have a sample Python code snippet that connects to the Atscale AI-Link and queries the semantic layer? I am struggling with dependencies and Python versions on my mac.
Thank you!
<%= block.description %>
<% } %>
Comments
3 comments
Standard Python and Jupyter installation will work.
But, I remember having an issue with the AtScale library version which gave me some grief. I am a Windows user connecting to a non-containerized AtScale server. The AtScale library version that worked for me was 2.8, the default is 3 , I think. When I used version 3 everything seemed fine but at connection time authentication failed.
Hope this helps.
Thank you. That is definitely a start! Do you know if this will work with the Postgres backed THCDS model from the trial? I am going to give it a try tomorrow. Thanks again!
Using the notebook from the AtScale site, (https://documentation.atscale.com/assets/files/connect-to-atscale-bf5ff1cac16442051dd8357fa5ccb5ac.ipynb) , on a mac with Python 3.9.6
Please sign in to leave a comment.