We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From Teams message exchange:
so we first convert the parquet files to the the required format and save to the cache dir
but when we read from the cache dir we read all the files in the cache dir
but we don't clear the cache dir each time
so the cache dir currently has both the good file in it but also the old failed files
so it is trying to load the failed ones too...that is the issue
...so we either need to clear the cache before running or use explicit file names...
The text was updated successfully, but these errors were encountered:
samlamont
Successfully merging a pull request may close this issue.
From Teams message exchange:
so we first convert the parquet files to the the required format and save to the cache dir
but when we read from the cache dir we read all the files in the cache dir
but we don't clear the cache dir each time
so the cache dir currently has both the good file in it but also the old failed files
so it is trying to load the failed ones too...that is the issue
...so we either need to clear the cache before running or use explicit file names...
The text was updated successfully, but these errors were encountered: