yehoshuadimarsky / python-ssas

A proof of concept to integrate Python and Microsoft Analysis Services
MIT License
77 stars 33 forks source link

server instead of ssas_server #7

Closed pawarbi closed 3 years ago

pawarbi commented 3 years ago

In the example, it should be server instead of ssas_server

import ssas_api ...: ...: conn = ssas_api.set_conn_string( ...: ssas_server='', ...: db_name='', ...: username='', ...: password='' ...: )

yehoshuadimarsky commented 3 years ago

fixed, thanks