moj-analytical-services / splink_demos

Interactive notebooks containing demonstration code of the splink library
38 stars 27 forks source link

latest release azure databricks TypeError: missing a required argument: 'spark' #10

Closed Freewilly3d closed 3 years ago

Freewilly3d commented 3 years ago

prior release did not require

from utility_functions.demo_utils import get_spark spark = get_spark() # See utility_functions/demo_utils.py for how to set up Spark

in azure databricks spark is set to print(spark) <pyspark.sql.session.SparkSession object at 0x7f29a3a3d940>

by default

Freewilly3d commented 3 years ago

didn't realize the parameters for splink changed

EdiLucy commented 2 years ago

didn't realize the parameters for splink changed

Hi, what was your solution to this?