Skip to content

Commit f7ce714

Browse files
authored
Merge pull request #7 from stackql/feature/updates
aws updates
2 parents 9362da6 + 6f11eee commit f7ce714

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/aws/aws.ipynb

Lines changed: 2 additions & 2 deletions
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 IN ($regions)\n",
33+
"WHERE region = '$region'\n",
3434
"GROUP BY state"
3535
]
3636
},
@@ -52,7 +52,7 @@
5252
"%%stackql\n",
5353
"SELECT region, instanceType, COUNT(*) as num_instances\n",
5454
"FROM aws.ec2.instances\n",
55-
"WHERE region IN ($regions)\n",
55+
"WHERE region = '$region'\n",
5656
"GROUP BY instanceType"
5757
]
5858
},

0 commit comments

Comments
 (0)