<?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: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf' in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145701#M52563</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/212942"&gt;@dhpaulino_&lt;/a&gt;&amp;nbsp;you need to include the upper limit on your pandas library to ensure that v3 is not installed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"pandas&amp;gt;=2.3.3,&amp;lt;3"&lt;/P&gt;</description>
    <pubDate>Thu, 29 Jan 2026 10:37:22 GMT</pubDate>
    <dc:creator>liquibricks</dc:creator>
    <dc:date>2026-01-29T10:37:22Z</dc:date>
    <item>
      <title>Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144884#M52401</link>
      <description>&lt;P&gt;We have a Lakeflow Spark Declarative Pipeline using the new PySpark Pipelines API. This was working fine until about 7am (Central European) this morning when the pipeline started failing with a PYTHON.NAME_ERROR:&amp;nbsp;&lt;SPAN&gt;name 'kdf' is not defined. Did you mean: 'sdf'?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The code has not changed and nothing in our infrastructure has changed, so i'm not sure why this has suddenly started happening. I've raised an error with Azure (we're on Azure Databricks), but they are slow so i'm shouting into the void here. Any suggestions?&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_sweat:"&gt;😅&lt;/span&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Usage:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;from&lt;/SPAN&gt;&lt;SPAN&gt; pyspark &lt;/SPAN&gt;&lt;SPAN&gt;import&lt;/SPAN&gt;&lt;SPAN&gt; pipelines &lt;/SPAN&gt;&lt;SPAN&gt;as&lt;/SPAN&gt;&lt;SPAN&gt; dp&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;...&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; @&lt;/SPAN&gt;&lt;SPAN&gt;dp&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;table&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;name&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;f&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;{mycatalog&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;SPAN&gt;myschema&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;{mytable&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;def&lt;/SPAN&gt; &lt;SPAN&gt;create_streaming_table&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;....&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:27:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144884#M52401</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-22T14:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144886#M52402</link>
      <description>&lt;P&gt;The Azure region (Norway East) might have something to do with it. An example pipeline works fine in Sweden Central.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 14:30:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144886#M52402</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-22T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144892#M52405</link>
      <description>&lt;P&gt;Another clue: the SQL API seems to work, while a Python-based pipeline still fails with this eror.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 15:09:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144892#M52405</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-22T15:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144923#M52413</link>
      <description>&lt;P&gt;Hi, we have the same issue - could you share the json with detailed error?&lt;BR /&gt;Does it by any chance mention error in line 79?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 18:46:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144923#M52413</guid>
      <dc:creator>zkaliszamisza</dc:creator>
      <dc:date>2026-01-22T18:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144925#M52414</link>
      <description>&lt;P&gt;For us it happened in westeurope around the same time&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 18:47:53 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144925#M52414</guid>
      <dc:creator>zkaliszamisza</dc:creator>
      <dc:date>2026-01-22T18:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144938#M52418</link>
      <description>&lt;P&gt;I'm not sure if i can share the complete json. For us the json error refers to line 99, which is a blank link in the src file it refers to.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 21:06:39 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144938#M52418</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-22T21:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144966#M52428</link>
      <description>&lt;P&gt;Is it still occurring for you today (+24 hours after the start)? It is for us.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 07:07:02 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144966#M52428</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-23T07:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144981#M52431</link>
      <description>&lt;P&gt;It is - we have raised a ticket to Databricks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 10:07:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/144981#M52431</guid>
      <dc:creator>zkaliszamisza</dc:creator>
      <dc:date>2026-01-23T10:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145269#M52477</link>
      <description>&lt;P&gt;It turns out this problem was caused by a package that was pip installed using an init script. This package had for some reason started pulling in pandas 3.x (despite the fact that the package itself had not been updated), and our Databricks contact informed us that DLT does not support Pandas 3 at this time (at least until the next version of the DBR). Once we pinned the pandas version to &amp;lt; 3 then the pipelines started working again.&lt;/P&gt;&lt;P&gt;No idea why pandas 3 was suddenly chosen, nor why the error message is so cryptic, but glad we found a solution in the end!&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 13:45:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145269#M52477</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-26T13:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145371#M52488</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi, I ran into the same error starting late last week.&lt;/P&gt;&lt;P&gt;The issue was caused by dependency version conflicts between my custom package and the libraries preinstalled on the Databricks serverless environment.&lt;/P&gt;&lt;P&gt;I fixed it by pinning all my package dependencies to the versions already provided by the serverless cluster, which resolved the error.&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 09:13:04 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145371#M52488</guid>
      <dc:creator>yassine_eal</dc:creator>
      <dc:date>2026-01-27T09:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145595#M52543</link>
      <description>&lt;P&gt;Thank you &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/212370"&gt;@yassine_eal&lt;/a&gt;&amp;nbsp;, it was the same thing here. I haven't analyzed it yet to discover which dependency is breaking the &lt;STRONG&gt;dlt&lt;/STRONG&gt; pipeline, but here are my dependencies if it helps anyone.&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;dependencies = [
    "azure-identity&amp;gt;=1.25.1",
    "httpx&amp;gt;=0.27.0",
    "msal&amp;gt;=1.34.0",
    "office365-rest-python-client&amp;gt;=2.6.2",
    "openpyxl&amp;gt;=3.1.5",
    "pandas&amp;gt;=2.3.3",
    "tenacity&amp;gt;=9.0.0",
]&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 28 Jan 2026 18:25:44 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145595#M52543</guid>
      <dc:creator>dhpaulino_</dc:creator>
      <dc:date>2026-01-28T18:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Declarative Pipeline error: Name 'kdf' is not defined. Did you mean: 'sdf'</title>
      <link>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145701#M52563</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/212942"&gt;@dhpaulino_&lt;/a&gt;&amp;nbsp;you need to include the upper limit on your pandas library to ensure that v3 is not installed:&amp;nbsp;&lt;/P&gt;&lt;P&gt;"pandas&amp;gt;=2.3.3,&amp;lt;3"&lt;/P&gt;</description>
      <pubDate>Thu, 29 Jan 2026 10:37:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/declarative-pipeline-error-name-kdf-is-not-defined-did-you-mean/m-p/145701#M52563</guid>
      <dc:creator>liquibricks</dc:creator>
      <dc:date>2026-01-29T10:37:22Z</dc:date>
    </item>
  </channel>
</rss>

