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 the SDK on Windows, DataFrame writes to Parquet files (using pandas/pyarrow) frequently fail due to file permission errors and file locking issues. This does not occur on Unix-like systems.
Reproduction Repo/Script (if any)
N/A (Issue occurs with any workflow in the SDK that writes DataFrames to Parquet on Windows)
Reproduction Steps
1. Import SDK
2. Call method that writes a DataFrame to Parquet (e.g., dataframe.to_parquet(...))
3. Observe error: PermissionError: [Errno 13] Permission denied or file locking issues