RelationalAI / rai-sdk-python

The RelationalAI Software Development Kit (SDK) for Python.
Apache License 2.0
17 stars 4 forks source link

Include problems in GET /transactions/{id}/results #77

Closed salamehsameera closed 2 years ago

salamehsameera commented 2 years ago

Depends on https://github.com/RelationalAI/relationalai-infra/pull/2334. Including problems when fetching results. This will be deprecated when problems are included in relations and not an independent arrow file. I'm not sure if this is the best way to represent the output, but I'm open to ideas!

salamehsameera commented 2 years ago

Changed the representation here https://github.com/RelationalAI/rai-sdk-python/pull/78/ to be similar to problems/results short-path sync output, now it looks like this: Screen Shot 2022-03-31 at 1 18 43 PM