Skip to content

Commit 679085d

Browse files
use dynamic currency column for Claude cost
1 parent 63b5200 commit 679085d

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

  • plugins/ClaudeConsole/v1/dataStreams

plugins/ClaudeConsole/v1/dataStreams/cost.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"shape": [
6666
"currency",
6767
{
68-
"code": "usd",
68+
"code": "{{column.currency}}",
6969
"decimalPlaces": 2,
7070
"thousandsSeparator": true
7171
}
@@ -89,6 +89,12 @@
8989
"displayName": "Description",
9090
"shape": "string"
9191
},
92+
{
93+
"name": "currency",
94+
"displayName": "Currency",
95+
"shape": "string",
96+
"visible": false
97+
},
9298
{
9399
"pattern": ".*"
94100
}

0 commit comments

Comments
 (0)