dpguthrie / dbtc

39 stars 12 forks source link

DBTC sometimes not able to query account id for no particular reason #71

Closed niharikay closed 1 year ago

niharikay commented 1 year ago

We have seen blips with DBTC api when running different functions like - listing all jobs. Here is an example when calling the API from CircleCI.

Screenshot 2023-02-02 at 1 23 48 PM
dpguthrie commented 1 year ago

Yeah, this error needs to be handled better. I'm not entirely sure what's happening here but part of the problem may be using the list_runs_v4 endpoint. This will be deprecated soon so I would recommend moving to list_runs. This endpoint was updated in the most recent version (0.3.4) to include some additional arguments:

niharikay commented 1 year ago

Thanks @dpguthrie