[Athena] calling invalidate_cache()
results in "not a folder created by Splink" error even when folder was created by Splink
#2410
Labels
bug
Something isn't working
What happens?
Using Athena as the SQL backend (
AthenaLinker
), I am attempting to callinvalidate_cache()
to force the latest input data to be used. However, this results in the following error:As far as I can tell, there is no way to pass
force_non_splink_table=True
toinvalidate_cache()
. I explored the code and it doesn't seem to me like the validation that the folder is "Splink generated" is working correctly.Just a note: I realize I am on a previous version of Splink, but an upgrade to 4.0+ is not currently feasible for me. Going ahead and logging this issue as I'm not sure if versions of Splink <4.0 are still receiving support. If not, of course feel free to close and I will find a workaround.
To Reproduce
Using Athena (
AthenaLinker
) as your SQL backend, calllinker.invalidate_cache()
.OS:
EC2
Splink version:
3.9.15
Have you tried this on the latest
master
branch?Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
The text was updated successfully, but these errors were encountered: