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 b58edf5 commit 8f34adcCopy full SHA for 8f34adc
test/robot/functional/stackql_mocked_from_cmd_line.robot
@@ -9024,8 +9024,8 @@ Explain Select Repeatably Generates Messages
9024
... explain select * from aws.ec2.instances where region = 'ap-southeast-2';
9025
... explain select 1 as foo;
9026
9027
- ... explain select * from google.compute.instances;
9028
+ ... explain select * from google.storage.buckets;
9029
... explain select * from google.compute.instances where project = 'stackql-demo';
9030
9031
${outputErrStr} = Catenate SEPARATOR=\n
0 commit comments