slarionoff
slarionoff
I'm trying to access a PBI data using XMLS endpoint, my code looks like this: ``` url = f"powerbi://api.powerbi.com/v1.0/myorg/{workspace_name}" print(url) p = xmla.XMLAProvider() c = p.connect(location=url) #
Dear colleagues, seems that I have an issue, similar to [this](https://github.com/microsoft/SQLServerPSModule/issues/41). The difference is in a setup (possibly) and an error message. I have an Azure PS1 function with Managed...
Dear colleagues, from time to time I get an error in the function, trace is provided below: ``` joblib.externals.loky.process_executor._RemoteTraceback: """ Traceback (most recent call last): File "\.venv\Lib\site-packages\joblib\externals\loky\process_executor.py", line 490, in...