<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Having trouble with ARC (Automated Record Connector) Python Notebook in Get Started Discussions</title>
    <link>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49107#M1554</link>
    <description>&lt;P&gt;ARC requires DBR 12.2 LTS ML&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/databricks-industry-solutions/auto-data-linkage" target="_blank"&gt;https://github.com/databricks-industry-solutions/auto-data-linkage&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 09:24:48 GMT</pubDate>
    <dc:creator>-werners-</dc:creator>
    <dc:date>2023-10-13T09:24:48Z</dc:date>
    <item>
      <title>Having trouble with ARC (Automated Record Connector) Python Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49065#M1549</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I'm trying to use Databricks ARC (Automated Record Connector) and running into an object issue. I assume I'm missing something rather trivial that's not related to ARC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;#Databricks Python notebook

#CMD1 import AutoLinker
from arc.autolinker import AutoLinker
import arc

arc.enable_arc()

#CMD2 create dataframe from table data
import os
data_1 = spark.read.table("temp.list_all")

#CMD3 run autolinker
autolinker = AutoLinker()

attribute_columns = ["first_name", "last_name", "dob", "address_line_1", "zip_code"]
#runs fine up to this point
autolinker.auto_link(
  data=data_1, 
  attribute_columns=attribute_columns,
  unique_id="pid",  
  comparison_size_limit=100000,
  max_evals=100
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Then I receive this error when running &lt;STRONG&gt;autolinker.auto_link()&lt;/STRONG&gt; and not sure how to troubleshoot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;AttributeError: 'DataFrame' object has no attribute 'sparkSession'&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My cluster Runtime Version is 10.4 LTS (includes Apache Spark 3.2.1, Scala 2.12). Within my cluster, I do not have any spark configurations set. I'm not sure if this needs to be changed, and if so, which properties to set. Currently researching....&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 21:38:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49065#M1549</guid>
      <dc:creator>Isolated</dc:creator>
      <dc:date>2023-10-12T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with ARC (Automated Record Connector) Python Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49107#M1554</link>
      <description>&lt;P&gt;ARC requires DBR 12.2 LTS ML&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/databricks-industry-solutions/auto-data-linkage" target="_blank"&gt;https://github.com/databricks-industry-solutions/auto-data-linkage&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 09:24:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49107#M1554</guid>
      <dc:creator>-werners-</dc:creator>
      <dc:date>2023-10-13T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Having trouble with ARC (Automated Record Connector) Python Notebook</title>
      <link>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49242#M1564</link>
      <description>&lt;P&gt;&lt;A href="https://www.databricks.com/blog/improving-public-sector-decision-making-simple-automated-record-linking" target="_blank"&gt;https://www.databricks.com/blog/improving-public-sector-decision-making-simple-automated-record-linking&lt;/A&gt;&lt;A href="https://github.com/databricks-industry-solutions/auto-data-linkage#databricks-runtime-requirements" target="_blank"&gt;&amp;nbsp;and https://github.com/databricks-industry-solutions/auto-data-linkage#databricks-runtime-requirements&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 04:51:43 GMT</pubDate>
      <guid>https://community.databricks.com/t5/get-started-discussions/having-trouble-with-arc-automated-record-connector-python/m-p/49242#M1564</guid>
      <dc:creator>Debayan</dc:creator>
      <dc:date>2023-10-16T04:51:43Z</dc:date>
    </item>
  </channel>
</rss>

