Recording tags history in ignition edge

Did anyone ever record tags in ignition edge? I went through some guide and it says that the tags history are recorded in sql database. Can someone please share an example of their tag history recording? I’m writing python code that takes tag history and feeds it into Victoria metric vm agent.

Edge doesn’t offer recordings longer than one week in its special internal historian. And it doesn’t offer any other database access. With Edge’s compute module, you should be able to script retrieval of history (system.tag.queryTagHistory) and use of system.net.httpClient to send it where you like.

thank you