Grab all user attribute values

Hey there!

I’m using the Python SDK to interact with the API to pull user attribute values for all of my users. Right now I’m using the user_attributes_user_values() call and iterating over every user I got back with the all_users() call 1 by 1. Is there a faster/better way to do this? My end goal is to export a table into BigQuery with all the user attribute user values daily to do auditing and assignment.

Thanks!