You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a query like select name from aws_s3_bucket order by creation_date limit 10, if I have a lot of buckets, it'd be nice to be able to reduce the number of API calls when getting the 10 oldest buckets.
The text was updated successfully, but these errors were encountered:
When running a query like
select name from aws_s3_bucket order by creation_date limit 10
, if I have a lot of buckets, it'd be nice to be able to reduce the number of API calls when getting the 10 oldest buckets.The text was updated successfully, but these errors were encountered: