Skip to content

Commit 6cfaf21

Browse files
committed
Adding some more instructions.
1 parent a67b707 commit 6cfaf21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ from databox import Client
3434
client = Client('<access token>')
3535
client.push('sales.total', 1447.0)
3636
client.push('orders.total', 32, date='2015-01-01 09:00:00')
37+
client.push('orders.total', 34, attributes={
38+
'something': 1447,
39+
})
40+
3741
```
3842

3943
Inserting multiple matrices with one `insert_all`:

0 commit comments

Comments
 (0)