-
Notifications
You must be signed in to change notification settings - Fork 225
Open
Labels
bugSomething isn't workingSomething isn't working
Description
What happens?
Since the new version the function linker.clustering.cluster_pairwise_predictions_at_threshold() is crashing at the end of the process due to missing tables.
It's saying that the tables "filtered_neighbours" are not existing in Databricks.
I check and seems to be because the drop command is execute twice in the connected_component.py. Should maybe run the command "DROP IF EXIST" to secure this behaviour.
To Reproduce
- Get the latest version of the librairie on Databricks.
- Run a classical run until the clustering part
- Run the function clustering.cluster_pairwise_predictions_at_threshold() ==> Crashing due to missing tables
OS:
Databricks DBR
Splink version:
4.0.11
Have you tried this on the latest master branch?
- I agree
Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?
- I agree
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working