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
I am trying to expand the size of my aggregations but am falling foul of the 10000 max buckets.
I can see that I can override this with max_buckets but it is not clear to me where I set this.
I have tried: s = s.max_buckets(size=65000)
and s = s.max_buckets(65000)