<?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: ingestion pipeline configuration in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/152283#M53803</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/222501"&gt;@Neelimak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the feedback. I've now passed the feedback to our product team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Mar 2026 10:02:49 GMT</pubDate>
    <dc:creator>Ashwin_DSA</dc:creator>
    <dc:date>2026-03-27T10:02:49Z</dc:date>
    <item>
      <title>ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151764#M53706</link>
      <description>&lt;P&gt;When trying to create a ingestion pipelines, auto generated cluster is hitting quota limit errors. The type of vm its trying to use is not available in our region and there seems no way to add fallback to different types of vms. Can you please help how this can be resolved.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 04:12:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151764#M53706</guid>
      <dc:creator>Neelimak</dc:creator>
      <dc:date>2026-03-24T04:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151777#M53708</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/222501"&gt;@Neelimak&lt;/a&gt;,&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;For managed ingestion pipelines, the auto‑generated cluster is just a classic jobs cluster whose shape is controlled by a compute policy, so you can override the VM type and add fallbacks.&lt;/P&gt;
&lt;P&gt;Ask a workspace admin to create or edit a Job Compute / cluster_type = dlt policy and pin it to VM sizes that actually exist in your region, for example:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="l8rrz21 _1ibi0s3dn" data-ui-element="code-block-container"&gt;
&lt;PRE&gt;&lt;CODE class="markdown-code-json p8i6j0e hljs language-json _12n1b832"&gt;&lt;SPAN class="hljs-punctuation"&gt;{&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;"cluster_type"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;{&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"fixed"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"value"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"dlt"&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;}&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;"num_workers"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;{&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"unlimited"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"defaultValue"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-number"&gt;1&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"isOptional"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-literal"&gt;&lt;SPAN class="hljs-keyword"&gt;true&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;}&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;"driver_node_type_id"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;{&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"fixed"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"value"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"REGION_SUPPORTED_DRIVER"&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;}&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt;
  &lt;SPAN class="hljs-attr"&gt;"node_type_id"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;{&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"type"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"fixed"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;,&lt;/SPAN&gt; &lt;SPAN class="hljs-attr"&gt;"value"&lt;/SPAN&gt;&lt;SPAN class="hljs-punctuation"&gt;:&lt;/SPAN&gt; &lt;SPAN class="hljs-string"&gt;"REGION_SUPPORTED_WORKER"&lt;/SPAN&gt; &lt;SPAN class="hljs-punctuation"&gt;}&lt;/SPAN&gt;
&lt;SPAN class="hljs-punctuation"&gt;}&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;DIV class="l8rrz23 _1ibi0s3d6 _1ibi0s332 _1ibi0s3do _1ibi0s3bm _1ibi0s3ce"&gt;
&lt;DIV class="lqznwq0"&gt;&lt;SPAN&gt;Then make sure the ingestion gateway uses this policy (via the policy family or explicit assignment).&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV class="lqznwq0"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;To get automatic fallback to alternative VM types when that SKU hits capacity or quota, enable flexible node types for the workspace and, if needed, set driver_node_type_flexibility.alternate_node_type_ids and worker_node_type_flexibility.alternate_node_type_ids in the policy (comma‑separated list of compatible SKUs).&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 07:32:25 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151777#M53708</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-24T07:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151894#M53723</link>
      <description>&lt;P&gt;Thank for this information Ashwin.&lt;/P&gt;&lt;P&gt;Unfortunately, I currently do not see any way to force a policy on the automatically created ingestion gateway. I am an admin in my workspace and i dont see any option in either policy tab or during pipeline creation to specify certain policy for the ingestion gateway.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The compute that is generated is locked and is using Default "Unrestricted" Policy. And it seems its system managed and cant be edited.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 20:52:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151894#M53723</guid>
      <dc:creator>Neelimak</dc:creator>
      <dc:date>2026-03-24T20:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151901#M53724</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/222501"&gt;@Neelimak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I should've been a bit clearer.&amp;nbsp;Internally, the ingestion gateway does run on a classic jobs cluster, and those clusters are, in general,&amp;nbsp;governed by compute policies. However, for managed ingestion pipelines created via the Data Ingestion UI, the gateway compute is system‑managed and today it is always attached to the default Job Compute policy (often "Unrestricted"). There is currently no way in the UI... even as an admin... to swap the policy on that auto‑generated gateway cluster, or to&lt;SPAN&gt;&amp;nbsp;o&lt;/SPAN&gt;&lt;SPAN&gt;verride its node type / flexible node types.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The docs explicitly say you can use a custom gateway policy "API only", i.e., when you define the pipeline via API/Bundles rather than the UI wizard. In that API/Bundles scenario, you can control driver_node_type_id / node_type_id and flexible node types.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;So, to be precise, Gateway C&lt;SPAN&gt;ompute is locked to the default policy. You can’t change the VM family or fallbacks via&amp;nbsp;UI‑created ingestion. You can only attach&lt;/SPAN&gt;&amp;nbsp;a custom Job Compute policy or explicit cluster config and choose VM types/fallbacks when using the API/Bundles.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;Check these links for reference.&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;&lt;A href="http://%20https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/sql-server-pipeline" target="_self"&gt;Reference 1&lt;/A&gt;&lt;/P&gt;
&lt;P class="p8i6j01 paragraph"&gt;&lt;A href="https://docs.databricks.com/aws/en/ingestion/lakeflow-connect/mysql-pipeline" target="_self"&gt;Reference 2&lt;/A&gt;&lt;/P&gt;
&lt;P class="p1"&gt;&lt;FONT size="2" color="#FF6600"&gt;&lt;STRONG&gt;&lt;I&gt;If this answer resolves your question, could you mark it as “Accept as Solution”? That helps other users quickly find the correct fix.&lt;/I&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 22:27:21 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/151901#M53724</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-24T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/152218#M53788</link>
      <description>&lt;P&gt;Thanks Ashwin. I hope that when creating pipelines through UI, SKU availability and quota is taken into account in future improvements. As it stands today for simpler/ POC type of implementation, this is a major roadblock. Thank you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Mar 2026 18:51:15 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/152218#M53788</guid>
      <dc:creator>Neelimak</dc:creator>
      <dc:date>2026-03-26T18:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: ingestion pipeline configuration</title>
      <link>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/152283#M53803</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/222501"&gt;@Neelimak&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thanks for the feedback. I've now passed the feedback to our product team.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 10:02:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/ingestion-pipeline-configuration/m-p/152283#M53803</guid>
      <dc:creator>Ashwin_DSA</dc:creator>
      <dc:date>2026-03-27T10:02:49Z</dc:date>
    </item>
  </channel>
</rss>

