Closed pawarbi closed 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='' ...: )
fixed, thanks
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=''
...: )