Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1.4
-
Epic Link:
-
Team:SQuaRE
-
Urgent?:No
Description
This notebook was used in the past to manually send data from the SQuaSH API to an InfluxDB instance.
The code that transforms verification jobs in SQuaSH to the InfluxDB line protocol format was reimplemented in DM-18706 and moved exclusively to the SQuaSH API. It is executed automatically every time a verification job is sent to SQuaSH.
To preserve the functionality provided by this notebook, we can import the new code from the SQuaSH API and use it in the notebook instead.
The notebook narrative was also reviewed. It explains how the SQuaSH data model was constructed and how to use the new code better.
Attachments
Issue Links
- relates to
-
DM-18706 Update SQuaSH job_to_influxdb celery task with the new data model
- Done
See PR #54.