Splink 4.0.0: AttributeError: 'Linker' object has no attribute 'query_sql' #2320
-
I am trying to use On my test data, this code worked in Splink 3.9.15 but it no longer works in Splink 4.0.0:
The error message is:
I am using Windows 10. The backend is the default DuckDB. Please advise. |
Beta Was this translation helpful? Give feedback.
Answered by
RobinL
Aug 12, 2024
Replies: 1 comment
-
Thanks for spotting - in the new api it's Fixed in #2322 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
aalexandersson
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for spotting - in the new api it's
linker.misc.query_sql(sql)
, but we'd forgotten to update the docs.Fixed in #2322