Andreas Motl
Andreas Motl
Dear @ajskrilla, this package maintains their dependencies within the `setup.cfg` file. However, maintenance on this repository stalled, so we took over development at https://github.com/panodata/grafana-client. ``` pip install grafana-client ``` If...
Dear @luixx, thank you for your suggestion. We recently forked this repository to [^1], see #88. Can you imagine submitting a pull request there in order to bring your improvement...
Hi there, we just integrated this patch into the `grafana-client`-fork (see #88) on behalf of https://github.com/panodata/grafana-client/pull/5. Thank you very much, @peekjef72! With kind regards, Andreas.
Dear Andrew, can I humbly ask you about the chore to look at this patch and eventually release a new version of `grafana_api` with it? We would like to also...
Hi Andrew, I feel a bit bad for bugging you about his once more. Do you see any chance to integrate this patch and issue a new release? It would...
Hi again, everyone who is tripped by this issue can use monkey-patching to work around it. See https://github.com/panodata/grafana-wtf/commit/b77f90b and feel free to reuse it in your code. With kind regards,...
Hi again, we integrated this patch into the `grafana-client` code base with https://github.com/panodata/grafana-client/pull/7. With kind regards, Andreas.
Hi again, finally, I have been able to dedicate some time to this. I have been able to whip together a reproduction [1] which can be invoked idempotently and I...
The solution is to say: ```python def update_dashboard(self, dashboard): """ :param dashboard: :return: """ put_dashboard_path = "/dashboards/db" if "meta" in dashboard and "folderId" in dashboard["meta"]: dashboard = dashboard.copy() dashboard["folderId"] =...
Dear Andrew, I wish you a happy new year! As we are currently preparing a new release of [grafana-wtf](https://github.com/panodata/grafana-wtf), may I humbly ask you to take a look at #85,...