Skip to content

Commit

Permalink
Merge pull request #6 from stackql/feature/updates
Browse files Browse the repository at this point in the history
bin update
  • Loading branch information
jeffreyaven authored Jul 17, 2024
2 parents 098c4a7 + 09d4efd commit 9362da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/aws/aws.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"JSON_EXTRACT(state, '$$.Name') as instance_state, \n",
"count(*) as num_instances\n",
"FROM aws.ec2.instances \n",
"WHERE region = '$region'\n",
"WHERE region IN ($regions)\n",
"GROUP BY state"
]
},
Expand Down

0 comments on commit 9362da6

Please sign in to comment.