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 request from the Python client that outputs the results to a parquet file, if that parquet file exists already, the results are appended instead of overwriting what is there. We want the results to overwrite what is there.