Skip to content

Commit

Permalink
Merge pull request #1228 from moj-analytical-services/1227-df_represe…
Browse files Browse the repository at this point in the history
…ntatives-not-materialised-in-spark

Issue 1227 - Allow materialisation of df_representatives with no _ suffix
  • Loading branch information
RobinL authored May 10, 2023
2 parents 0a2488f + 7bace2e commit f1236ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splink/spark/spark_linker.py
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ def _break_lineage_and_repartition(self, spark_df, templated_name, physical_name
r"__splink__df_concat_with_tf",
r"__splink__df_predict",
r"__splink__df_tf_.+",
r"__splink__df_representatives.+",
r"__splink__df_representatives.*",
r"__splink__df_neighbours",
r"__splink__df_connected_components_df",
]
Expand Down

0 comments on commit f1236ff

Please sign in to comment.