Skip to content

Commit 9362da6

Browse files
authored
Merge pull request #6 from stackql/feature/updates
bin update
2 parents 098c4a7 + 09d4efd commit 9362da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/aws/aws.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"JSON_EXTRACT(state, '$$.Name') as instance_state, \n",
3131
"count(*) as num_instances\n",
3232
"FROM aws.ec2.instances \n",
33-
"WHERE region = '$region'\n",
33+
"WHERE region IN ($regions)\n",
3434
"GROUP BY state"
3535
]
3636
},

0 commit comments

Comments
 (0)