Skip to content

Commit

Permalink
add new field to the bq schema (#703)
Browse files Browse the repository at this point in the history
```
"message": "Error while reading data, error message: JSON parsing error in row starting at position 9604: No such field: trust_policy.claim_pattern.aud. File: xxxx",
```
  • Loading branch information
cpanato authored Jan 16, 2025
1 parent d642b49 commit 57cfb7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions iac/sts_exchange.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
"name": "base_ref",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "aud",
"type": "STRING",
"mode": "NULLABLE"
}
]
},
Expand Down

0 comments on commit 57cfb7d

Please sign in to comment.