<?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: Legacy Pipeline? in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111060#M43777</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/120050"&gt;@aonurdemir&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your question. Are you using&amp;nbsp;&lt;CODE&gt;run_as&lt;/CODE&gt; configuration for pipeline, and how did you provision it, via UI or DABs?&lt;/P&gt;</description>
    <pubDate>Mon, 24 Feb 2025 16:03:28 GMT</pubDate>
    <dc:creator>Alberto_Umana</dc:creator>
    <dc:date>2025-02-24T16:03:28Z</dc:date>
    <item>
      <title>Legacy Pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111006#M43759</link>
      <description>&lt;P&gt;What is this legacy pipeline warning? I cannot find anything related on the internet and related forums. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 07:55:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111006#M43759</guid>
      <dc:creator>aonurdemir</dc:creator>
      <dc:date>2025-02-24T07:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111060#M43777</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/120050"&gt;@aonurdemir&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for your question. Are you using&amp;nbsp;&lt;CODE&gt;run_as&lt;/CODE&gt; configuration for pipeline, and how did you provision it, via UI or DABs?&lt;/P&gt;</description>
      <pubDate>Mon, 24 Feb 2025 16:03:28 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111060#M43777</guid>
      <dc:creator>Alberto_Umana</dc:creator>
      <dc:date>2025-02-24T16:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111101#M43792</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/106294"&gt;@Alberto_Umana&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I provision it via UI. And, this is the json config of it:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "id": "...",
    "pipeline_type": "WORKSPACE",
    "development": true,
    "continuous": false,
    "channel": "PREVIEW",
    "libraries": [
       ...
    ],
    "name": "Prod Lookup Pipeline",
    "serverless": true,
    "catalog": "...",
    "configuration": {
        "helpers-path": "...",
        "s3-base-topic-path-prefix": "...",
        "s3-base-topic-path-daily-suffix": "..."
    },
    "target": "prod"
}&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 25 Feb 2025 07:06:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111101#M43792</guid>
      <dc:creator>aonurdemir</dc:creator>
      <dc:date>2025-02-25T07:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111112#M43794</link>
      <description>&lt;P&gt;I realized that creating pipeline button has changed. Databricks has brought new options to the create pipeline button. After selecting create etl option, the new json configuration is seen as the following:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "development": true,
    "continuous": false,
    "channel": "CURRENT",
    "photon": true,
    "libraries": [
       ...
    ],
    "name": "Test pipe",
    "serverless": true,
    "catalog": "...",
    "schema": "dev",
    "data_sampling": false,
    "budget_policy_id": "..."
}&lt;/LI-CODE&gt;&lt;P&gt;The diffs are those:&lt;/P&gt;&lt;P&gt;-&amp;nbsp; "photon": true,&lt;BR /&gt;-&amp;nbsp;"data_sampling": false,&lt;BR /&gt;- "budget_policy_id": "..."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this relevant?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 08:28:33 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111112#M43794</guid>
      <dc:creator>aonurdemir</dc:creator>
      <dc:date>2025-02-25T08:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Legacy Pipeline?</title>
      <link>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111116#M43795</link>
      <description>&lt;P&gt;Ah I've found the issue. There is one more diff:&lt;/P&gt;&lt;P&gt;This is the new key-value for target schema:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;    "schema": "dev",&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the old key-value for target schema:&lt;/P&gt;&lt;PRE&gt;    "target": "prod"&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;After changing the key from "target" to "schema", the warning has gone. Thanks anyway.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Feb 2025 08:41:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/legacy-pipeline/m-p/111116#M43795</guid>
      <dc:creator>aonurdemir</dc:creator>
      <dc:date>2025-02-25T08:41:59Z</dc:date>
    </item>
  </channel>
</rss>

