Skip to content

Commit

Permalink
add new field to bq (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato authored Sep 30, 2024
1 parent 5d88543 commit 7918b9c
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 @@ -78,6 +78,11 @@
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "email_verified",
"type": "STRING",
"mode": "NULLABLE"
},
{
"name": "actor",
"type": "STRING",
Expand Down

0 comments on commit 7918b9c

Please sign in to comment.