Skip to content

Commit

Permalink
fix account id for TAO (#1059)
Browse files Browse the repository at this point in the history
* fix  account id

* Update cid/builtin/core/data/datasets/tao/dataset.json

---------

Co-authored-by: Veaceslav Mindru <vmindru@amazon.com>
  • Loading branch information
vmindru and Veaceslav Mindru authored Dec 11, 2024
1 parent 03af161 commit 3e7e084
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cid/builtin/core/data/datasets/tao/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -1382,13 +1382,25 @@
]
}
},
{
"CreateColumnsOperation": {
"Columns": [
{
"ColumnName": "account_id",
"ColumnId": "2f67fc2d-9c64-4f14-9d28-f962cad070d9",
"Expression": "accountid"
}
]
}
},
{
"ProjectOperation": {
"ProjectedColumns": [
"ip address",
"checkname",
"accountparentname",
"accountid",
"account_id",
"category",
"checkid",
"issuppressed",
Expand Down

0 comments on commit 3e7e084

Please sign in to comment.