We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20fd3bd + 5c838a4 commit ab69224Copy full SHA for ab69224
src/obelisk/asynchronous/producer.py
@@ -41,7 +41,7 @@ async def send(self, dataset: str, data: List[dict],
41
42
params = {
43
'datasetId': dataset,
44
- 'timestampPrecision': precision,
+ 'timestampPrecision': precision.value,
45
'mode': mode.value
46
}
47
0 commit comments