<?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: Getting an warning message in Declarative Pipelines. in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134449#M50140</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/190050"&gt;@karuppusamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In documentation of declarative pipelines they're saying that 2 default formats recommended are .sql and .py files.&lt;/P&gt;&lt;P&gt;When you read about available formats for databricks notebooks you will see that you have two options:&lt;/P&gt;&lt;P&gt;1. Source&lt;/P&gt;&lt;P&gt;2. IPYNB&lt;/P&gt;&lt;P&gt;If we consider first option, it's supports.py file.&lt;/P&gt;&lt;P&gt;In other words, you can still use notebooks if you want. They should work because you can save them as .py file. IPYNB format should also work. But if for some reason they will stop support it you can always easily convert it to source format.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Oct 2025 17:50:45 GMT</pubDate>
    <dc:creator>szymon_dybczak</dc:creator>
    <dc:date>2025-10-09T17:50:45Z</dc:date>
    <item>
      <title>Getting an warning message in Declarative Pipelines.</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134421#M50131</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;While creating a Declarative ETL pipeline in Databricks, I tried to configure a notebook using the "Add existing assets" option by providing the notebook path. However, I received a warning message:&lt;BR /&gt;&lt;STRONG&gt;"Legacy configuration detected. Use files instead of notebooks for an optimal experience."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;My question is:&lt;BR /&gt;Will Declarative Pipelines continue to support notebooks in the future? As a developer, I primarily use notebooks to build pipelines. If notebooks are going to be deprecated or unsupported, I would prefer to start development using .py files instead.&lt;BR /&gt;Please help me understand the meaning of this warning message.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 15:19:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134421#M50131</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2025-10-09T15:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an warning message in Declarative Pipelines.</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134445#M50138</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/190050"&gt;@karuppusamy&lt;/a&gt;!&lt;/P&gt;
&lt;P&gt;That warning appears because the new editor is optimized for file-based workflows rather than notebooks. Notebooks still work, but they don’t behave like regular interactive notebooks, for example, you can’t run cells individually once they’re part of a pipeline. Splitting into files gives a smoother experience and makes your pipeline code easier to organize and maintain.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 17:18:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134445#M50138</guid>
      <dc:creator>Advika</dc:creator>
      <dc:date>2025-10-09T17:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an warning message in Declarative Pipelines.</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134446#M50139</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/152834"&gt;@Advika&lt;/a&gt;, Just to clarify can I continue using notebooks for development? Will they be supported and work fine in the long term without running into legacy issues?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 17:24:56 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134446#M50139</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2025-10-09T17:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an warning message in Declarative Pipelines.</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134449#M50140</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/190050"&gt;@karuppusamy&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In documentation of declarative pipelines they're saying that 2 default formats recommended are .sql and .py files.&lt;/P&gt;&lt;P&gt;When you read about available formats for databricks notebooks you will see that you have two options:&lt;/P&gt;&lt;P&gt;1. Source&lt;/P&gt;&lt;P&gt;2. IPYNB&lt;/P&gt;&lt;P&gt;If we consider first option, it's supports.py file.&lt;/P&gt;&lt;P&gt;In other words, you can still use notebooks if you want. They should work because you can save them as .py file. IPYNB format should also work. But if for some reason they will stop support it you can always easily convert it to source format.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 17:50:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134449#M50140</guid>
      <dc:creator>szymon_dybczak</dc:creator>
      <dc:date>2025-10-09T17:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: Getting an warning message in Declarative Pipelines.</title>
      <link>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134451#M50141</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/110502"&gt;@szymon_dybczak&lt;/a&gt;, Now I have a good clarification from my end.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Oct 2025 18:04:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/getting-an-warning-message-in-declarative-pipelines/m-p/134451#M50141</guid>
      <dc:creator>karuppusamy</dc:creator>
      <dc:date>2025-10-09T18:04:45Z</dc:date>
    </item>
  </channel>
</rss>

