Hi,Im trying to use the lseg.data library in python to set up an analysis for my portfolio, I need for that access to data without being connected to the workspace.For my boss to view the data I need it to run on cloud and not on my computer since i cant always be available to run it.Therefore im setting an app at a cloud platform and running the analysis script but the problem is that the get_data function works for the first time running this app and then returns only empty data frames. What im currently doing is:Setting up a json file with my configuration for the session in the cloud directory and running:session = ld.open_session(config_name="/mount/src/portfolio-viewer/lseg-data.config.json", name="platform.rdp")session.open() This works for the first time im setting the app and then doesnt, what can I do?Im trying for a few days now to set up a way that I will be able to run my analysis on the cloud and every time there is another problem regarding the LSEG platform (wasted the last couple of days trying to set up the platform session in the cloud and when it finally worked i got the bug with the get_data function). thanks,Nadav AzoulayML engineer OBEX Group