session problems

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

Answers

  • Gurpreet
    Gurpreet admin
    edited June 12

    Hello @nadav124

    You have posted this question under Datastream and have referred to LSEG Workspace and shown the configuration for Data Platform. Which product are you actually using?

    If you are indeed using platform.rdp (Data Platform) session, then it should not matter where your application is hosted. We do not distinguish between a personal machine, a cloud VM, or a Lambda service in serverless environment.

    You can turn on debugging logs to capture the messages see what is going on when you invoke these API calls.

    Here is an example of the config file - turn on the logs to enabled.

    {
      "logs": {
        "level": "debug",
        "transports": {
          "console": {
            "enabled": false
          },
          "file": {
            "enabled": true,
            "name": "lseg-data-lib.log"
          }…

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.