We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d4efd commit 6f11eeeCopy full SHA for 6f11eee
notebooks/aws/aws.ipynb
@@ -30,7 +30,7 @@
30
"JSON_EXTRACT(state, '$$.Name') as instance_state, \n",
31
"count(*) as num_instances\n",
32
"FROM aws.ec2.instances \n",
33
- "WHERE region IN ($regions)\n",
+ "WHERE region = '$region'\n",
34
"GROUP BY state"
35
]
36
},
@@ -52,7 +52,7 @@
52
"%%stackql\n",
53
"SELECT region, instanceType, COUNT(*) as num_instances\n",
54
"FROM aws.ec2.instances\n",
55
56
"GROUP BY instanceType"
57
58
0 commit comments