Skip to content

Is there a way to materialize the table with the pairs for evaluation (and/or get the underlying query)? #2184

Answered by RobinL
dcaseykc asked this question in Q&A
Discussion options

You must be logged in to vote

yes - there are a few options:

import logging
logging.getLogger("splink").setLevel(1)

If you set that after you instantiate the linker, all SQL will be logged

In addition, each Splink dataframe has a sql_used_to_create method and in addition the cache has an executed_queries list self.executed_queries = []

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dcaseykc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants