The community member asked if there is a way to track the underlying progress of a query call. In the comments, another community member responded that there is no built-in way to do this currently, besides setting verbose=True during the query or outputting the logger. The second community member also suggested that a progress bar like tqdm would be a nice addition.