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.
1 parent a67b707 commit 6cfaf21Copy full SHA for 6cfaf21
README.md
@@ -34,6 +34,10 @@ from databox import Client
34
client = Client('<access token>')
35
client.push('sales.total', 1447.0)
36
client.push('orders.total', 32, date='2015-01-01 09:00:00')
37
+client.push('orders.total', 34, attributes={
38
+ 'something': 1447,
39
+})
40
+
41
```
42
43
Inserting multiple matrices with one `insert_all`:
0 commit comments