Thomas Heavey
Thomas Heavey
**Describe the bug** `Dataset.get_data` fails with string `start_time`/`end_time` **To Reproduce** ```python from gs_quant.data import Dataset ds = Dataset("EDRVS_EXPIRY_INTRADAY_PREMIUM") ds.get_data( assetId=[ "MA067JXW39B5T8VS", "MA07M4WC9PY2FBFG", "MA09RV3TD3ZEAZY3", "MA0B74FZFBAMZMQP", "MA0CT27ED3K3JD04", ], start_time="2022-03-03T00:00:00+00:00", end_time="2022-03-03T23:59:59+00:00", limit=10_000, strikeReference=["spot",...
**Describe the problem.** For requests that are apparently too large, the API will return a timeout error. It doesn't seem clear beforehand what exactly will be a request that is...
Hi there: Just came across this recently and it looks very interesting for my use cases. So far, the only thing that I have seen that I would like added...
I am creating an SVG from Python and sending it to mattermost. It appears just fine on the desktop client but does not render correctly on the iOS app. I...
should fix #179
The build seems to be using ubuntu latest (which is 24.04), and there is no version of Python 3.7 available for ubuntu 24.04 (list of Python versions available [here](https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json), as...
Hi there: this package started failing for me today with libsqlite=3.49.1 It is complaining about [this query](https://github.com/piskvorky/sqlitedict/blob/master/sqlitedict.py#L363): ```python GET_TABLENAMES = 'SELECT name FROM sqlite_master WHERE type="table"' ``` [According to the...
should fix #176